On Wed, Jul 15, 2009, Sander Temme wrote:

>
> On Jul 15, 2009, at 4:57 AM, Dr. Stephen Henson wrote:
>
>>  Please download and test them as soon as possible. This new OpenSSL
>
>
> Mac OS X 10.5.7 on Intel.
>
> ./Configure --prefix=/UserData/asf/openssl-1.0.0b3 shared threads 
> zlib-dynamic darwin64-x86_64-cc
>
> Builds fine, but tests fail on incorrect assumption that shared libraries 
> are names *.so which is not the case on this platform.  Hence:
>
> zlib
> 140735077971804:error:25066067:DSO support routines:DLFCN_LOAD:could not 
> load the shared library:dso_dlfcn.c:182:filename(libz.so): dlopen(libz.so, 
> 2): image not found
> 140735077971804:error:25070067:DSO support routines:DSO_load:could not load 
> the shared library:dso_lib.c:244:
> 140735077971804:error:29064065:lib(41):BIO_ZLIB_NEW:zlib not 
> supported:c_zlib.c:481:
> 140735077971804:error:25066067:DSO support routines:DLFCN_LOAD:could not 
> load the shared library:dso_dlfcn.c:182:filename(libz.so): dlopen(libz.so, 
> 2): image not found
> 140735077971804:error:25070067:DSO support routines:DSO_load:could not load 
> the shared library:dso_lib.c:244:
> 140735077971804:error:29064065:lib(41):BIO_ZLIB_NEW:zlib not 
> supported:c_zlib.c:481:
> cmp: EOF on ./p.zlib.clear
> make[2]: *** [test_enc] Error 1
> make[1]: *** [tests] Error 2
>
> Shared libraries (technically, dynamic libraries) have a *.dylib name 
> suffix on the platform.  If the tests knew about libz.dylib they would 
> probably be fine.
>
> Omitting zlib-dynamic from the Configure line makes all tests pass.
>

Try the next snapshot or this patch:

http://cvs.openssl.org/chngview?cn=18416

Thanks for the report,

Steve.
--
Dr Stephen N. Henson. OpenSSL project core developer.
Commercial tech support now available see: http://www.openssl.org
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to