php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #26328 compile dies on openssl 0.9.7
Submitted: 2003-11-19 21:24 UTC Modified: 2003-11-21 22:07 UTC
From: zerokode at gmx dot net Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 5CVS-2003-11-19 (dev) OS: SuSE Linux
Private report: No CVE-ID: None
 [2003-11-19 21:24 UTC] zerokode at gmx dot net
Description:
------------
ext/openssl/openssl.lo(.text+0xd1b): In function 
`zm_startup_openssl': 
/home/storm/source/cvs/php-src/ext/openssl/openssl.c:560: 
undefined reference to `OPENSSL_add_all_algorithms_noconf' 
collect2: ld returned 1 exit status 
make: *** [sapi/cli/php] Error 1 
 
This is the bug, that I get it in the compile stage... 
works fine with 0.9.6... 


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-11-21 22:07 UTC] sniper@php.net
Works fine for me, seems like you have mixed versions of openssl installed in your system. Make sure you only have ONE version, header and library files..

 [2003-11-30 23:31 UTC] root at star2 dot abcm dot com
Does NOT work for me, I got the exact same error.

I installed .97c using the same directory settings as my previous .96. Apache 2.0.48 and imap with ssl support both compile fine. Php does not....
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 16 09:01:33 2025 UTC