ID:               35735
 Updated by:       [EMAIL PROTECTED]
-Summary:          egrep not defined in ext/curl/config.m4
 Reported By:      selsky at columbia dot edu
-Status:           Open
+Status:           Closed
-Bug Type:         cURL related
+Bug Type:         Compile Failure
 Operating System: Solaris
 PHP Version:      4CVS-2005-12-19 (snap)
 New Comment:

This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.




Previous Comments:
------------------------------------------------------------------------

[2005-12-19 23:19:53] selsky at columbia dot edu

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 this bug report at http://bugs.php.net/?id=35735&edit=1

Reply via email to