spartian wrote:

>   In this process I'm building mod_php from the /usr/local/src/php-5.0.2
>directory. My configuration line is as follows:
>
>   sudo ./configure --with-apache=../apache_1.3.33 \
>   --with-mysql=/usr/local/mysql --enable-track-vars

Here is my config for PHP 5.0.2 under OSX:

./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info
--with-apxs --enable-cli --with-zlib-dir=/usr --with-xml --enable-ftp
--enable-mbstring --enable-sockets --with-config-file-path=/etc
--with-mysql=/usr/local/mysql --with-gd --with-jpeg-dir=/usr/local/lib
--with-png-dir=/usr/local/lib --enable-gd-native-ttf
--with-freetype-dir=/usr/local/lib

I have no problem with sqlite (still 2.8.14 BTW).

I wouldn't recommend you to install another version of Apache on OSX than the
one in Panther. I would recommend you to use apxs, it makes PHP upgrades easier.
That's my development plateform. I never used Fink, nor needed it so your
experience may differ. You might also need to install iconv which is
straightforward.

Good luck,


Bertrand Mansion
Mamasam

Reply via email to