Date: Sun, 6 Apr 2003 16:51:08 -0700 (PDT) From: Edwin Groothuis <edwin@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/openldap20 Makefile Message-ID: <200304062351.h36Np8ta096930@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
edwin 2003/04/06 16:51:08 PDT
FreeBSD ports repository
Modified files:
net/openldap20 Makefile
Log:
net/openldap20 doesn't work if db3 and db4 are installed
Compile it. Try to run it. It won't.
ktracing /usr/local/libexec/slapd -d 0 and confirming with
ldd shows that it compiles with db3's headers (as specified
by the port makefile) but links with /usr/local/lib/libdb4
(if present...as it is on my system).
PR: ports/38744
Submitted by: Faried Nawaz <fn@hungry.org>
Revision Changes Path
1.63 +7 -1 ports/net/openldap20/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304062351.h36Np8ta096930>
