BUG #4209: openSSL undefined symbols.

Поиск
Список
Период
Сортировка
От Andrew SG Rojek
Тема BUG #4209: openSSL undefined symbols.
Дата
Msg-id 200805291814.m4TIEIcG021885@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #4209: openSSL undefined symbols.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      4209
Logged by:          Andrew SG Rojek
Email address:      developer.admin@ntlworld.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.

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #4208: Server crashes on insert into gist index
Следующее
От: "Andrew SG Rojek"
Дата:
Сообщение: BUG #4210: signedness of pointer targets