marcos@musix1:/opt/campcaster/bin$ ./campcaster-studio
./campcaster-studio: error while loading shared libraries:
libgstreamer-0.8.so.1: cannot open shared object file: No such file or
directory
so:
sudo apt-get install libgstreamer0.8-0
then it ask me for libxmlrpc++0
so:
sudo apt-get install libxmlrpc++0
then:
./campcaster-studio
./campcaster-studio: error while loading shared libraries: libserial.so.0:
cannot open shared object file: No such file or directory
"Nadie combate la libertad; a lo sumo combate la libertad de los demás. La
libertad ha existido siempre, pero unas veces como privilegio de algunos,
otras veces como derecho de todos."
Karl Marx
You did not need to install gstreamer, xmlrpc++ and libserial, either;
patched versions of these are included with Campcaster. When you
start it with '...-studio.sh', the LD_LIBRARY_PATH variable is set so
these can be found; and the config file location is set to something
other than "".
El Lunes, 23 de Julio de 2007 12:39, Ferenc Gerlits escribió:
| Hi Marcos,
|
| Try '/opt/campcaster/bin/campcaster-studio.sh'.
Hi, yes, it works... hehe. But it just shows a play and stop button, the time,
a logo and a Log in button: fine, I just dont know how to use it, but, if it
works, that's OK! (now, we must read manuals)
| You did not need to install gstreamer, xmlrpc++ and libserial, either;
| patched versions of these are included with Campcaster. When you
| start it with '...-studio.sh', the LD_LIBRARY_PATH variable is set so
| these can be found; and the config file location is set to something
| other than "".