Hi, all.
I'm having trouble with make.
First of all I downloaded the latest openssl-0.9.6.tar.gz, untared it, changed
into the created directory, and ran ./config
All went well. No errors.
Then I ran make and I ran into errors (see below).
Before I show you the errors, I thought maybe it's a problem with the latest
version, so I removed it and downloaded an older version: openssl-0.9.5a.tar.gz.
I ran into the same problem. The error listed below is from
openssl-0.9.5a.tar.gz, but it's the same, identical error from verion 0.9.6.
I did this logged on as su in a terminal session.
I'm fairly new to Linux. I'm trying to install this so I can install KDE-2.0 on
my Redhat 6.2 laptop. Please help, because it would be cool to have KDE-2.0 on
a laptop.
making all in crypto...
make[1]: Entering directory `/home/vswami/kde-download/openssl-0.9.5a/crypto'
gcc -I. -I../include -DTHREADS -D_REENTRANT -DL_ENDIAN -DTERMIO -O3
-fomit-frame-pointer -m486 -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -c -o cryptlib.o
cryptlib.c
In file included from /usr/include/errno.h:36,
from cryptlib.h:74,
from cryptlib.c:61:
/usr/include/bits/errno.h:25: linux/errno.h: No such file or directory
make[1]: Leaving directory `/home/vswami/kde-download/openssl-0.9.5a/crypto'
make: *** [all] Error 1
That's it.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]