|
|
php-5.4.16 컴파일시 다음과 같은 에러가 발생 하였다.
checking for DB4 major version... configure: error: Header contains different version
PHP_LIBDIR is being incorrectly set by the configure script as "lib64"
seems like a bad default in the absence of a user-configured value.
config.nice contains both:
'--libdir=/usr/lib64' \
and
'--with-libdir=lib64' \
even though they were not set in the ./configure line (below).