[Date Prev][Date Next] [Chronological] [Thread] [Top]

RE: 2.2.11 won't run?



At 08:44 AM 4/26/2004, Armbrust, Daniel C. wrote:
>Maybe I'm confused, but isn't that what the LDFLAGS are for?

You may be able to use LDFLAGS to add additional
library directories to the run-time search path used
by the executable.  However, you apparently only modified
the compile-time search path, hence the need to adjust
your run-time path through other means.

Kurt

>armbrust@mir04==> /usr/local/openldap-2.2.11/libexec>ldd slapd
>        libdb-4.2.so => not found
>        libresolv.so.2 => /lib/libresolv.so.2 (0x40027000)
>        libpthread.so.0 => /lib/tls/libpthread.so.0 (0x40039000)
>        libc.so.6 => /lib/tls/libc.so.6 (0x42000000)
>        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
>armbrust@mir04==> /usr/local/openldap-2.2.11/libexec>locate libdb-4.2.so
>/usr/local/BerkeleyDB.4.2/lib/libdb-4.2.so
>/installers/db-4.2.52/build_unix/.libs/libdb-4.2.so
>armbrust@mir04==> /usr/local/openldap-2.2.11/libexec>echo $LDFLAGS
>-L/usr/local/BerkeleyDB.4.2/lib
>armbrust@mir04==> /usr/local/openldap-2.2.11/libexec>
> 
>
>And the LDFLAGS were set at the time of configuring/building.
>
>What have I broken?
>
>Dan
>
>
>-----Original Message-----
>From: Pierangelo Masarati [mailto:ando@sys-net.it] 
>Sent: Monday, April 26, 2004 10:28 AM
>To: Armbrust, Daniel C.
>Cc: openldap-software@OpenLDAP.org
>Subject: Re: 2.2.11 won't run?
>
>
>> I just downloaded 2.2.11, and went through my normal build process:
>>
>> export LDFLAGS="-L/usr/local/BerkeleyDB.4.2/lib"
>> export CPPFLAGS="-I/usr/local/BerkeleyDB.4.2/include"
>>
>> ./configure --prefix=/usr/local/openldap-2.2.11/ --without-cyrus-sasl
>> make depend
>> make
>> make test (fails)
>> make install
>>
>> slapd with a run level of 1 yields:
>>
>>
>> /usr/local/openldap-2.2.11/libexec/slapd: error while loading shared
>> libraries: libdb-4.2.so: cannot open shared object file: No such file or
>> directory
>
>ibdb-4.2.so is not in LD_LIBRARY_PATH or somethig of the kind. a ldd on
>slapd will tell you what shared libraries cannot be loaded with current
>path settings.
>
>p.
>
>-- 
>Pierangelo Masarati
>mailto:pierangelo.masarati@sys-net.it