Re: Postgresql Perl Problem - Mailing list pgsql-hackers

From
Subject Re: Postgresql Perl Problem
Date
Msg-id e8nj4.355$yH.38413@tw12.nn.bcandid.com
Whole thread Raw
In response to Postgresql Perl Problem  ("HydroMan" <peebs90@hotmail.com>)
List pgsql-hackers
I believe the PG modules come with the distribution.  However, if you
followed the instructions and installed postgres as and unpriveleged user
(postgres) then the install of pg.pm would fail since your Perl directory is
probably only writable by root.    Go back into your distribution directory
and cd into "src/utilities"  I don't have the structure in front of me but I
think there is a "Perl" directory there.  cd into that, su to root, and run
"make install".  That ought to do it.  If you don't have root privleges then
you can either add the following line to your perl script:   use lib "/path/to/pg.m_directory";

Or you can call perl with the "-I" option followed by the above path.  There
are other ways I'm sure. . .

Vince Daniels





pgsql-hackers by date:

Previous
From: Don Baccus
Date:
Subject: Re: Happy column adding (was RE: [HACKERS] Happy column dropping)
Next
From: "Ross J. Reedstrom"
Date:
Subject: Re: Happy column adding and dropping