From: [EMAIL PROTECTED] Operating system: RedHat linux 7.3 PHP version: 4.2.1 PHP Bug Type: *Compile Issues Bug description: PHP 4.2.1 fails to install when compiled as a CGI
When compiling php with the following options on a stock RedHat 7.3 system: ./configure \ --without-mysql \ --with-config-file-path=/etc \ --with-zlib \ --with-gd \ --with-pgsql \ --with-system-regex \ --with-pdflib I recieve this error when performing the make install: Making install in . make[1]: Entering directory `/sources/php-4.2.1' make[1]: *** [install-sapi] Error 1 make[1]: Leaving directory `/sources/php-4.2.1' make: *** [install-recursive] Error 1 The php binary is not installed when I get this message. I can copy the file into the /usr/local/lib directory and it *appears* to work ok. This problem was not present in php version 4.1.2. -- Edit bug report at http://bugs.php.net/?id=17262&edit=1 -- Fixed in CVS: http://bugs.php.net/fix.php?id=17262&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=17262&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=17262&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=17262&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=17262&r=support Expected behavior: http://bugs.php.net/fix.php?id=17262&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=17262&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=17262&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=17262&r=globals
