ID: 38774 Updated by: [EMAIL PROTECTED] Reported By: crazedmaniac at hotmail dot com -Status: Open +Status: Feedback Bug Type: Compile Failure Operating System: Slackware 10.2 PHP Version: 4.4.4 New Comment:
Can't reproduce. Previous Comments: ------------------------------------------------------------------------ [2006-09-11 02:02:01] crazedmaniac at hotmail dot com Description: ------------ Running configure (exact parameters below) fails to produce a .so file needed for Apache apxs. It produces instead a .a file. This probably means one or more of the dependant libraries build only a .a Works fine on PHP below 4.4.3, only 4.4.4 produces this problem Reproduce code: --------------- ./configure --prefix=/usr --sysconfdir=/etc --enable-discard-path --with-config-file-path=/etc/apache --enable-safe-mode --with-openssl --with-mhash --enable-bcmath --with-bz2 --with-pic --enable-calendar --enable-ctype --with-gdbm --with-db3 --enable-dbase --enable-ftp --with-iconv --with-dom --with-exif --enable-exif --with-gd --enable-gd-native-ttf --with-jpeg-dir=/usr --with-png --with-gmp --enable-mbstring --with-curl=/usr --with-pcre-regex=/usr --with-mysql=/usr --with-gettext=shared,/usr --with-expat-dir=/usr --with-xml --enable-wddx --with-mm=/usr --enable-trans-sid --enable-shmop --enable-sockets --with-regex=php --enable-sysvsem --enable-sysvshm --enable-memory-limit --with-tsrm-pthreads --enable-shared --disable-debug --with-zlib=/usr --with-freetype-dir=/usr --with-pear --enable-xslt --with-xslt-sablot --disable-static --with-apxs=/usr/sbin/apxs --enable-mbstring Expected result: ---------------- An .so library to be places in the libs/ of PHP Actual result: -------------- # make install Installing PHP SAPI module: apache [activating module `php4' in /etc/apache/httpd.conf] cp libs/libphp4.so /usr/libexec/apache/libphp4.so cp: cannot stat `libs/libphp4.so': No such file or directory apxs:Break: Command failed with rc=1 make: *** [install-sapi] Error 1 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=38774&edit=1
