Re: Compiling beta2 with openssl on XP Pro - Mailing list pgsql-hackers-win32

From Magnus Hagander
Subject Re: Compiling beta2 with openssl on XP Pro
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE475BD8@algol.sollentuna.se
Whole thread Raw
In response to Compiling beta2 with openssl on XP Pro  ("Tony and Bryn Reina" <reina_ga@hotmail.com>)
Responses Re: Compiling beta2 with openssl on XP Pro
List pgsql-hackers-win32
>Magnus and Tom,
>
>I may have found the "SSL compiles" fix. I ran across a
>similar problem at
>http://archive.neotonic.com/archive/clanlib-devel/browse_frm/th
>read/1621/6940
>
>The solution was to also link to gdi32.lib by using the compile
>flag -lgdi32. At least the compiler doesn't seem to balk about
>these missing
>functions any more and that DLL does seem to have the
>appropriate bitmap
>function names.
>
>Does this sound right?

That is at least partially correct. It does fix the issue, but I'm not
100% sure it's the fix we want. I'm looking at two different ways right
now. Right now we also build exclusively against a static version of
OpenSSL, and I (and everyone I spoke to about it) think it's better to
go with the DLL version. Which will require a couple of different fixes.

But it is a correct fix insofar as it enables you to compile and run.

//Magnus

pgsql-hackers-win32 by date:

Previous
From: "Tony and Bryn Reina"
Date:
Subject: Re: Compiling beta2 with openssl on XP Pro
Next
From: "Tony and Bryn Reina"
Date:
Subject: Re: Compiling beta2 with openssl on XP Pro