Error Configuring PLPERL on PQSQL

Поиск
Список
Период
Сортировка
От Jeffrey Trueblood
Тема Error Configuring PLPERL on PQSQL
Дата
Msg-id 5B486B6FC380D311822E009027CCB4C9A54295@carbon
обсуждение исходный текст
Список pgsql-novice
Hello,
I am having a bear of a time installing plperl on postgres 7.2.1

First I configure pgsql with plperl
$ ./configure --with-perl

Then I create the makefile from ./src/interfaces/perl5
$ perl Makefile.PL

Then
$ make
returns this error:

make -C ../../../src/interfaces/libpq all
make[1]: Entering directory
`/root/Desktop/postgresql-7.2.1/src/interfaces/libpq'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory
`/root/Desktop/postgresql-7.2.1/src/interfaces/libpq'
make -f Makefile all VPATH=
make[1]: Entering directory
`/root/Desktop/postgresql-7.2.1/src/interfaces/perl5'
make[1]: *** No rule to make target `/Pg.pm', needed by `pm_to_blib'.  Stop.
make[1]: Leaving directory
`/root/Desktop/postgresql-7.2.1/src/interfaces/perl5'
make: *** [all] Error 2

Many of the messages in the archives refer to this error, but none indicate
a solution that has worked for me.
After several days of struggling, I decided to send in a request for HELP.
I am using SUSE 8.0.

Thank in Advance,
Jeff

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

Предыдущее
От: "Chad Thompson"
Дата:
Сообщение: Re: Very Slow Query
Следующее
От: "Patrick Hatcher"
Дата:
Сообщение: pg_restore not working