Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

Re: BUG #4209: openSSL undefined symbols.


  • From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
  • To: "Andrew SG Rojek" <developer(dot)admin(at)ntlworld(dot)com>
  • Cc: pgsql-bugs(at)postgresql(dot)org
  • Subject: Re: BUG #4209: openSSL undefined symbols.
  • Date: Thu, 29 May 2008 15:51:39 -0400
  • Message-id: <5192.1212090699@sss.pgh.pa.us> <text/plain>

"Andrew SG Rojek" <developer(dot)admin(at)ntlworld(dot)com> writes:
> 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

Note for the archives that this appears to be a complaint against
some unspecified version of the ODBC driver, not Postgres proper.

			regards, tom lane



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group