i have configured php a few different ways, once not specifying ay parameters. everytime i get an error on the first running of gcc when i make. i upgraded gcc and xcode, which is mac's dev tools. i'm on panther and running latest php. this is the error, it would make my life if anyone could help. i ahve tried as root
[ast:~/Desktop/php-4.3.4] assumpti% make
gcc -I/Users/assumpti/Desktop/php-4.3.4/ext/mysql/libmysql -Iext/mysql/ -I/Users/assumpti/Desktop/php-4.3.4/ext/mysql/ -DPHP_ATOM_INC -I/Users/assumpti/Desktop/php-4.3.4/include -I/Users/assumpti/Desktop/php-4.3.4/main -I/Users/assumpti/Desktop/php-4.3.4 -I/Users/assumpti/Desktop/php-4.3.4/Zend -I/Users/assumpti/Desktop/php-4.3.4/ext/xml/expat -no-cpp-precomp -no-cpp-precomp -I/Users/assumpti/Desktop/php-4.3.4/TSRM -g -O2 -c /Users/assumpti/Desktop/php-4.3.4/ext/mysql/php_mysql.c -o ext/mysql/php_mysql.o && echo > ext/mysql/php_mysql.lo
In file included from /usr/include/netdb.h:86,
from /Users/assumpti/Desktop/php-4.3.4/ext/mysql/php_mysql.c:52:
/usr/include/sys/socket.h:79: error: conflicting types for socklen_t'
/Users/assumpti/Desktop/php-4.3.4/main/php.h:147: error: previous declaration ofsocklen_t'
make: *** [ext/mysql/php_mysql.lo] Error 1
[ast:~/Desktop/php-4.3.4] assumpti%