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 for
  Advanced Search

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



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




Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group