I am trying to build php-5.3.3 and getting the following error: /users/03333/php-5.3.3/TSRM -I/users/03333/php-5.3.3/Zend -I/usr/local/include -g -O2 -DZTS -c /users/03333/php-5.3.3/ext/standard/filestat.c -o ext/standard/filestat.lo /users/03333/php-5.3.3/ext/standard/filestat.c: In function `php_do_chgrp': /users/03333/php-5.3.3/ext/standard/filestat.c:416: error: too many arguments to function `getgrnam_r' /users/03333/php-5.3.3/ext/standard/filestat.c: In function `php_do_chown': /users/03333/php-5.3.3/ext/standard/filestat.c:517: error: too many arguments to function `getpwnam_r' make: *** [ext/standard/filestat.lo] Error 1 I have set my ORACLE_HOME, my PATH, and my LD_LIBRARY_PATH And used the following configure command: ./configure --prefix=/app/php533 --with-apxs2=/app/apache2215/bin/apxs --with-zlib --with-zlib-dir=/usr/lib --with-png-dir=/usr/include/libpng --with-openssl=/shared_ro/openssl_098 --with-oci8=/shared_ro/users.oracle/11.1.0 I am using gmake 3.80. Can anyone give me a hint as to what I am doing wrong in this build? -Vicki Stanfield, RHCE, CISSP -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php