A littel more info...  The shared install fails with the following:

installing 4758cca
cp: lib4758cca.so: No such file or directory
installing aep
cp: libaep.so: No such file or directory
installing atalla
cp: libatalla.so: No such file or directory
installing cswift
cp: libcswift.so: No such file or directory
installing gmp
cp: libgmp.so: No such file or directory
installing chil
cp: libchil.so: No such file or directory
installing nuron
cp: libnuron.so: No such file or directory
installing sureware
cp: libsureware.so: No such file or directory
installing ubsec
cp: libubsec.so: No such file or directory
make[1]: *** [install] Error 1
make: *** [install_sw] Error 1


In the build directory I end up with the following libs:

libcrypto.0.9.8.dylib
libcrypto.dylib
libcrypto.a
libcrypto.pc

libssl.0.9.8.dylib
libssl.dylib
libssl.a
libssl.pc



cheers



On 10/01/06, Ryan Booker <[EMAIL PROTECTED]> wrote:
> 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                    [email protected]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to