phpize.1, php.1 and php-config.1 are incorrectly installed under /usr/php/man
# your system).
# Build directory doesn't work:
- # gcc: Zend/zend_language_scanner.c: No such file or directory
+ # gcc: Zend/zend_language_scanner.c: No such file or directory
+ # --mandir:
+ # If not specified, php installs some man pages under /usr/php
+ # (phpize.1, php.1 and php-config.1)
CONFIGURE_OPTS=" \
${CONFIGURE_OPTS} \
--with-apxs2 \
--with-config-file-path=/etc \
+ --mandir=/usr/share/man \
--with-zlib \
--enable-bcmath \
--with-bz2 \