You are not logged in.

#1 2010-10-30 04:20:15

Dogs1985
Member
Registered: 2008-03-01
Posts: 201

is that any simple step let 64 bit system run 32 bit apps?

i want to run a 32 apps in 64bit system, but i don't understand https://wiki.archlinux.org/index.php/Ar … bit_system. is that any simple way to faster run 32 bit apps?

Offline

#2 2010-10-30 04:23:36

Meyithi
Member
From: Wirral, UK
Registered: 2009-06-21
Posts: 550
Website

Re: is that any simple step let 64 bit system run 32 bit apps?

Edit /etc/pacman.conf - look for "If you want to run 32 bit applications on your x86_64 system" at the bottom - uncomment 2 lines - win!


The mind roams more freely in empty rooms.
dwm - colours - ncmpcpp - system
irc://irc.freenode.net:meyithi

Offline

#3 2010-10-30 05:47:33

Dogs1985
Member
Registered: 2008-03-01
Posts: 201

Re: is that any simple step let 64 bit system run 32 bit apps?

because i want to run genpuid.
uncomment two line. run "./genpuid" also display "bash: ./genpuid: No such file and directory"

Offline

#4 2010-10-30 06:57:58

ChoK
Member
From: France
Registered: 2008-10-01
Posts: 346

Re: is that any simple step let 64 bit system run 32 bit apps?

Are you sure you run the command in the correct directory?

When you run 32bits on 64 bits the error message should look like this "Wrong ELF [...]" or missing library


Ah, good taste! What a dreadful thing! Taste is the enemy of creativeness.
Picasso
Perfection is reached, not when there is no longer anything to add, but when there is no longer anything to take away.
Saint Exupéry

Offline

#5 2010-10-30 07:08:11

Dogs1985
Member
Registered: 2008-03-01
Posts: 201

Re: is that any simple step let 64 bit system run 32 bit apps?

http://ftp.musicbrainz.org/pub/musicbra … ux_1.4.tgz
because i can't run this file in archlinux. can other people help me to test is that i'm missing library to execute it?

Offline

#6 2010-10-30 07:30:52

ChoK
Member
From: France
Registered: 2008-10-01
Posts: 346

Re: is that any simple step let 64 bit system run 32 bit apps?

Can't test on archlinux for the moment but "ldd genpuid" should tell you about the libraries needed


Ah, good taste! What a dreadful thing! Taste is the enemy of creativeness.
Picasso
Perfection is reached, not when there is no longer anything to add, but when there is no longer anything to take away.
Saint Exupéry

Offline

#7 2010-10-30 17:46:06

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: is that any simple step let 64 bit system run 32 bit apps?

simply enable multilib in your pacman.conf and it will install all the required 32 bit packages that you need to run any 32 bit app. This was suggested by Meyithi, but you haven't told us if you actually did it or not.


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#8 2010-10-30 21:58:47

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: is that any simple step let 64 bit system run 32 bit apps?

ChoK wrote:

Are you sure you run the command in the correct directory?

When you run 32bits on 64 bits the error message should look like this "Wrong ELF [...]" or missing library

That's only true for dynamically linked libraries. If the binary is statically built, one will get the 'not found' error even if it's in the directory.

Offline

#9 2010-10-31 01:23:34

Dogs1985
Member
Registered: 2008-03-01
Posts: 201

Re: is that any simple step let 64 bit system run 32 bit apps?

i install lib32-glibc, lib32-gcc-libs, lib32-libstdc++5 then solve the problem. thank you.

Offline

Board footer

Powered by FluxBB