You are not logged in.

#1 2011-07-22 09:11:48

Nanor
Member
Registered: 2010-03-16
Posts: 6

[Solved] 32bits app on 64bits system

Hi,

I get the following message when trying to execute the anubis program :

$ anubis
bash: /usr/bin/anubis: Aucun fichier ou dossier de ce type

(which means No such file or directory)

The file exists so I guess the probem is that anubis is a 32bits prog and my system is arch64.
According to the wiki it is possible to execute a 32bits app on a 64bits system if I install the lib32 libraries.

So which library should I install ?
WIll these solve my problem ?

Last edited by Nanor (2011-07-22 09:56:57)

Offline

#2 2011-07-22 09:22:27

gregor
Member
From: /planet/tmpfs
Registered: 2011-06-20
Posts: 175

Re: [Solved] 32bits app on 64bits system

pacman -S multilib ....i think

Last edited by gregor (2011-07-22 09:22:56)

Offline

#3 2011-07-22 09:27:39

loafer
Member
From: the pub
Registered: 2009-04-14
Posts: 1,772

Re: [Solved] 32bits app on 64bits system

multilib is a repo rather than a package.  See here:

https://wiki.archlinux.org/index.php/Ar … _Arch64.3F


All men have stood for freedom...
For freedom is the man that will turn the world upside down.
Gerrard Winstanley.

Offline

#4 2011-07-22 09:35:55

gregor
Member
From: /planet/tmpfs
Registered: 2011-06-20
Posts: 175

Re: [Solved] 32bits app on 64bits system

loafer wrote:

multilib is a repo rather than a package.  See here:

https://wiki.archlinux.org/index.php/Ar … _Arch64.3F

oh sh*t you're right... i forgot ,thanks for the right link this will answer his problem.

i'm running a multilib system to due flash problems.......

Last edited by gregor (2011-07-22 09:42:42)

Offline

#5 2011-07-22 09:56:23

Nanor
Member
Registered: 2010-03-16
Posts: 6

Re: [Solved] 32bits app on 64bits system

I solved my pb with

pacman -S lib32-util-linux

Thanks.

Offline

Board footer

Powered by FluxBB