Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
0 answers
233 views

What if AIX dynamic library imports one of symbols from wrong place

I have a legacy AIX ppc64 library mylib.so. Inspecting dump -Tv output, I noticed it expects that Foo symbol would be present in even older library oldfoo.so. However, it seems after new foo release, ...
Alexander Tumin's user avatar
3 votes
1 answer
4k views

Can statically linked binary require shared libraries?

I have a binary here that is apparently statically linked: $ file wkhtmltopdf-amd64 wkhtmltopdf-amd64: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), statically linked, ...
Nils Toedtmann's user avatar
5 votes
2 answers
157 views

Multi-Architectures and Their Binaries

Why is there a /usr/lib and a /usr/lib32 directory but only a /usr/bin and no /usr/bin32 directory on a AMD64 64-bit-install of Ubuntu? If or when Debian/Ubuntu start supporting multi-target-...
Nordlöw's user avatar
  • 165