Re: problem in module Pg with Apache, Perl and SSL

From: "Nigel J(dot) Andrews" <nandrews(at)investsystems(dot)co(dot)uk>
To: "Pgsql-Admin (E-post)" <pgsql-admin(at)postgresql(dot)org>
Cc: "'BELLIARD Francois - FT(dot)BD/FTRD/DRHG/RSCL'" <fb001(at)rd(dot)francetelecom(dot)com>
Subject: Re: problem in module Pg with Apache, Perl and SSL
Date: 2002-04-17 16:02:33
Message-ID: Pine.LNX.4.21.0204171658100.20382-100000@ponder.fairway2k.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Wed, 17 Apr 2002, Morten Sickel wrote:

> BELLIARD Francois wrote:
> [Snip]
> >When a Perl Cgi script tries to load the "Pg" module (use Pg; in the
> script),
> >there is the following error in the Apache Error Log :
> [Snip]
>
> I cannot find any 'Pg' module at CPAN, but if you are using the DBD-Pg, you
> are not supposed to have any 'use Pg;' in your code, but rather
> use DBI;

Or of course he could be using the Pg module :)

As for the problem of not finding the library file. You say they exist, you
presumably have checked they exist at the paths in the root filesystem the
error message mentions. Is your web server/cgi-bin program running in a chroot
box?

--
Nigel J. Andrews
Director

---
Logictree Systems Limited
Computer Consultants

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Jeff Madison 2002-04-17 18:35:37 Connection terminates but postmaster proc lives on...?
Previous Message Morten Sickel 2002-04-17 15:46:01 Re: problem in module Pg with Apache, Perl and SSL