[PHP-DEV] Bug #12159: Make fails, both 4.0.5 and 4.0.6 during microtime... From: gandolf_the_grey <email protected>
Date: 07/14/01

From: gandolf_the_grey <email protected>
Operating system: Linux kernel 2.4.4
PHP version: 4.0.6
PHP Bug Type: *Compile Issues
Bug description: Make fails, both 4.0.5 and 4.0.6 during microtime...

Make fails during compilation: both in 4.0.5 and .6
microtime.c: In function `php_if_getrusage`:
microtime.c:99: storage size of 'usg' isn't known
microtime.c:103: `RUSAGE_SELF' undeclared (first use in ...
microtime.c:108: `RUSAGE_CHILDREN' undeclared (first...
make[3]: *** [microtime.lo] Error 1
make[3]: Leaving directory `/usr/src/php-4.0.5/ext/standard
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/php-4.0.5/ext/standard
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/php-4.0.5/ext
make: *** [all-recursive] Error 1

Config directive :
--with-mysql --with-apxs=/LIBRARY/WebServers/apache/sbin/apxs
--prefix=/LIBRARY/WebServers/php --exec-prefix=/LIBARY/WebServers/php

Mod_so.c exists and appears in httpd -l .
/usr/local/lib/mysql exists in /etc/ld.config.

Make fails at that point.

Michael Grey

-- 
Edit bug report at: http://bugs.php.net/?id=12159&edit=1

-- 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>