[EMAIL PROTECTED] dyld: Undefined symbols: _compress _uncompress

2007-01-05 Thread Spence
I'm running Apache/2.2.3 (Unix) DAV/2 mod_perl/2.0.2 Perl/v5.8.1 configured on OS X 10.3.9. The server will start and everything appears fine, but when I try to gracefully restart, the server stops. The only error message I have is: dyld: /usr/local/apache2/bin/httpd Undefined symbols:

[EMAIL PROTECTED] RE: DBD: driver

2006-08-15 Thread Spence
Thanks for the pointer. I think the problem was that in apu.h after running configure, I had: #define APU_HAVE_PGSQL 0 #define APU_HAVE_MYSQL 0 #define APU_HAVE_SQLITE3 0 #define APU_HAVE_SQLITE2 0 (I changed the second line to #define APU_HAVE_MYSQL 1) which was

[EMAIL PROTECTED] DBD: driver

2006-08-13 Thread Spence
Originally posted in APR Dev (http://www.nabble.com/DBD%3A-driver-tf2088429.html#a5760878) I'm new to this, but hopefully someone can shed some light on this. I'm trying to install Apache 2.2, MySQL 5, and PHP 5 on a Mac OSX (10.3.9) server. The server already runs Apache 1.3, MySQL 4, and PHP