Compiling openssl

From: Awodipe James <iperuremo(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Compiling openssl
Date: 2010-09-22 20:00:19
Message-ID: 82124.2068.qm@web55307.mail.re4.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Good day,
Is it possible to use any of your products to compile openssl-1.0.0a.tar.gz form
http://www.openssl.org/source/ for Win32 environment, how?
OR can you help complile it with this adjustment to the makefile:

To build, I needed to modify the first lines of the example code's Makefile as
follows:

OPENSSLDIR=c:/openssl32
CFLAGS=-g -I$(OPENSSLDIR)/include
LD=-Lc:/openssl32/lib -llibeay32 -lssleay32

Please help or advice on the way out.
Regards,
Yomi

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alban Hertroys 2010-09-22 21:26:13 Re: Compiling openssl
Previous Message Tom Lane 2010-09-22 19:58:46 Re: Nested literal parsing rules?