I'm trying to get OpenSSL 0.9.6b working on OpenBSD 2.6 so that I can
build the latest OpenSSH (I'm using the portable version as the native
OpenBSD version does not build on releases before 2.6).

I have installed the new OpenSSL under /usr/local/openssl, and when
running the OpenSSH configure I get the following test failure for
the OpenSSL library.

Anyone have any ideas?

What is the error concerning undefined __GLOBAL_OFFSET_TABLE_ all
about?

configure:8191: gcc -o conftest -g -O2 -Wall -Wpointer-arith 
-Wno-uninitialized
-I/usr/local/openssl/include  -L/usr/local/openssl/lib  conftest.c -lutil 
-lz
 -lcrypto >&5
ld: symbol __GLOBAL_OFFSET_TABLE_ remains undefined
configure:8194: $? = 0
configure:8196: ./conftest
Memory fault (core dumped) 
configure:8199: $? = 139
configure: program exited with status 139
configure: failed program was:
#line 8176 "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);
}

-Paul-

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to