On Wed, Sep 03, 2003 at 03:42:43PM +1000, Russell Shaw wrote:
| Hi,
| How do programs determine what version of a shared (.so) library
| they get when run?
The compiler/linker determines it when the binary is compiled. Use
'ldd' to see what libraries a given executable is linked against.
The sym
Russell Shaw wrote:
Mark Ferlatte wrote:
Russell Shaw said on Wed, Sep 03, 2003 at 03:42:43PM +1000:
I'm tracking down a bug in xgettext (from gettext 0.12.1):
Doesn't matter now. Had old versions in /usr/local ;)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Tr
Mark Ferlatte wrote:
Russell Shaw said on Wed, Sep 03, 2003 at 03:42:43PM +1000:
Hi,
How do programs determine what version of a shared (.so) library
they get when run?
They use whatever version they are linked against. Sometimes they are linked
against libfoo.so, which is a symlink to the curr
Russell Shaw said on Wed, Sep 03, 2003 at 03:42:43PM +1000:
> Hi,
> How do programs determine what version of a shared (.so) library
> they get when run?
They use whatever version they are linked against. Sometimes they are linked
against libfoo.so, which is a symlink to the current default, othe
Hi,
How do programs determine what version of a shared (.so) library
they get when run?
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
5 matches
Mail list logo