Hi,
I'm new to the list and have tried looking for answers through the archives
and have perhaps missed something.
I'm trying to install openssh-2.1.0p2 on a linux-mandrake 7.0 system.
Under the installation instructions, openssh tells me to install ssl first.
It pointed to openssl-0.9.5a-1.i386.rpm which I have downloaded and
installed. After which I tried installing openssh but it was looking for
the Openssl directory:
./configure results to this end:
checking for OpenSSL directory... configure: error: Could not find working
SSLeay / OpenSSL libraries, please install
Thinking that the RPM might not contain whatever libraries directory, I
downloaded the source tarball. Uninstalled the RPM, extracted the tarball
and compiling it,
./config returns saying Configured for linux-elf
make returns the following:
-- 8< --
making all in crypto...
make[1]: Entering directory `/usr/local/src/ssh/openssl-0.9.5a/crypto'
( echo "#ifndef MK1MF_BUILD"; \
echo " /* auto-generated by crypto/Makefile.ssl for crypto/cversion.c */";
\
echo " #define CFLAGS
\"gcc -DTHREADS -D_REENTRANT -DL_ENDIAN -DTERMIO -O3 -fom
it-frame-pointer -m486 -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM\""; \
echo " #define PLATFORM \"linux-elf\""; \
echo " #define DATE \"`date`\""; \
echo "#endif" ) >buildinf.h
gcc -I. -I../include -DTHREADS -D_REENTRANT -DL_ENDIAN -DTERMIO -O3 -fomit-f
rame
-pointer -m486 -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -c cryptlib.c -o
cryptlib.o
In file included from /usr/include/errno.h:36,
from ../include/openssl/err.h:82,
from cryptlib.h:74,
from cryptlib.c:61:
/usr/include/bits/errno.h:25: linux/errno.h: No such file or directory
make[1]: *** [cryptlib.o] Error 1
make[1]: Leaving directory `/usr/local/src/ssh/openssl-0.9.5a/crypto'
make: *** [all] Error 1
-- 8< ---
Did I miss something?
Thanks.
William
======================================================================
The Lord is my Shepherd, that's all I want...
======================================================================
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]