This sounds like the compiler can't include the different system header files like sys/time.h which would declare and clear up errors looking like this:
zend_execute_API.c:788: `ITIMER_PROF' undeclared (first use in this function) My guess is that you need to make sure your compiler's include path is set correctly to include the necessary files. On my FreeBSD machine, the sys/time.h file was actually /usr/include/sys/time.h, so my include path has to have "/usr/include" in it. - Jonathan -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php