problems building on solaris 2.6

Tim Rice tim at multitalents.net
Sat Oct 27 10:15:27 EST 2001


On Fri, 26 Oct 2001, Mark D. Baushke wrote:

> Using the latest cvs sources, the compilation of ssh.c fails.
[snip]
> 	-- Mark
>
> % ./configure --prefix=/usr/local/openssh-3.0p1 --with-pid-dir \
>   --with-ipv4-default --sysconfdir=/etc/openssh \
>   --with-libs=/usr/local/zlib-1.1.3/lib/libz.a \
>   --with-libs=/usr/local/openssl-0.9.6b/lib/libssl.a \
>   --with-cflags=-I/usr/local/zlib-1.1.3/include \
>   --with-cflags=-I/usr/local/openssl-0.9.6b/include
[snip]
> checking for OpenSSL directory... /usr/local/openssl

I think you want
% ./configure --prefix=/usr/local/openssh-3.0p1 \
  --with-ipv4-default --sysconfdir=/etc/openssh \
  --with-zlib=/usr/local/zlib-1.1.3 \
  --with-ssl-dir=/usr/local/openssl-0.9.6b

-- 
Tim Rice				Multitalents	(707) 887-1469
tim at multitalents.net





More information about the openssh-unix-dev mailing list