Re: mingw cross-compiling libpq.dll+ssl on Debian

From: Tomasz Myrta <jasiek(at)klaster(dot)net>
To: pgsql-ports(at)postgresql(dot)org
Subject: Re: mingw cross-compiling libpq.dll+ssl on Debian
Date: 2006-11-11 21:40:24
Message-ID: 45564348.1010606@klaster.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Tomasz Myrta napisal 2006-11-10 00:18:
> Postgresql8.1.5 configure script --with-openssl option gives me an error:
> configure: error: library 'eay32' is required for OpenSSL
The solution was very near.

Postgresql's configure script doesn't like original OpenSSL dll names.
We have to create symbolic links:
eay32.dll -> cryptoeay32-0.9.8.dll
ssleay32.dll -> ssleay32-0.9.8.dll

After this - libpq.dll is built as expected. Now, I have to remove
unnecessary cyphers from rather big cryptoeay32-0.9.8.dll and try to
link these files into single libpq.dll.

Regards,
Tomasz Myrta

In response to

Browse pgsql-ports by date

  From Date Subject
Next Message Bo Berglund 2006-11-26 15:45:32 Which installer for Postgres on Windows?
Previous Message Peter Eisentraut 2006-11-10 22:20:39 Re: mingw cross-compiling libpq.dll+ssl on Debian