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

probs w make install 2.0.18 under solaris8



I'm trying to build openldap 2.0.18, but am having problems with the
make install. After building openssl and berkeley db, I can configure,
make depend, and make all without any problems using the command lines
below.

But when I come to make install - it fails at the 'clients' directory.
(errors below). Does anyone know what my problem could be, or what I
could do about isolating/debugging it ?

Any help/suggestions would be great - even if it is just a pointer to
a more appropriate place to ask this question.

Regards,

Anthony Hill


tyalli[/export/00/openldap-2.0.18]#
CPPFLAGS="-I/usr/local/BerkeleyDB.3.3/include -I/usr/local/ssl/include"
LDFLAGS="-L/usr/local/BerkeleyDB.3.3/lib -L/usr/local/ssl/lib" ./configure

tyalli[/export/00/openldap-2.0.18]#
CPPFLAGS="-I/usr/local/BerkeleyDB.3.3/include -I/usr/local/ssl/include"
LDFLAGS="-L/usr/local/BerkeleyDB.3.3/lib -L/usr/local/ssl/lib" make depend

tyalli[/export/00/openldap-2.0.18]#
CPPFLAGS="-I/usr/local/BerkeleyDB.3.3/include -I/usr/local/ssl/include"
LDFLAGS="-L/usr/local/BerkeleyDB.3.3/lib -L/usr/local/ssl/lib" make all



tyalli[/export/00/openldap-2.0.18]#
CPPFLAGS="-I/usr/local/BerkeleyDB.3.3/include -I/usr/local/ssl/include"
LDFLAGS="-L/usr/local/BerkeleyDB.3.3/lib -L/usr/local/ssl/lib" make install

...  Entering subdirectory libldbm
make[2]: Entering directory `/export/00/openldap-2.0.18/libraries/libldbm'
make[2]: Nothing to be done for `install'.
make[2]: Leaving directory `/export/00/openldap-2.0.18/libraries/libldbm'

make[1]: Leaving directory `/export/00/openldap-2.0.18/libraries'

  Entering subdirectory clients
make[1]: Entering directory `/export/00/openldap-2.0.18/clients'
Making install in /export/00/openldap-2.0.18/clients
  Entering subdirectory tools
make[2]: Entering directory `/export/00/openldap-2.0.18/clients/tools'
mkdir -p /usr/local/bin
../../build/install-sh -c -m 755 -s ldapsearch /usr/local/bin/ldapsearch
Abort - core dumped
../../build/install-sh -c -m 755 -s ldapmodify /usr/local/bin/ldapmodify
Abort - core dumped
../../build/install-sh -c -m 755 -s ldapdelete /usr/local/bin/ldapdelete
Abort - core dumped
../../build/install-sh -c -m 755 -s ldapmodrdn /usr/local/bin/ldapmodrdn
Abort - core dumped
../../build/install-sh -c -m 755 -s ldapadd /usr/local/bin/ldapadd
Abort - core dumped
../../build/install-sh -c -m 755 -s ldappasswd /usr/local/bin/ldappasswd
Abort - core dumped
make[2]: *** [install-local] Error 134
make[2]: Leaving directory `/export/00/openldap-2.0.18/clients/tools'
make[1]: *** [install-common] Error 1
make[1]: Leaving directory `/export/00/openldap-2.0.18/clients'
make: *** [install-common] Error 1
tyalli[/export/00/openldap-2.0.18]#