Re: Installing DBD::Pg module without Pg Database server

Поиск
Список
Период
Сортировка
От Vivek Khera
Тема Re: Installing DBD::Pg module without Pg Database server
Дата
Msg-id x7u1v48gi8.fsf@onceler.kciLink.com
обсуждение исходный текст
Ответ на Re: Installing DBD::Pg module without Pg Database server  ("Peter Darley" <pdarley@Kinesis-CEM.com>)
Список pgsql-general
>>>>> "PD" == Peter Darley <pdarley@Kinesis-CEM.com> writes:

PD> I'm not absolutely sure about this, but I believe that I built the .pm on
PD> one machine and copied it to my other machines that didn't have any
PD> Postgresql stuff installed on them.

Not possible.  Check out the .pm file.  You'll see a "bootstrap"
command from the DynaLoader system.  That loads the corresponding .so
file into perl.

If you copied the .so, then maybe it would work if the .so pulls in
the postgres client libs statically.  If it references them
dynamically, then you need to copy those as well, at which point
you're having nearly the entire client environment there.

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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: [ADMIN] duplicate templates, wrong users
Следующее
От: "Andy Marden"
Дата:
Сообщение: Re: Casting Varchar to Numeric