From: Operating system: Ubuntu 64 bit PHP version: 5.3.8 Package: Apache2 related Bug Type: Bug Bug description:Make install fails looks for libphp5.so in <apache2>/modules, doesn't find.
Description: ------------ Machine: Linux 2.6.32-33-generic #72-Ubuntu SMP. "Make install" looks for libphp5.so under the modules folder in apache installation. Specifically, it fails at this step: chmod 755 /usr/local/apache2/modules/libphp5.so I tried the same steps with 5.2.17 and verified the problem does not occur. This looks like a regression. In both cases, I ran "make install" with sudo. Test script: --------------- 1. ./configure --prefix=/usr/local/apache2/php --with-apxs2=/usr/local/apache2/bin/apxs --disable-cgi --with-config-file-path=/usr/local/apache2/php --with-openssl --with-kerberos --with-zlib --with-bz2 --with-curl --enable-dba --with-gd --with-xsl --with-mysql --with-gettext --with-regex=system --with-pgsql=shared --enable-shared=true --enable-dbase --disable-static 2. make 3. sudo make install -- Edit bug report at https://bugs.php.net/bug.php?id=55689&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=55689&r=trysnapshot54 Try a snapshot (PHP 5.3): https://bugs.php.net/fix.php?id=55689&r=trysnapshot53 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=55689&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=55689&r=fixed Fixed in SVN and need be documented: https://bugs.php.net/fix.php?id=55689&r=needdocs Fixed in release: https://bugs.php.net/fix.php?id=55689&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=55689&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=55689&r=needscript Try newer version: https://bugs.php.net/fix.php?id=55689&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=55689&r=support Expected behavior: https://bugs.php.net/fix.php?id=55689&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=55689&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=55689&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=55689&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=55689&r=php4 Daylight Savings: https://bugs.php.net/fix.php?id=55689&r=dst IIS Stability: https://bugs.php.net/fix.php?id=55689&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=55689&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=55689&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=55689&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=55689&r=mysqlcfg