음.. 예전에도 이런글이 몇개 있었던 것 같은데요..
제대로 된 답변이 없어서 다시 한번 띄웁니다.
커널 2.4.0 으로 컴파일한 후 php make 파일 생성할때 이런 에러가 뜨는군요.
php.net 에 가 봤더니 System is broken.. /usr/include 의 파일들이 맞는지 확인해
보고 현재 커널로 symlink 가 맞는지 확인하라고 하는데...
정확한 조치 방법 아시는 분의 조언 부탁드립니다.
microtime.c: In function `php_if_getrusage':
microtime.c:97: storage size of `usg' isn't known
microtime.c:100: `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 `/local/src/php/php-4.0.4pl1/ext/stand
ard'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/local/src/php/php-4.0.4pl1/ext/stand
ard'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/local/src/php/php-4.0.4pl1/ext'
make: *** [all-recursive] Error 1
이렇게 에러메시지를 보이고 컴파일도 안되는군요..