PHP 5.2.9 + Apache 1.3 Darwin 6.8 MAC OS X 10.2.8 + MYSQL
[email protected] (ruben)
| Newsgroups | php.install |
|---|---|
| Message-ID | <rbngrafico-639D46.11471931082009@dialup-4.131.92.216.Dial1.Dallas1.Level3.net> |
Hello everybody After been using PHP 5.2.9 on a MAC OS 10.2.8 with Apache 1.3 without problems, I decided to add support for MYSQL so I tried to re-compile the php module for apache with this configuration: ../configure --prefix=/user --sysconfdir=/etc --localstatedir=/var --mandir=/usr/share/man --with-apxs --without-sqlite --without-pdo-sqlite --with-zlib --without-iconv --enable-sockets --with-openssl --with-kerberos --with-mysql=/usr --with-mysql-sock The configure script runs with no problems, but then 'make' fails with this message: ld: Undefined symbols: _mysql_create_db _mysql_drop_db make: *** [libs/libphp5.bundle] Error 1 I'm really stuck with this... Please help and thank u in advance!!