mod_rendezvous_apple error after php install

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
InfraredAD
Forum Newbie
Posts: 1
Joined: Mon May 12, 2003 2:28 pm
Contact:

mod_rendezvous_apple error after php install

Post by InfraredAD »

I'm getting this error:

Syntax error on line 241 of /etc/httpd/httpd.conf:
Cannot load /usr/libexec/httpd/mod_rendezvous_apple.so into server: (reason unknown)
/usr/sbin/apachectl graceful: httpd could not be started

after I installed PHP 4.3.1 on my OS X machine. Commenting out the line seems to work just fine, and having rendezvous enabled really isn't that big of a deal to me, but I am wondering why I am getting the error. PHP and MySQL work just fine now, but adding the rendezvous line into the httpd.conf file stops the boot process dead cold.

Any ideas? :?
Post Reply