Latest developments: On FreeBSD you can install Kerberos 5 in the base installation and it gets placed in /usr/lib--but that is not MIT Kerberos 5. You can also install MIT Kerberos 5 from the ports collection, which gets placed in /usr/local/lib. Since I chose to install ALL base packages when I installed FreeBSD 4.5, I got the Kerberos 5 from the base system. Then I installed MIT Kerberos 5 from the ports collection. So I have BOTH installed, just in different places.
Since Apache was complaining about not finding a library routine in /usr/lib/libkrb5.so, I deleted the symbolic link at /usr/lib/libkrb5.so (which pointed to /usr/lib/libkrb5.so.3) and made a new link that points to /usr/local/lib/libkrb5.so.3. Voila! Apache started just fine! I still don't understand why it was using the Kerberos 5 library in the first place. Oh well. I'd like to find out though, because I don't like this kludge. Anybody have any ideas? Thanks. -- Dan ________________________________________________________________________ [EMAIL PROTECTED] Daniel G. Delaney www.Dionysia.org/~dionysos/ PGP Public Key: /~dionysos/pgp.html ------------------------------------------------------------------------ Conserve energy -- make love more slowly. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php