You are not logged in.

#1 2010-08-13 17:34:48

Ree
Member
Registered: 2010-05-19
Posts: 37

AsfBin - how do I run it?

I'd like to try AsfBin on my Arch x64 system, but it doesn't run. It's just a single file "asfbin-bin":

[ree@LAPTOP bak]$ ./asfbin-bin
bash: ./asfbin-bin: No such file or directory

Here's some info:

[ree@LAPTOP bak]$ file asfbin-bin 
asfbin-bin: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.2.5, not stripped

Is there a way to find out what I need to run it (if at all possible)?

Offline

#2 2010-08-13 17:55:33

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: AsfBin - how do I run it?

'ls -l asfbin-bin' - if it's not executable, it won't run. Change the permissions.

Offline

#3 2010-08-13 20:42:07

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: AsfBin - how do I run it?

Arch does not support multilib by default. You need to find out which 32-bit libs it needs and install the appropriate lib32-* packages.

Offline

#4 2010-08-14 08:14:23

Ree
Member
Registered: 2010-05-19
Posts: 37

Re: AsfBin - how do I run it?

karol wrote:

'ls -l asfbin-bin' - if it's not executable, it won't run. Change the permissions.

It is executable.

tomk wrote:

Arch does not support multilib by default. You need to find out which 32-bit libs it needs and install the appropriate lib32-* packages.

How do I do this? There's no documentation, so I don't know what exactly it needs.

This gives me nothing:

[ree@LAPTOP bak]$ ldd asfbin-bin 
        not a dynamic executable

Offline

#5 2010-08-14 08:53:47

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: AsfBin - how do I run it?

Get someone with a 32-bit system to help you.

Or set up a 32-bit chroot and run it in there.

Offline

#6 2010-08-14 10:35:11

Ree
Member
Registered: 2010-05-19
Posts: 37

Re: AsfBin - how do I run it?

Anyone who may be interested in this, "lib32-libstdc++5" was the package required.

Offline

#7 2010-08-14 13:47:50

ehlo
Member
From: England
Registered: 2010-04-04
Posts: 66

Re: AsfBin - how do I run it?

For future reference you can install lib32-glibc which provides ldd32, which is needed for looking at the libraries needed by 32bit executables! smile

Last edited by ehlo (2010-08-14 13:48:01)

Offline

Board footer

Powered by FluxBB