You are not logged in.

#1 2008-10-10 14:46:24

synthead
Member
Registered: 2006-05-09
Posts: 1,337

getlibs on Arch?

Is getlibs exclusive to Ubuntu and Debian or can I run it on Arch too?

Also, while I'm at it, is hwd exclusive to Arch or would it run on Debian?

Offline

#2 2008-11-05 00:34:02

Cappy
Member
Registered: 2008-10-13
Posts: 20

Re: getlibs on Arch?

No, getlibs depends on dpkg (information), apt, and packages.ubuntu.com. For what purpose are you looking for something like getlibs on Arch?

Last edited by Cappy (2008-11-05 00:34:18)

Offline

#3 2008-12-08 20:28:13

fatblueduck
Member
From: Long Beach
Registered: 2005-04-20
Posts: 39

Re: getlibs on Arch?

I'm using a 64-bit machine and I used getlibs to install apple shake onto ubuntu. I installed arch linux over ubuntu and now I can't use apple shake.

I would install the needed 32-bit libs, but I'm not sure how to find out which libs are needed.

Offline

#4 2009-04-08 10:15:30

snuo
Member
Registered: 2009-02-06
Posts: 10

Re: getlibs on Arch?

There is no automated way to add the libraries but it's still possible.

$ objdump -x /path/to/binary |grep NEEDED

That will print out any needed libraries, pair it with yaourt and do a search for lib32. Then select what you need.

ldd should do the same thing (getlibs uses it) but it doesn't work for me.

$ ldd /path/to/binary | grep "not found"

Offline

Board footer

Powered by FluxBB