[NTLUG:Discuss] Problem with Open SSL 0.9.6
Rick Cook
rcook at ntlug.org
Sat Mar 24 01:55:18 CST 2001
On Saturday 24 March 2001 01:20, Neil Aggarwal wrote:
> Hello:
>
> I am trying to build the OpenSSL 0.9.6 package on a fresh
> installation of RedHat 7.
>
> Here is exactly what I did:
>
> cd /usr/local
> rpm -e --nodeps openssl-0.9.5a-14 openssl-devel
> lynx http://www.openssl.org/source/openssl-0.9.6.tar.gz
> tar zxvf openssl-0.9.6.tar.gz
> cd openssl-0.9.6
> ./config --prefix=/usr/local --openssldir=/usr/local/openssl
> make
> make test
>
I just did exactly those steps on a RedHat 6.1 system (ntlug.org) and had no
problems.
I suspect that you have been bitten by the default compiler on RedHat 7. Try
doing the "make" and the "make test" with CC=<whatever the name is of the
"kernel compiler">, i.e.:
make CC=kgcc
make CC=kgcc test
Assuming kgcc is the name of the kernel compiler.
Let us know.
Rick
--
rcook at ntlug.org
rcook at hex.net
More information about the Discuss
mailing list