Re: problems with the instalation

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Margarita Barvinok <brita(at)umich(dot)edu>
Cc: Rodrigo Verón De Astrada W(dot) <rodv(at)rieder(dot)net(dot)py>, pgsql-interfaces(at)postgresql(dot)org
Subject: Re: problems with the instalation
Date: 2000-04-18 15:10:20
Message-ID: 20150.956070620@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Margarita Barvinok <brita(at)umich(dot)edu> writes:
> I believe you should install perl as root, or at least you should have
> permission to write to directories you install perl into.

I don't think that's his problem, because he's not even getting through
the first stage of the build:

>> ------------
>> Configuring Pg
>> Remember to actually read the README file !
>> OS: linux
>> Checking if your kit is complete...
>> Looks good
>> Writing Makefile for Pg
>> Unable to open MakeMaker.tmp: Permission denied at (eval 1) line 625.
>> ------------

It looks like he doesn't have write permission on the directory
containing the source files (src/interfaces/perl5), which would seem
pretty odd if he is running as the postgres user.

However I wonder what is really going on here, because the first three
lines quoted above do not come out of perl when I run "perl Makefile.PL".
I think there is another layer of software involved here that may be
messing things up...

regards, tom lane

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Guillaume Rousse 2000-04-18 15:14:08 RE: where to close statement ?
Previous Message Peter Mount 2000-04-18 15:07:28 RE: JDBC: Missing Classes?