Configuring openssh 3.2 won"t work
am 19.06.2002 01:55:53 von Jeff Landers
I have been trying to build openssh but can't get it to work.
Solaris 8
openssl0.9.6c
zlib from sunfreeware.com
/dev/random patch installed
../configure --with-zlib=/usr/include --with-ssl-dir=/usr/local/ssl
The config log just shows many parse errors and symbol errors. What do I need to do to get this to go?
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
RE: Configuring openssh 3.2 won"t work
am 19.06.2002 16:46:28 von Shon Stephens
i believe that you should be using the following command to configure
openssl:
sh config --prefix=/whatever --openssldir=/whatever -Lzlib
could actually be -lzlib (i can't remember)
also, once configure has run, i believe you should edit the Makefile and
find the line:
OPENSSLDIR=/usr/local/ssl
below this line add another line:
DEVRANDOM=/dev/random
-----Original Message-----
From: Jeff Landers [mailto:JL1@gty.ci.henderson.nv.us]
Sent: Tuesday, June 18, 2002 7:56 PM
To: modssl-users@modssl.org
Subject: Configuring openssh 3.2 won't work
I have been trying to build openssh but can't get it to work.
Solaris 8
openssl0.9.6c
zlib from sunfreeware.com
/dev/random patch installed
../configure --with-zlib=/usr/include --with-ssl-dir=/usr/local/ssl
The config log just shows many parse errors and symbol errors. What do I
need to do to get this to go?
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org