Hello Fabiano, * Fabiano Sidler wrote on Tue, Jun 23, 2009 at 12:27:12PM CEST: > On Mon, Jun 22, 2009 at 07:49:56AM +0200, Ralf Wildenhues wrote: > > * Fabiano Sidler wrote on Sun, Jun 21, 2009 at 07:24:13PM CEST: > > > Compiling (OpenLDAP 2.4.16) in a chroot, i'm getting this libtool error > > > while configuring: > > > > > > configure:13897: checking for lt_dlinit in -lltdl > > > configure:13932: cc -o conftest -g -O2 conftest.c -lltdl >&5 > > > /bin/../lib/gcc/x86_64-unknown-linux-gnu/4.4.0/../../../libltdl.so: > > > undefined reference to `dlopen_LTX_get_vtable' > > > > How exactly did you invoke configure? > > The openldap's?
Yes, that's what I meant, thanks. > ./configure \ > --prefix= \ > --enable-modules \ > --enable-ldap \ > --enable-posixmutexes \ > --with-mutex=POSIX/pthreads > > > Did you install libltdl yourself (by installing the Libtool package) > > Yes, like anything in the chroot. > > > and if yes, how did you configure and build that? > > ./configure --prefix= --enable-ltdl-install > make > make install No clue yet. Please go to the build tree of the Libtool package (or revcreate it), run make clean, then post all output of these commands: make ./libtool --features ./libtool --config Thanks, Ralf _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool
