Re: Renaming and symlinking shared libraries

2006-07-11 Thread Alejandro Pulver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 10 Jul 2006 19:58:55 -0300 Alejandro Pulver <[EMAIL PROTECTED]> wrote: > On Sun, 9 Jul 2006 16:02:58 +0200 > Alexander Leidinger <[EMAIL PROTECTED]> wrote: > > > Does the lua4 lib contain a SONAME entry? > > > > % objdump -R -x /usr/lib/libs

Re: Renaming and symlinking shared libraries

2006-07-10 Thread Alejandro Pulver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 9 Jul 2006 16:02:58 +0200 Alexander Leidinger <[EMAIL PROTECTED]> wrote: > Does the lua4 lib contain a SONAME entry? > > % objdump -R -x /usr/lib/libsdp.so | grep SONAME > SONAME libsdp.so.2 > No. I will try adding it with -soname.

Re: Renaming and symlinking shared libraries

2006-07-09 Thread Kostik Belousov
On Sun, Jul 09, 2006 at 04:02:58PM +0200, Alexander Leidinger wrote: > Does our runtime linker follow runtime linker paths embedded into a lib > (gcc -L/path -R/path/foo -lbar) and does the libdb-4.2.so.2 contain a Yes, rtld honors both RPATH and RUNPATH. > runtime linker path entry (don't know how

Re: Renaming and symlinking shared libraries

2006-07-09 Thread Alexander Leidinger
Quoting Alejandro Pulver <[EMAIL PROTECTED]> (Thu, 6 Jul 2006 16:15:34 -0300): > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Tue, 04 Jul 2006 07:43:08 +0200 > Alexander Leidinger <[EMAIL PROTECTED]> wrote: > > > > >> Quoting Alejandro Pulver <[EMAIL PROTECTED]> (from Sat, 1 Jul 2006

Re: Renaming and symlinking shared libraries

2006-07-06 Thread Alejandro Pulver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 04 Jul 2006 07:43:08 +0200 Alexander Leidinger <[EMAIL PROTECTED]> wrote: > >> Quoting Alejandro Pulver <[EMAIL PROTECTED]> (from Sat, 1 Jul 2006 > >> 20:25:22 -0300): > > > > But then how do the databases/dbXX ports achieve the same result >

Re: Renaming and symlinking shared libraries

2006-07-03 Thread Alexander Leidinger
Quoting Alejandro Pulver <[EMAIL PROTECTED]> (from Mon, 3 Jul 2006 14:29:07 -0300): -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 03 Jul 2006 11:40:27 +0200 Alexander Leidinger <[EMAIL PROTECTED]> wrote: Quoting Alejandro Pulver <[EMAIL PROTECTED]> (from Sat, 1 Jul 2006 20:25:22 -03

Re: Renaming and symlinking shared libraries

2006-07-03 Thread Alejandro Pulver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 03 Jul 2006 11:40:27 +0200 Alexander Leidinger <[EMAIL PROTECTED]> wrote: > Quoting Alejandro Pulver <[EMAIL PROTECTED]> (from Sat, 1 Jul 2006 > 20:25:22 -0300): > > > AFAIK the symlinks would be (under lib/, in src->dest form) the > > foll

Re: Renaming and symlinking shared libraries

2006-07-03 Thread Alexander Leidinger
Quoting Alejandro Pulver <[EMAIL PROTECTED]> (from Sat, 1 Jul 2006 20:25:22 -0300): AFAIK the symlinks would be (under lib/, in src->dest form) the following. This shows the renaming of libtest to libtest-2, with major version of 2. libtest-2.so -> libtest-2.so.2 libtest-2.so.2 -> test2/libte