PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : gnomemeeting findet libssl3.so nicht



Sonny
18.12.05, 00:04
...und startet nicht. Warum?
gnomemeeting
gnomemeeting: error while loading shared libraries: libssl3.so: cannot open shared object file: No such file or directory

rpm -qa | grep ssl
openssl-0.9.7e-3.2
compat-openssl096g-0.9.6g-3

find /usr -name libssl*
/usr/lib/libssl.so.0
/usr/lib/libssl.so.0.9.7
find: /usr/lib/man-db: Keine Berechtigung
/usr/lib/vmware/lib/libssl.so.0.9.7
/usr/lib/firefox/libssl3.so

xanlosch
18.12.05, 11:10
Antwort ist ganz einfach: Weil die libssl3.so nicht im Library-Path liegt ! Mach am besten einen symbolischen Link von /usr/lib/firefox/libssl3.so nach /usr/lib und schon sollte es funktionieren.

Sonny
18.12.05, 16:28
# pwd
/usr/lib
ll libssl3.so
lrwxrwxrwx 1 root root 27 Dec 18 16:25 libssl3.so -> /usr/lib/firefox/libssl3.so

whereis libssl3.so
libssl3: /usr/lib/libssl3.so

???

es fehlen leider ganz viele links

xanlosch
18.12.05, 17:26
Führ mal noch als Root ein ldconfig aus - scheinbar reicht der Link nicht.

Von welchen Links redest du ?

Fly
18.12.05, 18:32
Trage mal /usr/lib/firefox/ ins /etc/ld.so.conf Datei ein und rufe ldconfig auf. Und lösche den Link, den du zuvor erstellt hast.