Re: using CPAN mode, can't install DBD::Pg

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: using CPAN mode, can't install DBD::Pg
Дата
Msg-id 20001105142958.A10852@klamath.dyndns.org
обсуждение исходный текст
Ответ на using CPAN mode, can't install DBD::Pg  ("Tod Emko" <temko@toastedpixel.com>)
Список pgsql-novice
On Sun, Nov 05, 2000 at 12:23:53PM -0500, Tod Emko wrote:
> Running make test
>     Make had some problems, maybe interrupted?  Won't test
> Running make install
>     Make had some problems, maybe interrupted?  Won't install

Could you try installing DBD::Pg by hand (i.e. download the tarball,
extract it, `perl Makefile.PL;make;make test;su;make install`). It's
difficult to tell what the problem is from the errors above.

BTW, you might want to try setting the POSTGRES_LIB and POSTGRES_INCLUDE
environmental variables to the correct locations. Also, read the 'README'
included with DBD::Pg

--
Neil Conway <neilconway@home.com>
Get my GnuPG key from: http://klamath.dyndns.org/mykey.asc
Encrypted mail welcomed

Secrecy is the beginning of tyranny.
        -- Heinlein

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

Предыдущее
От: "Tod Emko"
Дата:
Сообщение: using CPAN mode, can't install DBD::Pg
Следующее
От: "Robert B. Easter"
Дата:
Сообщение: Re: Installation of Postgres + PHP