Re: [HACKERS] Ready for admin guide and INSTALL

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] Ready for admin guide and INSTALL
Дата
Msg-id 20312.909787860@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] Ready for admin guide and INSTALL  ("Thomas G. Lockhart" <lockhart@alumni.caltech.edu>)
Список pgsql-hackers
Argh!  Forgot the most important point --- the install procedure is
still missing anything about installing the Perl module.  Recommend
adding the following, or something much like it, just after the
primary install step (between items 15 and 16, currently):


<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 (often root) and doing
<ProgramListing>
$ cd /usr/src/pgsql/src/interfaces/perl5
$ gmake install
</ProgramListing>
</Para>
</Step>

        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Ready for admin guide and INSTALL
Следующее
От: Bruce Momjian
Дата:
Сообщение: CVS trees and post-6.4 release issues