[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
some library tools/tests failing to link (ITS#1489)
Full_Name: Michael O'Keefe
Version: 2.0.18
OS: Linux 2.4.6
URL:
Submission from: (NULL) (129.46.156.70)
I configured to not make static libs, but the symlinks in the libraries
directory
all point to to .a versions, which do not get compiled.
I had to alter the symlinks by hand to their .so equivalents
ls -l libraries/*.so
libraries/liblber.so -> liblber/.libs/liblber.so
libraries/libldap.so -> libldap/.libs/libldap.so
libraries/libldap_r.so -> libldap_r/.libs/libldap_r.so
Otherwise...good so far :)