Paul Baranowski wrote:
> I tried following the (modified) wiki instructions to
run GDB with
> campcaster-studio:
>
> -----------------------
> $ cd src/products/gLiveSupport
> $ gdb tmp/campcaster-studio
> (gdb) run -c ~/.campcaster/campcaster-studio.xml
>
> But I get the error:
> (gdb) run -c ~/.campcaster/campcaster-studio.xml
> Starting program:
>
/home/paul/software/campcaster/campcaster/src/products/gLive
Support/tmp/campcaster-studio
> -c ~/.campcaster/campcaster-studio.xml
>
/home/paul/software/campcaster/campcaster/src/products/gLive
Support/tmp/campcaster-studio:
> error while loading shared libraries: libxmlrpc++.so.0:
cannot open
> shared object file: No such file or directory
>
> Program exited with code 0177.
> --------------------------
>
> Anyone know whats going on here?
Yes, you need to set the LD_LIBRARY_PATH variable. I'll add
it to the
wiki in a moment.
Ferenc
|