From: hakan at lisas dot de Operating system: Solaris 9 PHP version: 5CVS-2003-10-16 (dev) PHP Bug Type: *Compile Issues Bug description: libphp5.so is not created
Description: ------------ Hi, I have I a full patched Solaris 9 box with following GNU-Tools: - gcc (GCC) 3.3.1 - flex version 2.5.4 - bison (GNU Bison) 1.75 - ltmain.sh (GNU libtool) 1.5 (1.1220 2003/04/05 19:32:58) - Autoconf version 2.13 - GNU Make 3.80 after compiling the actual cvs libphp5.so is not created. Reproduce code: --------------- cvs co php-srs ./buildconf ./configure --with-apxs=/usr/local/apache/bin/apxs --prefix=/usr/local/php5 --enable-debug --with-zlib-dir=shared,/usr make make install ... bash-2.05# make install Installing PHP CLI binary: /usr/local/php5/bin/ Installing PHP CLI man page: /usr/local/php5/man/man1/ Installing PHP SAPI module: apache [activating module `php5' in /usr/local/apache/conf/httpd.conf] cp libs/libphp5.so /usr/local/apache/libexec/libphp5.so cp: cannot access libs/libphp5.so apxs:Break: Command failed with rc=2 make: *** [install-sapi] Error 1 -- Edit bug report at http://bugs.php.net/?id=25892&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=25892&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=25892&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=25892&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=25892&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=25892&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=25892&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=25892&r=support Expected behavior: http://bugs.php.net/fix.php?id=25892&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=25892&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=25892&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=25892&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=25892&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=25892&r=dst IIS Stability: http://bugs.php.net/fix.php?id=25892&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=25892&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=25892&r=float
