You are not logged in.
Pages: 1
or any gnome programm I always get this error:
[matze@home ~]$ nautilus
nautilus: error while loading shared libraries: libcrypto.so.0.9.7: cannot open shared object file: No such file or directorywhich package must I rebuild?
thx Matthias
Offline
libcrypto belongs to openssl ... `pacman -S openssl` .... the current version is 0.9.8 .. if the problem persists .. you may try `ln -s /usr/lib/libcrypto.so.0.9.8 /usr/lib/libcrypto.so.0.9.7`
Last edited by raeven (2007-05-21 09:52:09)
Offline
thx but I have new problems, when I try to start gnome I have segmention faults and when I try to start nautilus:
nautilus
nautilus: symbol lookup error: nautilus: undefined symbol: gnome_vfs_mime_application_equalOffline
Those two library versions are quite different. Probably you need to rebuild nautilus.
Offline
Rebuild? Don't think so. Your system is half upgraded to newer libraries that are incompatible with your old programs. Upgrade the full system instead of only a few packages.
Offline
I was assuming from the OP's use of the word "rebuild" that there was some source-based installation on the OP's machine.
Offline
still have the same error after rebuilding ![]()
Offline
I've never had this issue ... have you followed the advice of JGC above ?
Offline
Rebuild? Don't think so. Your system is half upgraded to newer libraries that are incompatible with your old programs. Upgrade the full system instead of only a few packages.
the full system is upgraded
Offline
if you're still having problems with unknown symbols when your system is completely up2date, go look for old left behind libraries that nautilus tries to link with.
Offline
my system is up to date, but gnome still doesnt work. What should I also check?
Offline
Had the same problem a while ago
check to see what mirror pacman is syncing on and then check to make sure it has upto date packages.
In my case the mirror was lagging way behind and would only do a half upgrade.
Offline
I think its an problem with openssl, which gnomepackage needs openssl?
Offline
I think you should take Kenetixx's advice, check your pacman mirrors in /etc/pacman.d/
It's possible you have a mirror that is very outdated, also make sure you are using the same mirror for all of your repositories.
Offline
gnome is up to date
[root@home ~]# nautilus
nautilus: error while loading shared libraries: libssl.so.0.9.7: cannot open sha
red object file: No such file or directory
[root@home ~]# pacman -Q|grep gnome
bluez-gnome 0.6-2
gnome-alsamixer 0.9.6-2
gnome-applets 2.18.0-3
gnome-audio 2.0.0-2
gnome-backgrounds 2.18.3-1
gnome-blog 0.9.1-1
gnome-common 2.18.0-2
gnome-desktop 2.18.3-1
gnome-doc-utils 0.10.3-1
gnome-games 2.18.2.1-1
gnome-icon-theme 2.18.0-1
gnome-keyring 0.8.1-2
gnome-mag 0.14.6-1
gnome-media 2.18.0-2
gnome-menus 2.18.3-1
gnome-mime-data 2.18.0-3
gnome-mount 0.6-1
gnome-netstatus 2.12.1-3
gnome-nettool 2.18.0-2
gnome-panel 2.18.3-1
gnome-perl 1.041-1
gnome-pilot 2.0.15-2
gnome-power-manager 2.18.3-1
gnome-python 2.18.2-1
gnome-python-desktop 2.18.0-1
gnome-python-extras 2.14.3-1
gnome-screensaver 2.18.2-1
gnome-session 2.18.3-1
gnome-sharp 2.16.0-2
gnome-speech 0.4.14-1
gnome-system-monitor 2.18.2-1
gnome-system-tools 2.14.0-3
gnome-terminal 2.18.1-1
gnome-themes 2.18.1-2
gnome-themes-extras 0.9.0-1
gnome-user-share 0.11-1
gnome-utils 2.18.1-1
gnome-vfs 2.18.1-2
gnome-vfs-monikers 2.15.3-2
gnome-vfs-perl 1.061-1
gnome-vfsmm 2.18.0-2
gnome-volume-manager 2.17.0-2
gnome2-user-docs 2.18.2-1
gnomebaker 0.6.1-3
gnomecanvas-perl 1.002-2
gnomesu 0.3.1-5
gstreamer0.10-gnomevfs 0.10.13-1
libgail-gnome 1.18.0-2
libgnome 2.18.0-2
libgnomecanvas 2.14.0-2
libgnomecanvasmm 2.16.0-2
libgnomecups 0.2.2-4
libgnomedb 1.2.2-6
libgnomekbd 2.18.2-1
libgnomemm 2.18.0-2
libgnomeprint 2.18.0-1
libgnomeprintui 2.18.0-1
libgnomeui 2.18.1-2
libgnomeuimm 2.18.0-2
libgsf-gnome 1.14.4-1Offline
and you removed that link you made?
Last edited by test1000 (2007-07-10 13:00:29)
KISS = "It can scarcely be denied that the supreme goal of all theory is to make the irreducible basic elements as simple and as few as possible without having to surrender the adequate representation of a single datum of experience." - Albert Einstein
Offline
which link?
Offline
quote: .. you may try `ln -s /usr/lib/libcrypto.so.0.9.8 /usr/lib/libcrypto.so.0.9.7`
quote: thx but I have new problems, when...
maybe you didn't make it...
KISS = "It can scarcely be denied that the supreme goal of all theory is to make the irreducible basic elements as simple and as few as possible without having to surrender the adequate representation of a single datum of experience." - Albert Einstein
Offline
Pages: 1