Error Configuring PLPERL on PQSQL - Mailing list pgsql-novice

From Jeffrey Trueblood
Subject Error Configuring PLPERL on PQSQL
Date
Msg-id 5B486B6FC380D311822E009027CCB4C9A54295@carbon
Whole thread Raw
List 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 by date:

Previous
From: "Chad Thompson"
Date:
Subject: Re: Very Slow Query
Next
From: "Patrick Hatcher"
Date:
Subject: pg_restore not working