| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Wed Jun 04, 2008 4:30 pm Post subject: Problem running Icecast: cannot open shared object file |
|
|
After installing all the thing needed for icecast, i try to run icecast:
icecast -c /usr/local/etc/icecast.xml
After that i get an error:
icecast: error while loading shared libraries: cannot open shared object file: cannot load shared object file: No such file or directory
How can i solve this? I'm running a little linux machine with a custom build of Debian Linux. |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Wed Jun 04, 2008 6:11 pm Post subject: |
|
|
try ldd /path/to/icecast
that would list the shared libraries needed, the problem one will be listed as not found.
karl. |
|
| Back to top |
|
 |
|