Re: PostgreSQL 7.4 Beta 1 + SSL + Cygwin

Lists: pgsql-hackers
From: Carlos Guzman Alvarez <carlosga(at)telefonica(dot)net>
To: Developement <pgsql-hackers(at)postgresql(dot)org>
Subject: PostgreSQL 7.4 Beta 1 + SSL + Cygwin
Date: 2003-08-07 23:01:18
Message-ID: 3F32DA3E.9020403@telefonica.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Hello:

I want to know if postgresql 7.4 beta 1 can be configured under Cygwin
with SSL support ??

If the answer is positive how can i do it ?? or where can i found
documentation about this ( under linux or cygwin :) ) ??

Thanks in advance :)

--
Best regards

Carlos Guzmán Álvarez
Vigo-Spain


From: Carlos Guzman Alvarez <carlosga(at)telefonica(dot)net>
To: Developement <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PostgreSQL 7.4 Beta 1 + SSL + Cygwin
Date: 2003-08-08 07:20:01
Message-ID: 3F334F21.2030808@telefonica.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Hello:

> I want to know if postgresql 7.4 beta 1 can be configured under Cygwin
> with SSL support ??
>
> If the answer is positive how can i do it ?? or where can i found
> documentation about this ( under linux or cygwin :) ) ??

I have found this on PostgreSQL docs :) i have it configured yet.

--
Best regards

Carlos Guzmán Álvarez
Vigo-Spain


From: Jason Tishler <jason(at)tishler(dot)net>
To: Carlos Guzman Alvarez <carlosga(at)telefonica(dot)net>
Cc: Developement <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PostgreSQL 7.4 Beta 1 + SSL + Cygwin
Date: 2003-08-08 10:49:16
Message-ID: 20030808104916.GC208@tishler.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Carlos,

On Fri, Aug 08, 2003 at 09:20:01AM +0200, Carlos Guzman Alvarez wrote:
> >I want to know if postgresql 7.4 beta 1 can be configured under
> >Cygwin with SSL support ??
> >
> >If the answer is positive how can i do it ?? or where can i found
> >documentation about this ( under linux or cygwin :) ) ??
>
> I have found this on PostgreSQL docs :) i have it configured yet.

Is this just the "--with-openssl" option? Does it build cleanly under
Cygwin? If so, would you like me to include this in the next Cygwin
PostgreSQL release?

Jason

--
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6


From: Thomas Swan <tswan(at)idigx(dot)com>
To: Jason Tishler <jason(at)tishler(dot)net>
Cc: Carlos Guzman Alvarez <carlosga(at)telefonica(dot)net>, Developement <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PostgreSQL 7.4 Beta 1 + SSL + Cygwin
Date: 2003-08-21 16:10:05
Message-ID: 3F44EEDD.7090004@idigx.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

On 8/8/2003 5:49 AM, Jason Tishler wrote:

>Carlos,
>
>On Fri, Aug 08, 2003 at 09:20:01AM +0200, Carlos Guzman Alvarez wrote:
>
>
>>>I want to know if postgresql 7.4 beta 1 can be configured under
>>>Cygwin with SSL support ??
>>>
>>>If the answer is positive how can i do it ?? or where can i found
>>>documentation about this ( under linux or cygwin :) ) ??
>>>
>>>
>>I have found this on PostgreSQL docs :) i have it configured yet.
>>
>>
>
>Is this just the "--with-openssl" option? Does it build cleanly under
>Cygwin? If so, would you like me to include this in the next Cygwin
>PostgreSQL release?
>
>
7.4beta1 would not compile under Cygwin with or without SSL. However,
the CVS tip for 2003/08/20 did compile and run under Cygwin both with
and without SSL. I had to adjust some path variables to include
cygwin/usr/lib and cygwin/usr/lib/postgresql. postgresql was configured
with

./configure --prefix=/usr --with-openssl
make
make install

I used ipc-daemon2, and I had to use cygwin.dll v1.5.x.


From: Jason Tishler <jason(at)tishler(dot)net>
To: Thomas Swan <tswan(at)idigx(dot)com>
Cc: Carlos Guzman Alvarez <carlosga(at)telefonica(dot)net>, Developement <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PostgreSQL 7.4 Beta 1 + SSL + Cygwin
Date: 2003-08-24 20:55:42
Message-ID: 20030824205542.GL1676@tishler.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Thomas,

[I would have responded sooner, but I have been on vacation.]

On Thu, Aug 21, 2003 at 11:10:05AM -0500, Thomas Swan wrote:
> On 8/8/2003 5:49 AM, Jason Tishler wrote:
> >Is this just the "--with-openssl" option? Does it build cleanly
> >under Cygwin? If so, would you like me to include this in the next
> >Cygwin PostgreSQL release?
> >
> 7.4beta1 would not compile under Cygwin with or without SSL. However,
> the CVS tip for 2003/08/20 did compile and run under Cygwin both with
> and without SSL. I had to adjust some path variables to include
> cygwin/usr/lib and cygwin/usr/lib/postgresql. postgresql was
> configured with
>
> ./configure --prefix=/usr --with-openssl
> make
> make install
>
> I used ipc-daemon2, and I had to use cygwin.dll v1.5.x.

I will give CVS tip a ride and try to supply a patch.

Thanks for the heads up.

Jason

--
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6


From: Jason Tishler <jason(at)tishler(dot)net>
To: Thomas Swan <tswan(at)idigx(dot)com>, Carlos Guzman Alvarez <carlosga(at)telefonica(dot)net>, Developement <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PostgreSQL 7.4 Beta 1 + SSL + Cygwin
Date: 2003-08-25 18:44:07
Message-ID: 20030825184407.GE2088@tishler.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Thomas,

On Sun, Aug 24, 2003 at 04:55:42PM -0400, Jason Tishler wrote:
> On Thu, Aug 21, 2003 at 11:10:05AM -0500, Thomas Swan wrote:
> > On 8/8/2003 5:49 AM, Jason Tishler wrote:
> > >Is this just the "--with-openssl" option? Does it build cleanly
> > >under Cygwin? If so, would you like me to include this in the next
> > >Cygwin PostgreSQL release?
> > >
> > 7.4beta1 would not compile under Cygwin with or without SSL.
> > However, the CVS tip for 2003/08/20 did compile and run under Cygwin
> > both with and without SSL. I had to adjust some path variables to
> > include cygwin/usr/lib and cygwin/usr/lib/postgresql. postgresql
> > was configured with
> >
> > ./configure --prefix=/usr --with-openssl
> > make
> > make install
> >
> > I used ipc-daemon2, and I had to use cygwin.dll v1.5.x.
>
> I will give CVS tip a ride and try to supply a patch.

AFAICT, CVS updated on 2003/08/25 at approximately 2:00 PM ET, configured
as:

configure --enable-multibyte --with-python --with-perl --with-java
--with-CXX --with-openssl ...

builds cleanly under Cygwin 1.5.2-1 and cygipc 2.01-2. The above
without SSL builds cleanly too.

Jason

--
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6