Re: [opendbx] error while loading shared libraries
Brought to you by:
nose
From: Mariano M. P. <mar...@gm...> - 2008-01-25 12:36:01
|
OK. Thanks Norbert. I will see where it is installed and check if /etc/ld.so.conf is correct. thanks mariano On Jan 25, 2008 9:30 AM, Norbert Sendetzky <no...@li...> wrote: > On Friday 25 January 2008 12:24:02 Mariano Martinez Peck wrote: > > ./Prueba: error while loading shared libraries: libopendbx.so.1: cannot > > open shared object file: No such file or directory > > > > LDFLAGS = -L/usr/local/lib -L/usr/local/lib/opendbx > > -L/usr/local/lib/pkgconfig > > You've installed libopendbx in /usr/local/lib instead of /usr/lib. > If /usr/local/lib isn't configured in /etc/ld.so.conf, it won't be found > by > the library loader (like on your second PC). > > > If i look in my filesystem, i don't have that file. Neither i in MY pc > > where this example work well. The file i DO have is libopendbx.so.1.1.0 > > The library loader is smart and knows that ibopendbx.so.1.1.0 is > compatible > with ibopendbx.so.1 and therefore uses ibopendbx.so.1.1.0. > > Regards, > > > Norbert > -- > OpenPGP public key > http://www.linuxnetworks.de/norbert.pubkey.asc > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > libopendbx-devel mailing list > lib...@li... > https://lists.sourceforge.net/lists/listinfo/libopendbx-devel > http://www.linuxnetworks.de/doc/index.php/OpenDBX > > |