2.2.0p1 configure problems
Damien Miller
djm at mindrot.org
Sat Oct 14 13:08:44 EST 2000
On Fri, 13 Oct 2000, V. T. Mueller wrote:
>
> hp-pa2.0W
> HP-UX 11.0 pl6/00
> /opt/zlib (1.1.3)
> /opt/openssl (0.9.6)
> (tried sh and ksh)
>
> CFLAGS="-O -Ae" LIBS="-L/opt/zlib/lib" ./configure --prefix=/opt \
> --with-pid-dir=/var/run --with-ipv4-default --with-ssl-dir=/opt/openssl
>
> States it is unable to find openssl. Anyone worked around this
> already? I would think it has problems compiling the piece of
> test-code, but I have no idea how to track this down... any
> suggestions?
Check the last few lines of config.log, they usually contain a clue
as to why things fail.
> And well, there is a mini bug in line 1612:
>
> LIBS="-lz $LIBS"
> should imho read
> LIBS="$LIBS -lz"
(I presume you refer to configure)
This is automatically generated by autoconf. What problem does the above
cause?
-d
--
| ``The power of accurate observation is | Damien Miller <djm at mindrot.org>
| commonly called cynicism by those who | @Work <djm at ibs.com.au>
| have not got it'' - George Bernard Shaw | http://www.mindrot.org
More information about the openssh-unix-dev
mailing list