FreeBSD Port: libapreq2-2.08
Alex Pogodin
alex.pogodin at gmail.com
Sun Oct 1 08:10:14 PDT 2006
Hi!
Here is my problem.
I have installed a clean FreeBSD 6.1.
CVSup-ed port collection.
Then:
#cat >> /etc/make.conf
.if ${.CURDIR:M*/www/apache2*}
WITH_LDAP=yes
WITH_LDAP_MODULES=yes
WITH_BERKELEY_DB=db42
.endif
^D
#cd /usr/ports/www/libapreq2
#make install
Compiling fails with error
/usr/bin/ld: cannot find -lldap
I have also tried to exclude LDAP from Apache modules, then I am
getting "cannot find -lexpat"
What am I doing incorrect?
Best, Alex.
More information about the freebsd-ports
mailing list