Re: [PHP-INST] problem configuring php-4.1.1

2002-02-22 Thread Gérard Gachelin
Rasmus Lerdorf wrote: > For some reason -llber is missing. Do you have a liblber.a or liblber.so > file on your system? If so, which directory is it in? If, for example it > is in /usr/lib/libllber.a then use --with-ldap=/usr and try again. > > Otherwise manually hack the Makefile and add a -l

Re: [PHP-INST] problem configuring php-4.1.1

2002-02-22 Thread Rasmus Lerdorf
For some reason -llber is missing. Do you have a liblber.a or liblber.so file on your system? If so, which directory is it in? If, for example it is in /usr/lib/libllber.a then use --with-ldap=/usr and try again. Otherwise manually hack the Makefile and add a -llber to the LIBS line. but the c