Thanks Lutz. It looks like it is not finding the rand.h include file. Here's
the end of the config.log file. There are a whole bunch of similar errors
right before this. I have set the CPPFLAGS="-I/opt/openssl/include" which is
the location of the openssl include files.

Suggestions?

--Scott

[SNIP] config.log
configure:2795: gcc -o conftest -I/opt/openssl/include -Wall -D_HPUX_SOURCE
-I/opt/openssl/include -I/opt/openssl/include -L/opt/openssl/lib
-L/usr/local/lib -L/opt/openssl/lib -L/opt/openssl conftest.c -lz  -lsec
-lcrypto 1>&5
configure:2784: openssl/rand.h: No such file or directory
configure: failed program was:
#line 2781 "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);
}
[SNIP]

Reply via email to