9 messages in ru.sysoev.nginxRe: [dev] conflics with libpq
FromSent OnAttachments
Manlio PerilloSep 16, 2007 6:31 am 
Igor SysoevSep 16, 2007 6:45 am 
Manlio PerilloSep 16, 2007 10:02 am 
Igor SysoevSep 16, 2007 10:33 am 
Manlio PerilloSep 16, 2007 10:51 am 
Igor SysoevSep 16, 2007 11:05 am 
Manlio PerilloSep 16, 2007 11:37 am 
Alex EggSep 18, 2007 11:03 pm 
Manlio PerilloSep 19, 2007 3:26 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [dev] conflics with libpqActions...
From:Alex Egg (eggi@public.gmane.org)
Date:Sep 18, 2007 11:03:28 pm
List:ru.sysoev.nginx

What is this extension, it sounds interesting...?

On 9/16/07, Manlio Perillo
<manlio_perillo-VGgt2q2+T+FeoW@public.gmane.org> wrote:

Hi.

I'm writing an extension module that uses the postgresql library. I have found that there is a conflict with libpq headers.

If I include <libpq-fe.h> before nginx headers, then nginx will not work.

In the request handler, r->method has wrong values (as an example 1189949249, and it randomly increments by 1) and when I use the log functions, I get a SIGIO.

If I include nginx headers first, all works fine, but I think that it may be interesting to understand why this is happening.