From: paul dot goorskis at ctco dot lv Operating system: OpenBSD 3.3 PHP version: 5.2.6 PHP Bug Type: IMAP related Bug description: IMAP support breaks libphp5.so
Description: ------------ After adding '--with-imap' to configure build completes, but no libphp5.so generated. Reproduce code: --------------- # ./configure --prefix=/opt/php --with-apxs=/usr/sbin/apxs --enable-mbstring --with-libxml-dir=/opt/libxml2 --with-curl=/opt/curl --with-mysql=/opt/mysql --with-zlib=/opt/zlib --without-iconv --without-pear --disable-dom --without-sqlite --without-pdo-sqlite --with-kerberos=/opt/kerberos5 --with-imap-ssl=/opt/openssl --with-imap=/opt/imap # make ... Build complete. ... # make install Expected result: ---------------- # make install Installing PHP SAPI module: apache [activating module `php5' in /var/www/conf/httpd.conf] cp libs/libphp5.so /usr/lib/apache/modules/libphp5.so chmod 755 /usr/lib/apache/modules/libphp5.so cp /var/www/conf/httpd.conf /var/www/conf/httpd.conf.bak cp /var/www/conf/httpd.conf.new /var/www/conf/httpd.conf rm /var/www/conf/httpd.conf.new Installing PHP CLI binary: /opt/php/bin/ Installing PHP CLI man page: /opt/php/man/man1/ Installing build environment: /opt/php/lib/php/build/ Installing header files: /opt/php/include/php/ Installing helper programs: /opt/php/bin/ program: phpize program: php-config Installing man pages: /opt/php/man/man1/ page: phpize.1 page: php-config.1 Installing PDO headers: /opt/php/include/php/ext/pdo/ Actual result: -------------- # make install Installing PHP SAPI module: apache [activating module `php5' in /var/www/conf/httpd.conf] cp libs/libphp5.so /usr/lib/apache/modules/libphp5.so cp: libs/libphp5.so: No such file or directory Installing PHP CLI binary: /opt/php/bin/ Installing PHP CLI man page: /opt/php/man/man1/ Installing build environment: /opt/php/lib/php/build/ Installing header files: /opt/php/include/php/ Installing helper programs: /opt/php/bin/ program: phpize program: php-config Installing man pages: /opt/php/man/man1/ page: phpize.1 page: php-config.1 Installing PDO headers: /opt/php/include/php/ext/pdo/ -- Edit bug report at http://bugs.php.net/?id=46342&edit=1 -- Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=46342&r=trysnapshot52 Try a CVS snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=46342&r=trysnapshot53 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=46342&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=46342&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=46342&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=46342&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=46342&r=needscript Try newer version: http://bugs.php.net/fix.php?id=46342&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=46342&r=support Expected behavior: http://bugs.php.net/fix.php?id=46342&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=46342&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=46342&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=46342&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=46342&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=46342&r=dst IIS Stability: http://bugs.php.net/fix.php?id=46342&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=46342&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=46342&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=46342&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=46342&r=mysqlcfg