Re: [opendbx] error while loading shared libraries
Brought to you by:
nose
From: Norbert S. <no...@li...> - 2008-01-25 12:30:26
|
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 =3D -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.=20 If /usr/local/lib isn't configured in /etc/ld.so.conf, it won't be found by= =20 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= =20 with ibopendbx.so.1 and therefore uses ibopendbx.so.1.1.0. Regards, Norbert =2D-=20 OpenPGP public key http://www.linuxnetworks.de/norbert.pubkey.asc |