From:             nahpeps at gmx dot de
Operating system: debian sarge 3.1
PHP version:      5.2.0RC2
PHP Bug Type:     Compile Failure
Bug description:  Compile error in openssl.c

Description:
------------
Starting compilation issues error:

/opt/software/php-5.2.0RC2/ext/openssl/openssl.c: In function
`zif_openssl_pkey_get_details':
/opt/software/php-5.2.0RC2/ext/openssl/openssl.c:2330: error:
`EVP_PKEY_EC' undeclared (first use in this function)
/opt/software/php-5.2.0RC2/ext/openssl/openssl.c:2330: error: (Each
undeclared identifier is reported only once
/opt/software/php-5.2.0RC2/ext/openssl/openssl.c:2330: error: for each
function it appears in.)


Reproduce code:
---------------
Run configure with following options:

'./configure' \
'--prefix=/usr' \
'--disable-cgi' \
'--bindir=/usr/bin' \
'--with-gd' \
'--with-ttf' \
'--with-iconv' \
'--with-jpeg-dir=/usr' \
'--with-png-dir=/usr' \
'--with-zlib' \
'--with-mysql' \
'--with-gettext' \
'--with-config-file-path=/etc/apache' \
'--with-ldap-dir=/usr' \
'--enable-filepro' \
'--enable-dba' \
'--enable-ctype' \
'--enable-wddx' \
'--enable-exif' \
'--enable-bcmath' \
'--enable-track-vars' \
'--enable-sockets' \
'--enable-trans-sid' \
'--enable-pcntl' \
'--no-recursion' \
'--with-apxs' \
'--with-openssl' \
'--with-imap' \
'--with-imap-ssl' \
'--with-kerberos' \
'--with-dom' \
'--with-dom-exslt' \
'--enable-ftp' \
'--enable-dbase' \
'--with-curl' \
'--enable-mbstring' \



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

Reply via email to