You are not logged in.
I have problems with running bin32 apps.
$ skype
bash: /usr/bin/skype: No such file or directory
$ ls -l /usr/bin | grep skype
-rwxr-xr-x 1 root root 18567888 Feb 22 00:13 skype
$ /usr/bin/wine
bash: /usr/bin/wine: No such file or directory
$ googleearth
/usr/bin/googleearth: line 16: /opt/google-earth/googleearth-bin: No such file or directory
/usr/bin/googleearth: line 16: /opt/google-earth/googleearth-bin: Success
After today's bluez upgrade there were some errors connected with ldconfig, but I can't find them in logs. I tried to reinstall skype but it didn't help. The solution from http://bbs.archlinux.org/viewtopic.php?id=91470 didn't help too, because there is no /usr/X11R6/lib or /usr/lib32 in my ld.so.conf.
Can someone help me?
Last edited by youplease (2010-02-22 20:24:46)
Offline
post ld.so.conf and say that version of filesystem and lib32-glibc you have.
Give what you have. To someone, it may be better than you dare to think.
Offline
$ cat /etc/ld.so.conf
/usr/lib/libfakeroot
include /etc/ld.so.conf.d/*.conf
$ ls /etc/ld.so.conf.d/
lib32-glibc.conf xulrunner.conf
$ cat /etc/ld.so.conf.d/lib32-glibc.conf
/opt/lib32/lib
/opt/lib32/usr/lib
$ cat /etc/ld.so.conf.d/xulrunner.conf
/usr/lib/xulrunner-1.9.2
$ pacman -Q filesystem lib32-glibc
filesystem 2010.02-3
lib32-glibc 2.11.1-1.1
Last edited by youplease (2010-02-21 23:31:43)
Offline
did you restart after the upgrade?
Offline
Everything is working after removing all bin32/lib32 packages from the system and reinstalling skype and wine.
Offline