After doing a selfupdate/update-all this morning I now get this
message on starting Apache:

apache2: Syntax error on line 242 of /sw/etc/apache2/apache2.conf:
Syntax error on line 1 of /sw/etc/apache2/mods-enabled/php5.load:
Cannot load /sw/lib/apache2/modules/libphp5.so into server:
dlopen(/sw/lib/apache2/modules/libphp5.so, 10): Symbol not found:
_SSLv2_client_method\n  Referenced from:
/sw/lib/apache2/modules/libphp5.so\n  Expected in:
/sw/lib/libssl.1.0.0.dylib\n in /sw/lib/apache2/modules/libphp5.so

It seems that libphp5.so attempts to call SSLv2_client_method() and
now fails to find it.

It seems that the reason is that in OpenSSL 1.0.2g, SSLv2 calls are
now disabled by default,
and that even enabling them at build-time is not enough:
http://www.openssl.org/news/secadv/20160301.txt

Richard.

------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://makebettercode.com/inteldaal-eval
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to