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

Make install fails (ITS#2455)



Full_Name: Damian Marinaccio
Version: 2.1.17
OS: Solaris 8
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (129.21.179.216)


i am trying to install openldap 2.1.17 (had the same problem with 2.1.12) on
Solaris 8.
I am using openssl 0.9.6j & berkeleydb 4.1.25 all compiled fine.

./configure  --with-tls --without-cyrus-sasl 
make depend
make
make test


all works fine to this point


make install

...
 Entering subdirectory clients
make[1]: Entering directory `/tmp/openldap-2.1.12/clients'
Making install in /tmp/openldap-2.1.12/clients
  Entering subdirectory tools
make[2]: Entering directory `/tmp/openldap-2.1.12/clients/tools'
../../build/shtool mkdir -p /usr/local/bin
../../build/shtool install -c -m 755 -s ldapsearch /usr/local/bin/ldapsearch
../../build/shtool: strip: not found
../../build/shtool install -c -m 755 -s ldapmodify /usr/local/bin/ldapmodify
../../build/shtool: strip: not found
../../build/shtool install -c -m 755 -s ldapdelete /usr/local/bin/ldapdelete
../../build/shtool: strip: not found
../../build/shtool install -c -m 755 -s ldapmodrdn /usr/local/bin/ldapmodrdn
../../build/shtool: strip: not found
../../build/shtool install -c -m 755 -s ldapadd /usr/local/bin/ldapadd
../../build/shtool: strip: not found
../../build/shtool install -c -m 755 -s ldappasswd /usr/local/bin/ldappasswd
../../build/shtool: strip: not found
../../build/shtool install -c -m 755 -s ldapwhoami /usr/local/bin/ldapwhoami
../../build/shtool: strip: not found
../../build/shtool install -c -m 755 -s ldapcompare /usr/local/bin/ldapcompare
../../build/shtool: strip: not found
make[2]: *** [install-local] Error 1
make[2]: Leaving directory `/tmp/openldap-2.1.12/clients/tools'
make[1]: *** [install-common] Error 1
make[1]: Leaving directory `/tmp/openldap-2.1.12/clients'
make: *** [install-common] Error 1
bash-2.03#