From: selsky at columbia dot edu Operating system: Solaris PHP version: 4CVS-2005-12-19 (snap) PHP Bug Type: cURL related Bug description: egrep not defined in ext/curl/config.m4
Description: ------------ $EGREP is not defined in ./configure since the following is missing from ext/curl/config.m4: dnl properly set EGREP for AC_EGREP_CPP later on AC_CHECK_PROG(EGREP, egrep, grep -E) AC_SUBST(EGREP) Reproduce code: --------------- $ ./configure --with-openssl=/opt/openssl-0.9.7i --with-curl=/opt/curl-7.11.1 Expected result: ---------------- [...] checking for SSL support in libcurl... yes Actual result: -------------- [...] checking for SSL support in libcurl... ../../src/configure: SSL: not found no -- Edit bug report at http://bugs.php.net/?id=35735&edit=1 -- Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=35735&r=trysnapshot44 Try a CVS snapshot (PHP 5.1): http://bugs.php.net/fix.php?id=35735&r=trysnapshot51 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=35735&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=35735&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=35735&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=35735&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=35735&r=needscript Try newer version: http://bugs.php.net/fix.php?id=35735&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=35735&r=support Expected behavior: http://bugs.php.net/fix.php?id=35735&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=35735&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=35735&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=35735&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=35735&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=35735&r=dst IIS Stability: http://bugs.php.net/fix.php?id=35735&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=35735&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=35735&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=35735&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=35735&r=mysqlcfg