On Thu, 28 Feb 2002, Jonathan Hilgeman wrote: > Did you set any options for encryption or SSL or anything? You may have used > an option that requires lib Kerberos. If you don't have it, you should be > able to use the ports system on FreeBSD to install it quickly.
Hi Jonathan. Thanks for your reply. This is all I've put in the configure line: ./configure \ --with-apxs=/home/software/sbin/apxs \ --with-mysql=/home/software \ --with-pgsql=/home/software \ --enable-debug=no What's odd about this is that I have in fact installed the kerberos 5 libraries from ports. But it was also installed with the base system, so I have libkrb5.so in both /usr/lib and /usr/local/lib. The error I'm getting from Apache is that it can't find some routine in /usr/lib/libkrb5.so: Cannot load /home/software/libexec/libphp4.so into server: /usr/lib/libkrb5.so: Undefined symbol "free_Principal" -- Dan ________________________________________________________________________ [EMAIL PROTECTED] Daniel G. Delaney www.Dionysia.org/~dionysos/ PGP Public Key: /~dionysos/pgp.html ------------------------------------------------------------------------ War doesn't determine who's right. War determines who's left. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php