Re: Shared library versions

2003-09-03 Thread Mark Ferlatte
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, other

Re: Shared library versions

2003-09-03 Thread Russell Shaw
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

Re: Shared library versions

2003-09-03 Thread Russell Shaw
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.

Re: Shared library versions

2003-09-03 Thread Derrick 'dman' Hudson
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

Shared library versions

2003-09-02 Thread Russell Shaw
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]