Hi,

I'm trying to build and install the latest openssl and openssh on
Tiger.  I've trawled the archive and couldn't find anything that quite
matched my issue...

I installed openssl with "./config --prefix=/usr/local
--openssldir=/usr/local/openssl" as was recommended somewhere else.

This appeared to work fine and make, make test and make install
reported no issues and appeared to install:
  - libcrypto.a & libssl.a in /usr/local/lib
  - include files in /usr/local/include/openssl
  - sundries in /usr/local/openssl

Trying to run OpenSSH's config "./configure --prefix=/usr/local
--with-ssl-dir=/usr/local/openssl" fails with "Your OpenSSL headers do
not match your library".

Another site recommended compiling the "shared" libraries.  I did this
with "./config shared --prefix=/usr/local
--openssldir=/usr/local/openssl".  However make install fails because
the libs have a .dylib extension not .so.  I manually copied these to
/usr/local/lib.

OpenSSH still gets the same error.

Any ideas on how to fix this?  Thanks.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to