Re: Pg and libperl issue - Mailing list pgsql-general

From Bruno Wolff III
Subject Re: Pg and libperl issue
Date
Msg-id 20010817152045.A16865@wolff.to
Whole thread Raw
In response to Pg and libperl issue  (Bruno Wolff III <bruno@wolff.to>)
List pgsql-general
I found that my first guess about why this isn't working wasn't
correct.

Make is deciding that it doesn't have permission to install the Pg
stuff and was skipping that part. I mssed that message and just
thought that the error from the PL/Perl make was stopping the make
install at that point.

I am not sure why the protection test was failing. The install was
being done as root. Pg.so and a couple of other files were installed
without write access to the owner, but after changing this for the
files I found, it still didn't work as expected.

I wasn't able to find where this stuff was being checked, but I was
able to get it installed by doing the make install in the interefaces/perl5
directory as suggested by the error message.

pgsql-general by date:

Previous
From: "Mitch Vincent"
Date:
Subject: Re: PostgreSQL v7.1.3 bundled and uploaded to central FTP Server
Next
From: Peter Eisentraut
Date:
Subject: Re: Pg and libperl issue