I have a problem installing openldap-2.3.31 on a Tru64 5.1 computer. First, here is the install script:
LDFLAGS="-rpath /usr/local/BerkleyDB.4.5.20.NC/lib -L/usr/local/BerkleyDB.4.5.20.NC/lib" export LDFLAGS CPPFLAGS="-I/usr/local/BerkleyDB.4.5.20.NC/include -DHAVE_GETADDRINFO -I/usr/local" export CPPFLAGS ./configure --prefix=/usr/local/openldap --enable-crypt --enable-debug\ --enable-rewrite --enable-overlays -exec-prefix=/usr/local/openldap make depend make
All of the above goes well. When I try to do:
LDFLAGS="-rpath /usr/local/BerkleyDB.4.5.20.NC/lib -L/usr/local/BerkleyDB.4.5.20.NC/lib" export LDFLAGS CPPFLAGS="-I/usr/local/BerkleyDB.4.5.20.NC/include -DHAVE_GETADDRINFO -I/usr/local" export CPPFLAGS make install
I get the following error:
Entering subdirectory libldap ../../build/shtool mkdir -p /usr/local/openldap-2.3.31-nossl-902/lib /bin/sh ../..//libtool --mode=install ../../build/shtool install -c -m 644 libld ap.la /usr/local/openldap-2.3.31-nossl-902/lib libtool: install: error: cannot install `libldap.la' to a directory not ending in /usr/local/BerkleyDB.4.5.20.NC/lib *** Exit 1 Stop. *** Exit 1 Stop. *** Exit 1 Stop.
Thanks for any help!
Partial solution - build statics.... Still does not solve the problem if you want to install shared libraries. Thanks!
-----Original Message----- From: openldap-software-bounces+douglas=gpc.edu@openldap.org [mailto:openldap-software-bounces+douglas=gpc.edu@openldap.org] On Behalf Of Douglas B. Jones Sent: Sunday, January 07, 2007 2:55 PM To: openldap-software@openldap.org Cc: Douglas B Jones Subject: installing openldap openldap-2.3.31
I have a problem installing openldap-2.3.31 on a Tru64 5.1 computer. First, here is the install script:
LDFLAGS="-rpath /usr/local/BerkleyDB.4.5.20.NC/lib -L/usr/local/BerkleyDB.4.5.20.NC/lib" export LDFLAGS CPPFLAGS="-I/usr/local/BerkleyDB.4.5.20.NC/include -DHAVE_GETADDRINFO -I/usr/local" export CPPFLAGS ./configure --prefix=/usr/local/openldap --enable-crypt --enable-debug\ --enable-rewrite --enable-overlays -exec-prefix=/usr/local/openldap make depend make
All of the above goes well. When I try to do:
LDFLAGS="-rpath /usr/local/BerkleyDB.4.5.20.NC/lib -L/usr/local/BerkleyDB.4.5.20.NC/lib" export LDFLAGS CPPFLAGS="-I/usr/local/BerkleyDB.4.5.20.NC/include -DHAVE_GETADDRINFO -I/usr/local" export CPPFLAGS make install
I get the following error:
Entering subdirectory libldap ../../build/shtool mkdir -p /usr/local/openldap-2.3.31-nossl-902/lib /bin/sh ../..//libtool --mode=install ../../build/shtool install -c -m 644 libld ap.la /usr/local/openldap-2.3.31-nossl-902/lib libtool: install: error: cannot install `libldap.la' to a directory not ending in /usr/local/BerkleyDB.4.5.20.NC/lib *** Exit 1 Stop. *** Exit 1 Stop. *** Exit 1 Stop.
Thanks for any help!
openldap-software@openldap.org