Re: [HACKERS] make install fails in perl5 ...

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] make install fails in perl5 ...
Дата
Msg-id 16845.909530352@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] make install fails in perl5 ...  ("Thomas G. Lockhart" <lockhart@alumni.caltech.edu>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Sigh, build is broken again
Следующее
От: "Taral"
Дата:
Сообщение: RE: [HACKERS] Configure problem, redux (was Re: TCL installation troubles)