View Single Post
  #2   (View Single Post)  
Old 26th August 2010
BSDfan666 BSDfan666 is offline
Real Name: N/A, this is the interweb.
Banned
 
Join Date: Apr 2008
Location: Ontario, Canada
Posts: 2,223
Default

There isn't a port of this yet, so you're attempting to build this manually, when you do things like this you should really try helping yourself first.. and you should know what you're doing.

If you read the error message you posted, it's clearly indicating it cannot find openldap, the reason for this is because OpenBSD's gcc doesn't look in /usr/local by default.

Try using --with-openldap=/usr/local as suggested, see how it goes.
Reply With Quote