| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Mon Nov 14, 2005 3:17 am Post subject: Problem running |
|
|
When I do icecast -c /path/to/config.xml
I get
t@fry [/home/ironic/]# icecast -c /usr/local/etc/icecast.xml
icecast: error while loading shared libraries: libvorbis.so.0: cannot open shared object file: No such file or directory
However libvorbis was installed
>libvorbis-1.0
>./autogen.sh
>make && make install
I also installed libogg
>libogg-1.0
>./configure
>make && make install
Libxslt and libxml are fine as well
Any suggestions? |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Mon Nov 14, 2005 3:37 pm Post subject: |
|
|
2 points really, Firstly, if you are encoding on this machine then update your libvorbis to something more recent. Secondly, the error message is from the run-time linker not finding the shared libs, the libvorbis package should show where it is installed, if it's not in /lib or /usr/lib then you'll have to make sure the path is listed in /etc/ld.so.conf (run ldconfig as root if you change that file).
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Wed Sep 27, 2006 2:43 pm Post subject: |
|
|
checking for Ogg... no
*** Could not run Ogg test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means Ogg was incorrectly installed
*** or that you have moved Ogg since it was installed. In the latter case, you
*** may want to edit the ogg-config script:
configure: error: Ogg needed!
And ai configure libogg-1.0 ... help plz |
|
| Back to top |
|
 |
|