So I did that, and then some other things, too. I can't remember all the different things I tried, but eventually I got past this.
At the end of the configuration log I find the message:
Code:
configure: error: freetype.h not found.
But the file lives here:
Code:
/opt/local/include/freetype2/freetype/freetype.h
So far, I've tried --with-freetype-dir=/opt/local/include,
--with-freetype-dir=/opt/local/include/freetype2, and
--with-freetype-dir=/opt/local/include/freetype2/freetype
and it failed each time.
So I pulled the freetype call from the list.
Then I pulled the --with-mysqli bit and it configured!
But it didn't actually build.
Code:
ld: symbol(s) not found
collect2: ld returned 1 exit status
make: *** [sapi/litespeed/php] Error 1
Here are the parameters I used to get that far:
"--with-mysql=/usr/local/mysql-5.0.51b-osx10.4-powerpc/ --with-zlib --with-gd --enable-shmop --enable-track-vars --enable-sockets --enable-sysvsem --enable-sysvshm --enable-magic-quotes --enable-mbstring --with-iconv --with-png-dir=/opt/local --with-config-file-path=/usr/local/mysql-5.0.51b-osx10.4-powerpc/bin --with-mysql-sock=/tmp/mysql.sock --with-jpeg-dir=/opt/local/lib"