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

Re: OpenLDAP installation on Solaris (ITS#1623)



I would guess that configure failed to locate ar(1).
You likely need to adjust your path or install GNU ar(1).

Kurt

At 08:38 PM 2002-03-04, deepak_shah@hotmail.com wrote:
>Full_Name: Deepak Shah
>Version: 2.0.23
>OS: Solaris 5.7
>URL: ftp://ftp.openldap.org/incoming/
>Submission from: (NULL) (203.200.28.130)
>
>
>Hi Everyone,
>
>we are trying to install openldap on solaris. 
>
>Upto "make depend" everything works fine, but we are getting following errors in
>"make".
>
>Can anyone put some more light on this:
>
># make
>Making all in /usr/local/openldap/openldap-2.0.23
>  Entering subdirectory include
>make[1]: Entering directory `/usr/local/openldap/openldap-2.0.23/include'
>make[1]: Nothing to be done for `all'.
>make[1]: Leaving directory `/usr/local/openldap/openldap-2.0.23/include'
>
>  Entering subdirectory libraries
>make[1]: Entering directory `/usr/local/openldap/openldap-2.0.23/libraries'
>Making all in /usr/local/openldap/openldap-2.0.23/libraries
>  Entering subdirectory liblutil
>make[2]: Entering directory
>`/usr/local/openldap/openldap-2.0.23/libraries/liblu
>til'
>ru liblutil.a base64.o debug.o entropy.o sasl.o signal.o md5.o passwd.o sha1.o
>g
>etpass.o lockf.o utils.o sockpair.o setproctitle.o detach.o version.o
>make[2]: ru: Command not found
>make[2]: *** [liblutil.a] Error 127
>make[2]: Leaving directory
>`/usr/local/openldap/openldap-2.0.23/libraries/liblut
>il'
>make[1]: *** [all-common] Error 1
>make[1]: Leaving directory `/usr/local/openldap/openldap-2.0.23/libraries'
>make: *** [all-common] Error 1    
>
>Thanks in Advance !
>
>Regards,