[PHP-DEV] Bug #3721 Updated: microtime.c compile error From: Bug Database (php-dev <email protected>)
Date: 04/16/00

ID: 3721
Updated by: rasmus
Reported By: Michael.Muehrenberg <email protected>
Status: Open
Bug Type: Compile Failure
Assigned To:
Comments:

Hrm.. For some reason the configure script is not picking up the fact that you have a /usr/include/sys/resource.h file.
The quick fix is to edit your config.h file and add this line:
#define HAVE_SYS_RESOURCE_H 1

Full Bug description available at: http://bugs.php.net/?id=3721

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>