Re: Postgresql Perl Problem

From: <daniels(at)1stconnect(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Postgresql Perl Problem
Date: 2000-01-25 19:50:34
Message-ID: e8nj4.355$yH.38413@tw12.nn.bcandid.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2000-01-25 20:08:15 Re: Happy column adding (was RE: [HACKERS] Happy column dropping)
Previous Message Don Baccus 2000-01-25 19:30:01 Re: Happy column adding (was RE: [HACKERS] Happy column dropping)