php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #39394 Make failed with openssl compilation option
Submitted: 2006-11-06 08:32 UTC Modified: 2007-01-07 18:38 UTC
From: david dot bourgeois at gmail dot com Assigned: pajoye (profile)
Status: Closed Package: Compile Failure
PHP Version: 5.2.0 OS: Red Hat 7.2
Private report: No CVE-ID: None
 [2006-11-06 08:32 UTC] david dot bourgeois at gmail dot com
Description:
------------
Hi,

I have a pb with compil of php 5.2.0 (previous versions of PHP5 work fine with the same compilation options).

When I compile php 5.2.0 without openssl option, there is no problem.

openssl version : 0.9.6m
Compilation of PHP as a module with Apache 2.2.3


Reproduce code:
---------------
You can see the configure options here :

http://www.dlnet-inter.fr/compil-failed.txt

Actual result:
--------------
ext/openssl/.libs/openssl.o: In function `php_openssl_generate_private_key':
/home/src/php-5.2.0/ext/openssl/openssl.c:2063: undefined reference to `DSA_get_default_method'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Erreur 1

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-11-06 14:20 UTC] sysadmin at rollerscapes dot net
Update OpenSSL, its noted in the Manuel you always must use the latest version!
 [2007-01-07 18:38 UTC] iliaa@php.net
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.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 02:01:28 2024 UTC