Perl-module: Pg

From: Ludwig Meyerhoff <ludwig(at)antar(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Perl-module: Pg
Date: 2001-06-27 16:41:28
Message-ID: Pine.LNX.4.21.0106271836130.4831-100000@ludwig
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hallo!

I have a problem. I made an update of my Debian system (meanwhile
"Woody"/testing), and my perl-CGIs do not work any more.
psql, pgaccess work quite fine, but the CGIs (using the "Pg" module) do
not work. On "$conn->errorMessage" I get a "There is no connection to the
backend" ...
Few days ago everything worked fine.

I already tried to install the module again by "perl -MCPAN -e
shell; install Pg", but that did not help, this is the result:

cpan> install Pg
Running install for module Pg
Running make for M/ME/MERGL/pgsql_perl5-1.9.0.tar.gz
CPAN: MD5 loaded ok
Checksum for
/root/.cpan/sources/authors/id/M/ME/MERGL/pgsql_perl5-1.9.0.tar.gz ok
Scanning cache /root/.cpan/build for sizes
pgsql_perl5-1.9.0/
pgsql_perl5-1.9.0/eg/
pgsql_perl5-1.9.0/eg/ApachePg.pl
pgsql_perl5-1.9.0/eg/example.pl
pgsql_perl5-1.9.0/eg/lo_demo.pl
pgsql_perl5-1.9.0/Changes
pgsql_perl5-1.9.0/MANIFEST
pgsql_perl5-1.9.0/Makefile.PL
pgsql_perl5-1.9.0/Pg.pm
pgsql_perl5-1.9.0/Pg.xs
pgsql_perl5-1.9.0/README
pgsql_perl5-1.9.0/test.pl
pgsql_perl5-1.9.0/typemap
Removing previously used /root/.cpan/build/pgsql_perl5-1.9.0

CPAN.pm: Going to build M/ME/MERGL/pgsql_perl5-1.9.0.tar.gz

Configuring Pg
Remember to actually read the README file !
please set environment variables POSTGRES_INCLUDE and POSTGRES_LIB !
Running make test
Make had some problems, maybe interrupted? Won't test
Running make install
Make had some problems, maybe interrupted? Won't install

cpan>

How can I solve that problem?

Ludwig

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Thalis A. Kalfigopoulos 2001-06-27 16:47:44 SHMMAX value
Previous Message Ian Harding 2001-06-27 16:40:36 Re: Books on PostgreSQL?