[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Installation
Hello,
I still have installation problem, while trying to install ldap in my home on
solaris 2.7 .
I proced like this:
(dioubate/ldap)%setenv LIBS "-lpthread -lposix4"
(dioubate/ldap)%./configure --prefix=~/openldap --with-threads
apparently fine, ask me to "make depend"
(dioubate/ldap)%make depend
i got this kind of message several times
--------------------------------------------------------------------------------
cc -g -O2 -I../../include -I../../include -DHAVE_CONFIG_H -c
ldapsearch.c -o ldapsearch.o
make[2]: *** No rule to make target `../../libraries/libldap/libldap.la', needed
by `ldsversion.c'. Stop.
--------------------------------------------------------------------------------
if i continue with make i get this
--------------------------------------------------------------------------------
ake[5]: Entering directory `/u/dioubate/ldap/servers/slapd'
make[5]: *** No rule to make target `.backend', needed by `libbackends.a'.
Stop.
make[5]: Leaving directory `/u/dioubate/ldap/servers/slapd'
make[4]: *** [backendslib] Error 2
make[4]: Leaving directory `/u/dioubate/ldap/servers/slapd'
make[3]: *** [all-local-srv] Error 2
make[3]: Leaving directory `/u/dioubate/ldap/servers/slapd'
make[2]: *** [all-common] Error 2
make[2]: Leaving directory `/u/dioubate/ldap/servers/slapd'
--------------------------------------------------------------------------------
I don't know what to do,
Another question: does installation create ~/openldap directory or i should?
Any help.
Thanks.
Diefadima Dioubate
>Date: Thu, 03 Feb 2000 17:24:09 -0500
>From: Earl Robinson <earl@earlrobinson.com>
>X-Accept-Language: en
>MIME-Version: 1.0
>To: Diefadima Dioubate <dioubate@IRO.UMontreal.CA>
>CC: openldap-software@OpenLDAP.org
>Subject: Re: Installation
>Content-Transfer-Encoding: 7bit
>X-Loop: OpenLDAP
>Comment: OpenLDAP "openldap-software" Mailing List <http://www.OpenLDAP.org/>
>List-Archive: <http://www.OpenLDAP.org/lists/openldap-software>
>List-Help: <mailto:openldap-software-request@OpenLDAP.org?body=help> (MLM
help), <http://www.OpenLDAP.org/lists/> (List Information)
>List-Unsubscribe:
<mailto:openldap-software-request@OpenLDAP.org?body=unsubscribe>
>X-Keywords:
>
>adding onto what Yash said, if you build like this :
>
>[Diefadima@localhost Diefadima]$ cd ~
>[Diefadima@localhost Diefadima]$ tar zfvx openldap-release.tgz
>[Diefadima@localhost Diefadima]$ cd openldap-release
>[Diefadima@localhost ldap]$ ./configure --prefix=~/openldap (optionally
>--without-threads)
>[Diefadima@localhost ldap]$ make depend
>[Diefadima@localhost ldap]$ make
>[Diefadima@localhost ldap]$ cd tests
>[Diefadima@localhost tests]$ make
>[Diefadima@localhost tests]$ cd ..
>[Diefadima@localhost ldap]$ make install
>
>then you wil get openldap to install into ./openldap in your home
>directory. You will still have to change the slapd.conf file to make it
>start on a non-priviliged port.
>
>-earl
>
>
>Diefadima Dioubate wrote:
>>
>> Hello,
>>
>> I am new to ldap and I m not a manager of my department network but I
>> need to use ldap for my research. I tried to install it in my account, I
>>
>> did several times it is not working.
>> I don't have any right to copy file in usr/local/ directories.
>> Can anyone tell me how to change default installation to adapt to my
>> situation.
>>
>> Thank you very much in advance.
>>
>> Diefadima D.