Hi.
A few months ago, I sucessfully installed apache 1.3.12 + postgresql 7.0 + PHP4.0RC2.
I recently decided to upgrade PHP, and tried to recompile both apache and PHP4.0.2, using exactly the same options than I used with PHP4.0RC2 :
./configure --with-apache=../apache --with-pgsql --with-gd --with-imap
But during the compilation of PHP, I have an error :
microtime.c: In function php_if_getrusage':
microtime.c:97: storage size ofusg' isn't known
microtime.c💯 RUSAGE_SELF' undeclared (first use in this function)
microtime.c:100: (Each undeclared identifier is reported only once
microtime.c:100: for each function it appears in.)
microtime.c:106:RUSAGE_CHILDREN' undeclared (first use in this function)
make[3]: [microtime.lo] Error 1
make[3]: Leaving directory /home/webmaster/php-4.0.2/ext/standard'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory/home/webmaster/php-4.0.2/ext/standard'
make[1]: [all-recursive] Error 1
make[1]: Leaving directory `/home/webmaster/php-4.0.2/ext'
make: *** [all-recursive] Error 1
I have a the some error with a simpler configuration :
./configure --with-apache=../apache
... does anyone have a solution ?
PosgreSQL: 7.0
Kernel: 2.2.16
Distrib: Linux Slackware 6.0
Matt