On 2012-02-23 19:51, [email protected] wrote:
I've attached a proposed patch for configure.in
The bug reporting form has word-wrapped my patch - I'm attaching a
correct version.
4. Run using "System Tools\Terminal":
su -c 'yum -y install mingw32-gcc mingw32-openssl gcc'
Sorry - make this:
su -c 'yum -y install mingw32-gcc mingw32-openssl'
"gcc" isn't needed - much less to download.
Regards
Tometzky
--
...although Eating Honey was a very good thing to do, there was a
moment just before you began to eat it which was better than when you
were...
Winnie the Pooh
diff -urNP postgresql-9.1.2.orig/configure.in postgresql-9.1.2/configure.in
--- postgresql-9.1.2.orig/configure.in 2011-12-01 22:47:20.000000000 +0100
+++ postgresql-9.1.2/configure.in 2012-02-23 19:24:43.708343882 +0100
@@ -945,8 +945,8 @@
AC_CHECK_LIB(crypto, CRYPTO_new_ex_data, [], [AC_MSG_ERROR([library 'crypto' is required for OpenSSL])])
AC_CHECK_LIB(ssl, SSL_library_init, [], [AC_MSG_ERROR([library 'ssl' is required for OpenSSL])])
else
- AC_CHECK_LIB(eay32, CRYPTO_new_ex_data, [], [AC_MSG_ERROR([library 'eay32' is required for OpenSSL])])
- AC_CHECK_LIB(ssleay32, SSL_library_init, [], [AC_MSG_ERROR([library 'ssleay32' is required for OpenSSL])])
+ AC_CHECK_LIB(CRYPTO_new_ex_data, crypto eay32, [], [AC_MSG_ERROR([library 'crypto' or 'eay32' is required for OpenSSL])])
+ AC_CHECK_LIB(SSL_library_init, ssl ssleay32, [], [AC_MSG_ERROR([library 'ssl' or 'ssleay32' is required for OpenSSL])])
fi
fi
--
Sent via pgsql-bugs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs