Re: What libraries



Sybren Stuvel enlightened us with:
- Dynamically linked, by the program itself. This is done with the
dlopen() function call. If you want to find this, run the
program with "strace /usr/bin/program | grep dlopen".

I believe strace logs to stderr, so it would have to be:

strace /usr/bin/program 2>&1 | grep dlopen

Sybren
--
Sybren Stüvel
Stüvel IT - http://www.stuvel.eu/
.