Update: problem compiling openssh-2.3.0p1 with openssl-0.9.6

Jan Samohyl asgard at hellnet.cz
Thu Feb 15 06:17:02 EST 2001


On Wed, 14 Feb 2001, Damien Miller wrote:
> Have a look at config.log, there should be a more detailed error message
> there.

Thank you, but it's yet more strange.
In config.log I found something that should work, I tried to compile it
separately, and it compiled (except '1>&5'). So I don't quite understand
why configure says it failed.
I found the following:
configure:3214: gcc -o conftest -g -O2 -Wall -I. -I.
-I/usr/local/ssl/include   -L/usr/local/ssl/lib -L/usr/local/ssl
conftest.c -ldl -lnsl -lz  -lutil -lpam -lcrypto 1>&5
configure: failed program was:
#line 3200 "configure"
#include "confdefs.h"

#include <string.h>
#include <openssl/rand.h>
int main(void)
{
        char a[2048];
        memset(a, 0, sizeof(a));
        RAND_add(a, sizeof(a), sizeof(a));
        return(RAND_status() <= 0);
}






More information about the openssh-unix-dev mailing list