From: Bob D. <bd...@si...> - 2004-07-21 13:35:27
|
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 - 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 > |