php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #38495 Compile error in openssl.c
Submitted: 2006-08-18 10:21 UTC Modified: 2006-08-18 12:36 UTC
From: nahpeps at gmx dot de Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 5.2.0RC2 OS: debian sarge 3.1
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: nahpeps at gmx dot de
New email:
PHP Version: OS:

 

 [2006-08-18 10:21 UTC] nahpeps at gmx dot de
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' \



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-08-18 12:36 UTC] tony2001@php.net
Duplicate of bug #38486.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Dec 08 12:00:01 2025 UTC