Hi,
On Wed, 26 Jun 2002, Silvex Security Team wrote:
> I am trying to configure OpenSSH 3.4P1 using OpenSSL 0.9.6d without success
>
> # LIBS="-ldl" CPPFLAGS="-I/usr/include/openssh" ./configure
> --with-tcp-wrappers --with-ssl-dir=/usr/share/ssl/lib
>
> <bunch_of stuff>
>
> checking for getpagesize... yes
> checking whether snprintf correctly terminates long strings... yes
> checking whether getpgrp requires zero arguments... yes
> checking whether OpenSSL's headers match the library... no
> configure: error: Your OpenSSL headers do not match your library
[snip]
> I also recompiled and installed OpenSSL:
>
> # ls -l /usr/share/ssl/lib
> total 8388
[snip]
Is it possible that pre-existing openssl headers are being "#include"d but
you're linking against the newer libs you installed in /usr/share/ssl/lib?
If so, try rerunning configure with an include pointing to the openssl
headers you installed with the libs. Ie;
# LIBS="-ldl" CPPFLAGS="-I/usr/include/openssh -I/usr/share/ssl/include" \
./configure --with-tcp-wrappers --with-ssl-dir=/usr/share/ssl/lib
Cheers,
Geoff
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]