Re: Postgresql Perl Problem

From: Vince Daniels <vdaniels(at)fleetanalyzer(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Postgresql Perl Problem
Date: 2000-02-09 14:12:50
Message-ID: 38A1755B.4712F999@fleetanalyzer.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


If you installed postgres as recommended as an unpriveleged user then
when you ran make install, the perl install would fail since your perl
lib directory is undoubtably owned by root. The perl module does come
with the postgres distribution and can be found in the distribution
directory:
src/interfaces/perl5. If you made postgres with the include perl option
then pg.pm is in that directory. su to root and run make install from
that directory and you should be set.

--
Vince Daniels

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-02-09 15:07:45 Re: [HACKERS] TODO item
Previous Message FixerRM 2000-02-09 14:10:21 jdbc and sequences --RM