From: Treeve J. <tre...@pi...> - 2004-07-21 13:55:05
|
On Wednesday 21 July 2004 15:35, Bob Doan wrote: > No good reason comes to mind why the data sources link w/ the main rlib > library to begin with. Since they are loaded dynamically from the main > rlib library it self. If you take out the -lr from the make files in > the input methods are you ok? If so I'll change it so it doesn't do > that > $ ldd /usr/lib/libr-odbc.so linux-gate.so.1 => (0xffffe000) libxml2.so.2 => /usr/lib/libxml2.so.2 (0x4001d000) libpthread.so.0 => /lib/libpthread.so.0 (0x40176000) libz.so.1 => /usr/lib/libz.so.1 (0x40187000) libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0x40199000) libdl.so.2 => /lib/libdl.so.2 (0x4019d000) libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x401a1000) libodbc.so.1 => /usr/lib/libodbc.so.1 (0x40225000) libcpdf.so => /usr/lib/libcpdf.so (0x4028c000) libm.so.6 => /lib/libm.so.6 (0x402c0000) libc.so.6 => /lib/libc.so.6 (0x402e2000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000) problem solved, thanks > - bob > > On Wed, 2004-07-21 at 14:22 +0200, Treeve Jelbert wrote: > > I am a developer with a source base Linux distribution, > > http://www.sourcemage.org/ and have encountered a small problem with the > > rlib make files > > > > > > we do the following steps to make and install software > > > > configure > > make new > > uninstall old > > install new > > > > > > This means that the old version a product is still present when building > > the new version..In the case of rlib, libr-odbc.so is linked against the > > old version of libr.so, probably because -L/usr/lib is searched before > > -L/usr/src/rlib-1.2.0/libsrc when linking libr-odbc.so > > > > $ ldd /usr/lib/libr-odbc.so > > libr-1.1.10.so => not found > > > > > > I have not checked to see whether the same applies to the other database > > interfaces. > > > > I have a full compile log available if needed > > > > > > > > Regards, Treeve > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users Regards, Treeve -- PGP Key ID: AB929B24 PGP Key Fingerprint:31D9 D22F 42E6 F545 662E AB6F 9697 34C5 AB92 9B24 |