|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-11-24 12:04 UTC] jani@php.net
[2007-11-24 12:06 UTC] jani@php.net
[2007-11-24 15:40 UTC] macintosh at mathiesen dot info
[2007-11-24 15:47 UTC] macintosh at mathiesen dot info
[2007-11-25 17:29 UTC] jani@php.net
[2007-11-27 17:52 UTC] macintosh at mathiesen dot info
[2010-11-04 16:40 UTC] doug at ceridwenproductions dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Dec 05 17:00:01 2025 UTC |
Description: ------------ these works: ./configure --prefix=/Library/PHP5 --with-openssl=/usr ./configure \ --prefix=/Library/PHP5 \ --with-openssl=/macports \ --with-openssl-dir=/macports \ --with-iconv=/macports and these works: ./configure --prefix=/Library/PHP5 --with-apxs2=/usr/sbin/apxs ./configure --prefix=/Library/PHP5 --with-apxs2=/Library/Apache2/bin/apxs but these fails: ./configure \ --prefix=/Library/PHP5 \ --with-openssl=/macports \ --with-openssl-dir=/macports \ --with-iconv=/macports \ --with-apxs2=/Library/Apache2/bin/apxs ./configure \ --prefix=/Library/PHP5 \ --with-openssl=/usr \ --with-apxs2=/usr/sbin/apxs always resulting in this: -o libs/libphp5.bundle && cp libs/libphp5.bundle libs/libphp5.so Undefined symbols: "_EVP_CIPHER_CTX_block_size", referenced from: _zif_openssl_seal in openssl.o ld: symbol(s) not found collect2: ld returned 1 exit status make: *** [libs/libphp5.bundle] Error 1 I'm getting this on both: - a PPC TiBook - an Intel iMac with the following versions of PHP: - 5.2.4 , 5.2.5 , CVS 200711191530 and both with the libraries as supplied with the stock version of Mac OS X 10.5 as well as with the libraries from macports and my own compiled Apache2. I've searched high and low in mail lists, forums and bug databases without finding anything like this. However, a japanese guy has had the exact same issue: http://d.hatena.ne.jp/heavenshell/20071114 http://translate.google.com/translate?hl=en&sl=ja&u=http://d.hatena.ne.jp/heavenshell/20071114&sa=X&oi=translate