PHP on MacOS X

2001-07-27 11:05 ☼ post

I just found this recent article on PHP on MacOS X over at O’Reilly. Their tips are useful and informative, but somewhat different than the configuration flags that I used on my machine since I have installed most of my libraries using Fink packages (Fink creates a special directory /sw for all the software that it installs). Here’s my most recent configuration:

./configure --with-mysql --with-apxs --with-gd=/sw --with-png-dir=/sw --with-zlib-dir=/sw --with-jpeg-dir=/sw --with-freetype-dir=/sw --with-xml --enable-shared --with-gd-imgstrttf --enable-safe-mode