<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2919.6307" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2><SPAN class=890415120-23102000>I was recently
trying compile the SSH client in my home directory (since I didn't have
root access to the machine). I compiled and installed zlib and OpenSSL, but when
I went to compile OpenSSH, it complained that it couldn't find zlib. I tried
using the --prefix, --includedir, and --includelib directories, but nothing
worked. After messing with the configure script, it became apparent that for the
purposes of the configuration tests, --includedir and --includelib were not
being passed to gcc. The easiest fix is simply to alias gcc and put in the
correct options - but I thought you might want to know anyway.
</SPAN></FONT><FONT face=Arial size=2><SPAN class=890415120-23102000>This was
using the latest source tarball as of a few days ago.</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=890415120-23102000></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN
class=890415120-23102000>Thanks,</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=890415120-23102000></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN
class=890415120-23102000>Cullin</SPAN></FONT></DIV></BODY></HTML>