OK this should be a walk in the park, but hey, nope.
I have php 4.3.0, Apache 1.3.27, OS X 10.2.4, plenty of proc and mem. I'm trying to get 4.3.1 running.
I'm using the same config line used to create 4.3.0, I can get 4.3.1 configured, but I get an error during make. It's pretty late in the process but the error is:
...............
/usr/include/httpd/ap_config.h:444:1: warning: this is the location of the previous definition
make: *** [sapi/apache/sapi_apache.lo] Error 1
...............
I also keep getting this line troughout the make process:
...............
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning: as it has already been specified as a non-system directory
...............
And just incase, here is my config line:
...............
'./configure' '--disable-cli' '--with-apxs' '--with-mysql=/usr/local' '--with-pgsql=/usr/local/pgsql' '--with-gd=/usr/local' '--with-zlib=/usr' '--enable-trans-sid' '--enable-exif' '--with-xml' '--enable-mbstring' '--with-tiff' '--with-jpeg' '--with-png' '--enable-ftp' '--enable-wddx' '--with-jpeg-dir=/usr/local' '--with-png-dir=/usr/local' '--with-tiff-dir=/usr/local' '--sysconfdir=/etc' '--localstatedir=/var' '--enable-dbx' '--enable-dbase' '--enable-sockets' '--with-bz2' '--with-freetype-dir=/usr/X11R6' '--with-pdflib=/usr/local/pdflib'
...............
Any thoughts? Thanks. - Cy