Error Configuring PLPERL on PQSQL

From: Jeffrey Trueblood <jtrueblood(at)pilenet(dot)com>
To: "'pgsql-novice(at)postgresql(dot)org'" <pgsql-novice(at)postgresql(dot)org>
Subject: Error Configuring PLPERL on PQSQL
Date: 2002-07-31 21:10:49
Message-ID: 5B486B6FC380D311822E009027CCB4C9A54295@carbon
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-novice by date

  From Date Subject
Next Message Patrick Hatcher 2002-08-01 00:43:24 pg_restore not working
Previous Message Chad Thompson 2002-07-31 19:25:50 Re: Very Slow Query