Subject: | Postgres and OpenSSL support |
Hi,
I am sending the first "draft" of postgres and openssl libs for further
testing with strawberry perl.
openssl libs (0.9.8k)
- build with mingw (from latest strawberry 5.10.0)
- libcrypto.a + libssl.a are static libraries (no DLL erequired)
- libeay32.a + libssl32.a are libraries using DLL
- I create a duplicity: libssl32.a -> libssleay32.a (as e.g.
Crypt::SSLeay and postgres's ./configure expects different name)
postgress libs (8.4.0)
- build with msys + mingw + openssl above
- ./configure --with-openssl --with-ldap
- no gssapi, no kerberos support
- I had to use additional zlib (1.2.3 from gnuwin32) as strawberry's
standard zlib cannot be linked via -lz
To test:
*) Extract the enclose ZIPs into c:\strawberry\
*) to install Pg::DBD
cpan DBD::Pg
*) to install Net::SSLeay
set OPENSSL_PREFIX=c:\strawberry\c
cpan Net::SSLeay
*) to install Crypt::SSLeay
cpan Crypt::SSLeay
+ answer that your openssl lives in c:/strawberry/c
As mentioned at the beginning its just the first proposal that needs
more testing.
--
kmx
Subject: | libopenssl-0.9.8k-bin_20090805.zip |
Message body not shown because it is not plain text.
Subject: | libpostgresql-8.4.0-bin_20090805.zip |
Message body not shown because it is not plain text.