ID: 46342 Updated by: [EMAIL PROTECTED] Reported By: paul dot goorskis at ctco dot lv -Status: Open +Status: Feedback Bug Type: IMAP related Operating System: OpenBSD 3.3 PHP Version: 5.2.6 New Comment:
Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PHP. Previous Comments: ------------------------------------------------------------------------ [2008-10-20 09:13:51] paul dot goorskis at ctco dot lv 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 this bug report at http://bugs.php.net/?id=46342&edit=1