Hello, > installing libcrypto.a > installing libssl.a > cp libcrypto.pc /usr/local/ssl/lib/pkgconfig > chmod 644 /usr/local/ssl/lib/pkgconfig/libcrypto.pc > cp libssl.pc /usr/local/ssl/lib/pkgconfig > chmod 644 /usr/local/ssl/lib/pkgconfig/libssl.pc > cp openssl.pc /usr/local/ssl/lib/pkgconfig > chmod 644 /usr/local/ssl/lib/pkgconfig/openssl.pc You have only static versions of libraries. You should add "shared" option to Configure script when configuring OpenSSL, rebuild and reinstall.
ldd command may be useful to look if binary has access to shared library or not (svn). Best regards, -- Marek Marcola <[EMAIL PROTECTED]> ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]