From:             [EMAIL PROTECTED]
Operating system: Redhat 6.2
PHP version:      4.1.2
PHP Bug Type:     Compile Failure
Bug description:  compile failure with curl 7.9.5

Hello,

PHP was configured with:
'./configure' 
'--with-config-file-path=/etc/httpd/conf' \
'--with-mysql=/usr' \
'--with-pgsql' \
'--with-mcrypt' \
'--with-mcrypt-dir=\usr' \
'--with-imap=/usr' \
'--with-apxs=/usr/sbin/apxs' \
'--with-zlib=/usr' \
'--with-gd=/usr' \
'--with-png' \
'--with-png-dir=/usr' \
'--with-jpeg' \
'--with-jpeg-dir=/usr' \
'--with-openssl' \
'--with-curl' \
'--with-curl-dir=\usr' \
'--enable-ftp' \
'--enable-shmop' \
'--enable-xml' \
'--enable-track-vars' \
'--with-ttf'


and it died on make with:
curl.c: In function `zm_startup_curl':
curl.c:147: `CURLOPT_SSL_VERIFYHOST' undeclared (first use in this
function)
curl.c:147: (Each undeclared identifier is reported only once
curl.c:147: for each function it appears in.)
curl.c:176: `CURLOPT_COOKIEJAR' undeclared (first use in this function)
curl.c:177: `CURLOPT_SSL_CIPHER_LIST' undeclared (first use in this
function)
curl.c: In function `zif_curl_setopt':
curl.c:671: `CURLOPT_SSL_VERIFYHOST' undeclared (first use in this
function)
curl.c:694: `CURLOPT_COOKIEJAR' undeclared (first use in this function)
curl.c:695: `CURLOPT_SSL_CIPHER_LIST' undeclared (first use in this
function)
curl.c:797: `CURLFORM_COPYNAME' undeclared (first use in this function)
curl.c:798: `CURLFORM_FILE' undeclared (first use in this function)
curl.c:798: `CURLFORM_END' undeclared (first use in this function)
curl.c:802: `CURLFORM_PTRCONTENTS' undeclared (first use in this
function)

And my curl related libs are:
-rw-r--r--    1 root     root      2168720 Mar 19 17:43 libcurl.a
-rwxr-xr-x    1 root     root          719 Mar 19 17:43 libcurl.la
lrwxrwxrwx    1 root     root           16 Mar 19 17:43 libcurl.so ->
libcurl.so.2.0.2
lrwxrwxrwx    1 root     root           16 Sep  4  2001 libcurl.so.1 ->
libcurl.so.1.1.0
-rwxr-xr-x    1 root     root       403558 Sep  4  2001 libcurl.so.1.1.0
lrwxrwxrwx    1 root     root           16 Mar 19 17:43 libcurl.so.2 ->
libcurl.so.2.0.2
-rwxr-xr-x    1 root     root       303826 Aug  3  2001 libcurl.so.2.0.0
-rwxr-xr-x    1 root     root       508339 Mar 19 17:43 libcurl.so.2.0.2


-- 
Edit bug report at http://bugs.php.net/?id=16174&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16174&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16174&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16174&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16174&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16174&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16174&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16174&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16174&r=submittedtwice

Reply via email to