From:             selsky at columbia dot edu
Operating system: Solaris
PHP version:      4CVS-2005-11-22 (snap)
PHP Bug Type:     Compile Failure
Bug description:  Fix for bug 33760 breaks build with older curl

Description:
------------
I'm build php 4.4.2 snap with a date of 200511222004.  
My configure options are:

./configure \
  --prefix=/opt/php-4.4-dev \
  --sysconfdir=/etc/php \
  --with-config-file-path=/etc/php \
  --with-apxs2-filter \
  --with-openssl=/opt/openssl-0.9.7i \
  --with-curl=/opt/curl-7.11.1

The configure fails to complete.  The failure is in the 
patch added by bug 33760.

Expected result:
----------------
Successful configure run.

Actual result:
--------------
checking for CURL support... yes
checking for cURL 7.9.8 or greater... libcurl 7.11.1
checking for SSL support in libcurl... ./configure: SSL: 
not found
./configure: test: unknown operator ==

curl 7.11.1 supports "--feature" but not "--features".  
Newer versions (7.13.0+) of curl-config support both 
options.

-- 
Edit bug report at http://bugs.php.net/?id=35341&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=35341&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=35341&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=35341&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=35341&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=35341&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=35341&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=35341&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=35341&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=35341&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=35341&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=35341&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=35341&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=35341&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=35341&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=35341&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=35341&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=35341&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=35341&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=35341&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=35341&r=mysqlcfg

Reply via email to