Re: What libraries
- From: Sybren Stuvel <sybrenUSE@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 31 Jan 2007 11:37:41 +0100
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/
.
- References:
- What libraries
- From: Chris
- Re: What libraries
- From: Sybren Stuvel
- What libraries
- Prev by Date: Re: What libraries
- Next by Date: Re: What libraries
- Previous by thread: Re: What libraries
- Next by thread: K3b help
- Index(es):