Re: Using PostgreSQL in Apache2 module

2009-02-23 Thread Nick Kew
On Sun, 22 Feb 2009 21:40:57 +0100 Graf László wrote: [hmm, looks like my last reply got lost in the ether] > Hi, > > I try to use PostgreSQL's libpq in an Apache2 module. > The test module, without libpq works fine and the test > application for libpq works fine, too. Is there a good reason

RE: Using PostgreSQL in Apache2 module

2009-02-23 Thread Curt Krone
Are you running on Windows by any chance? I recently tried to use PostgreSQL to store auth info, and discovered that libpq.dll had a dependency on msvcr80.dll. Once I had the PostgreSQL bin and lib directories as well as msvcr80.dll in my PATH everything worked. Hope that helps, curt -O