Re: Postgresql Perl Problem

Поиск
Список
Период
Сортировка
От
Тема Re: Postgresql Perl Problem
Дата
Msg-id e8nj4.355$yH.38413@tw12.nn.bcandid.com
обсуждение исходный текст
Ответ на Postgresql Perl Problem  ("HydroMan" <peebs90@hotmail.com>)
Список pgsql-hackers
I believe the PG modules come with the distribution.  However, if you
followed the instructions and installed postgres as and unpriveleged user
(postgres) then the install of pg.pm would fail since your Perl directory is
probably only writable by root.    Go back into your distribution directory
and cd into "src/utilities"  I don't have the structure in front of me but I
think there is a "Perl" directory there.  cd into that, su to root, and run
"make install".  That ought to do it.  If you don't have root privleges then
you can either add the following line to your perl script:   use lib "/path/to/pg.m_directory";

Or you can call perl with the "-I" option followed by the above path.  There
are other ways I'm sure. . .

Vince Daniels





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

Предыдущее
От: Don Baccus
Дата:
Сообщение: Re: Happy column adding (was RE: [HACKERS] Happy column dropping)
Следующее
От: "Ross J. Reedstrom"
Дата:
Сообщение: Re: Happy column adding and dropping