BUG #4209: openSSL undefined symbols.

From: "Andrew SG Rojek" <developer(dot)admin(at)ntlworld(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #4209: openSSL undefined symbols.
Date: 2008-05-29 18:14:18
Message-ID: 200805291814.m4TIEIcG021885@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 4209
Logged by: Andrew SG Rojek
Email address: developer(dot)admin(at)ntlworld(dot)com
PostgreSQL version: 8.3.1
Operating system: OSX 10.5.2
Description: openSSL undefined symbols.
Details:

Make produced the following error messages:

Undefined symbols:
"_SSL_write", referenced from:
_SOCK_SSL_send in socket.o
"_SSL_get_error", referenced from:
_SOCK_SSL_send in socket.o
_SOCK_get_next_byte in socket.o
"_SSL_read", referenced from:
_SOCK_get_next_byte in socket.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[1]: *** [psqlodbcw.la] Error 1
make: *** [all] Error 2

The following options were disabled in ./configure:
--without-unixodbc
--without-iodbc
when the error was produced. However adding:
--disable-openssl
to ./configure resolves the problem but it would be preferable to build with
SSL support.

Is this an OSX problem with either the linker or libtool as these type of
error messages seem to be a regular occurence.

A.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Andrew SG Rojek 2008-05-29 18:22:37 BUG #4210: signedness of pointer targets
Previous Message Tom Lane 2008-05-29 16:33:51 Re: BUG #4208: Server crashes on insert into gist index