You are not logged in.

#1 2010-02-21 22:59:13

youplease
Member
Registered: 2009-10-13
Posts: 19

[SOLVED] bin32 applications won't run

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

#2 2010-02-21 23:11:30

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: [SOLVED] bin32 applications won't run

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

#3 2010-02-21 23:31:10

youplease
Member
Registered: 2009-10-13
Posts: 19

Re: [SOLVED] bin32 applications won't run

$ 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

#4 2010-02-22 15:17:52

br4
Member
Registered: 2007-12-27
Posts: 38

Re: [SOLVED] bin32 applications won't run

did you restart after the upgrade?

Offline

#5 2010-02-22 20:24:27

youplease
Member
Registered: 2009-10-13
Posts: 19

Re: [SOLVED] bin32 applications won't run

Everything is working after removing all bin32/lib32 packages from the system and reinstalling skype and wine.

Offline

Board footer

Powered by FluxBB