Re: [HACKERS] make install fails in perl5 ... - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] make install fails in perl5 ...
Date
Msg-id 16845.909530352@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] make install fails in perl5 ...  ("Thomas G. Lockhart" <lockhart@alumni.caltech.edu>)
List pgsql-hackers
OK, I've fixed the perl5 permissions problem and verified that it
actually works right :-).  I didn't check in any changes to the
install.sgml file, but suggest you add something like this
right after the "make install" step:


<Step Performance="optional">
<Para>
If you used the <option>--with-perl</option> option to configure, check
the install log to see whether the Perl module was actually installed.
If you've followed our advice to make the Postgres files be owned by
an unprivileged userid, then the Perl module won't have been installed,
for lack of write privileges on the Perl library directories.  You can
complete its installation, either now or later, by su'ing to the user that
does own the Perl library and doing
<ProgramListing>
$ cd /usr/src/pgsql/src/interfaces/perl5
$ gmake install
</ProgramListing>
</Para>
</Step>

        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Sigh, build is broken again
Next
From: "Taral"
Date:
Subject: RE: [HACKERS] Configure problem, redux (was Re: TCL installation troubles)