View Single Post
  #2   (View Single Post)  
Old 27th August 2008
robbak's Avatar
robbak robbak is offline
Real Name: Robert Backhaus
VPN Cryptographer
 
Join Date: May 2008
Location: North Queensland, Australia
Posts: 366
Default

Hmm, normally there is an error message when a port dies.

The best way would be to fix openldap24. to start with, try this:

Code:
cd /usr/ports/net/openldap23-client
make clean
make rmconfig
script ~/openldap23-client-build.txt
make
^D (that's control-D)
If it fails, please send us the file openldap23-client-build.txt that it created in your home directory.
I'll just go and look at apache to see if it can work with openldap24

(edit: the ^D stops script, which is recording what appears on your screen. If it fails (or if it suceedes), you will have to use ^D to stop it recording.)
__________________
The only dumb question is a question not asked.
The only dumb answer is an answer not given.

Last edited by robbak; 27th August 2008 at 04:34 AM.
Reply With Quote