That seem to fix most of it.
Now when I do make install it will finish like this:
installing tools...
installing libcrypto.a
installing libssl.a
+ ln -s -f libcrypto.so.0.9.6 libcrypto.so.0
+ ln -s -f libcrypto.so.0 libcrypto.so
+ ln -s -f libssl.so.0.9.6 libssl.so.0
+ ln -s -f libssl.so.0 libssl.so
So the destination directory I have:
libcrypto.a libcrypto.so libcrypto.so.0 libssl.a libssl.so
libssl.so.0
The problem is that the files
libcrypto.so.0.9.6 and libssl.so.0.9.6
are not there so when I compile the application it doesn't work.
So what I need to do is
make build-shared
remove the lib files created already and then copy the shared libs manually.
Is this the way it is supposed to work right now?
regards,
Alan
----- Original Message -----
From: "Richard Levitte - VMS Whacker" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, March 22, 2001 5:23 PM
Subject: Re: openssl-0.9.6a beta 2 on solaris 7
> From: "Alan McIlwain Perez" <[EMAIL PROTECTED]>
>
> ajm> 1.
> ajm> ./Configure no-idea no-dsa no-rc5
> ajm>
no-cast -DSOLARIS -D_POSIX_PTHREAD_SEMANTICS -DAGORA -g -lsocket -lnsl -ldl
> ajm> -lpthread shared
> ajm>
no-asm --prefix=/export/software/openssl/solaris --openssldir=/export/softwa
> ajm> re/openssl/solaris solaris-sparcv9-cc:"cc -xCC"
>
> You last argument, 'solaris-sparcv9-cc:"cc -xCC"', is the saboteur.
> It's very simple, with that, you have replaced the configuration entry
> for solaris-sparcv9-cc with the string "cc -xCC", thereby removing
> every bit of info, including how to build shared libraries, for that
> target.
>
> Actually, you could have only 'solaris-sparcv9-cc' as last argument,
> and things would work fine. As far as I know, the OpenSSL source
> doesn't contain any C++ comment, and if it does, that's an error that
> should be reported.
>
> --
> Richard Levitte \ Spannvägen 38, II \ [EMAIL PROTECTED]
> Chairman@Stacken \ S-168 35 BROMMA \ T: +46-8-26 52 47
> Redakteur@Stacken \ SWEDEN \ or +46-709-50 36 10
> Procurator Odiosus Ex Infernis -- [EMAIL PROTECTED]
> Member of the OpenSSL development team: http://www.openssl.org/
> Software Engineer, Celo Communications: http://www.celocom.com/
>
> Unsolicited commercial email is subject to an archival fee of $400.
> See <http://www.stacken.kth.se/~levitte/mail/> for more info.
> ______________________________________________________________________
> OpenSSL Project http://www.openssl.org
> Development Mailing List [EMAIL PROTECTED]
> Automated List Manager [EMAIL PROTECTED]
>
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]