Hi folks! I'm trying to run icecast2.0.0-1 on my router machine. Since this is a Pentium 75 with minimal configuration, I'd like not to compile it, but downloaded the binary distribution. After installing and configuring (not my first, others were on Win32) everything looks fine, but ... well look for yourself: <-----------------------> nserv:~ # icecast icecast: error while loading shared libraries: libssl.so.4: cannot open shared object file: No such file or directory nserv:~ # rpm -q openssl openssl-0.9.7b-74 nserv:~ # rpm -q openssl-devel openssl-devel-0.9.7b-74 nserv:~ # <-----------------------> I have openssl0.9.7b WITH sources installed. Maybe there's a problem in locating the Files? I'm just getting used to Linux ;-)) <p>Facts: Speed: 75 MHz Mem: 64MB OS: SuSE 9.0 nserv:~ # uname -a Linux nserv 2.4.21-192-default #1 Wed Feb 18 19:26:28 UTC 2004 i586 i586 i386 GNU/Linux <p>Thank you! Regards, Nils Stünkel -- Developers don't die! They just GOSUB with no RETURN! -- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/ --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Joern Nettingsmeier
2004-Aug-06 14:23 UTC
[icecast] IceCast binary strange error on startup
you can try to runn ldconfig as root, maybe the ssl libs are not yet in the linker cache. also, try ldd /wherever/icecast, to get a complete list of dependencies. also, check whether you have a symbolic link from libssl.so.4 to the actual library (something like libssl.so.4.x.x probably). Nils Stünkel wrote:> Hi folks! > > I'm trying to run icecast2.0.0-1 on my router machine. Since this is a > Pentium 75 with minimal configuration, I'd like not to compile it, but > downloaded the binary distribution. After installing and configuring > (not my first, others were on Win32) everything looks fine, but ... well > look for yourself: > > <-----------------------> > nserv:~ # icecast > icecast: error while loading shared libraries: libssl.so.4: cannot open > shared object file: No such file or directory > nserv:~ # rpm -q openssl > openssl-0.9.7b-74 > nserv:~ # rpm -q openssl-devel > openssl-devel-0.9.7b-74 > nserv:~ # > <-----------------------> > > I have openssl0.9.7b WITH sources installed. > > Maybe there's a problem in locating the Files? I'm just getting used to > Linux ;-)) > > > Facts: > Speed: 75 MHz > Mem: 64MB > OS: SuSE 9.0 > > nserv:~ # uname -a > Linux nserv 2.4.21-192-default #1 Wed Feb 18 19:26:28 UTC 2004 i586 i586 > i386 GNU/Linux > > > Thank you! > > Regards, > Nils Stünkel-- The handles of a craftsman's tools bespeak an absolute simplicity, the plainest forms affording the greatest range of possibilities for the user's hand. That which is overdesigned, too highly specific, anticipates outcome; the anticipation of outcome guarantees, if not failure, the absence of grace. - William Gibson, "All Tomorrow's Parties" Jörn Nettingsmeier Kurfürstenstr 49, 45138 Essen, Germany http://spunk.dnsalias.org (my server) http://www.linuxaudiodev.org (Linux Audio Developers) <p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.