-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160

>>      16458:error:25066067:DSO support routines:DLFCN_LOAD:could not load the
>> shared library:dso_dlfcn.c:162:filename(libz.so): dlopen(libz.so, 2):
>                                           ^^^^^^^

great. why is openssl looking for libz.*so* on a _mac_ in the first place?

zlib-dynamic    Like "zlib", but has OpenSSL load the zlib library
                dynamically when needed.  This is only supported on
                systems where loading of shared libraries is supported.
                This is the default choice.

my openssl is built with:

        ./Configure \
        --prefix=/usr/local/ssl \
        --openssldir=/usr/local/ssl \
        darwin-ppc-cc \
        -DUSE_TOD \
        threads \
        shared \
        zlib-dynamic \
        enable-idea enable-rc5 enable-mdc2 \
        -L/usr/local/lib \
        -DOPENSSL_USE_GMP -lgmp


libz is in my path:

        ls -al /usr/local/lib/libz*
                -rwxr-xr-x 1 dev wheel 84808 Mar  7 20:23 
/usr/local/lib/libz.1.2.3.dylib
                lrwxrwxrwx 1 dev wheel    16 Jun 22 18:13 
/usr/local/lib/libz.1.dylib
- -> libz.1.2.3.dylib
                -rw-r--r-- 1 dev wheel 93720 Mar  7 20:23 /usr/local/lib/libz.a
                lrwxrwxrwx 1 dev wheel    16 Jun 22 18:13 
/usr/local/lib/libz.dylib ->
libz.1.2.3.dylib

dynamic loading of shared libraries is supported on the Mac.

is it _not_ by openssl on the Mac?

thanks,

richard

- --

/"\
\ /  ASCII Ribbon Campaign
 X   against HTML email, vCards
/ \  & micro$oft attachments

[GPG] OpenMacNews at gmail dot com
fingerprint: 50C9 1C46 2F8F DE42 2EDB  D460 95F7 DDBD 3671 08C6
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iEYEAREDAAYFAkTaXisACgkQlffdvTZxCMYEtQCfR3yWF6EtR/Fbx1g9R05at30+
YfUAnjmb9EZzOiG2Iwx0oUP247Aw+/9k
=Pkhx
-----END PGP SIGNATURE-----
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to