View Single Post
  #3   (View Single Post)  
Old 27th August 2008
robot robot is offline
New User
 
Join Date: Aug 2008
Location: Chicago
Posts: 2
Default

Quote:
Originally Posted by robbak View Post
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.)


Ah thanks, I ended updating my ports collection though first.

It looks like mine was way out of date. It now compiled (or at least is compiling) apache with openldap24. As far as I remember, it did not give me anything noticeable when installing openldap23 either. Something similar to the apache22 error.

I guess I should've done something like that first before posting.

Thank you though.
Reply With Quote