Re: Pg and libperl issue

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Pg and libperl issue
Date: 2001-08-17 20:20:45
Message-ID: 20010817152045.A16865@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Karl DeBisschop 2001-08-17 20:24:19 Re: Pg and libperl issue
Previous Message Trond Eivind =?iso-8859-1?q?Glomsr=F8d?= 2001-08-17 19:54:58 Re: PostgreSQL v7.1.3 bundled and uploaded to central FTP Server