Thread: Problems with 'make'ing PostgreSQL with --with-perl

Problems with 'make'ing PostgreSQL with --with-perl

From
"Costin Manda"
Date:
I have been trying to install postgreSQL with plperl support. I've
downloaded the latest perl and compiled it with shared libraries, then I
went to postgres and 'configure'd it with the --with-perl switch.
Configuring works ok, but when using 'make' an error occurs telling me that
* plperl : no such file or directory.

  Can you please please please help me?!

  Costin


Re: Problems with 'make'ing PostgreSQL with --with-perl

From
Tom Lane
Date:
"Costin Manda" <costin@interpoint.ro> writes:
> I have been trying to install postgreSQL with plperl support. I've
> downloaded the latest perl and compiled it with shared libraries, then I
> went to postgres and 'configure'd it with the --with-perl switch.
> Configuring works ok, but when using 'make' an error occurs telling me that
> * plperl : no such file or directory.

Did you download the complete Postgres sources?  Or only the "base"
subset?

            regards, tom lane

Re: Problems with 'make'ing PostgreSQL with --with-perl

From
"Costin Manda"
Date:
----- Original Message -----
From: "Tom Lane" <tgl@sss.pgh.pa.us>
To: "Costin Manda" <costin@interpoint.ro>
Cc: "pgsql" <pgsql-novice@postgresql.org>
Sent: Wednesday, March 10, 2004 6:04 PM
Subject: Re: [NOVICE] Problems with 'make'ing PostgreSQL with --with-perl


> "Costin Manda" <costin@interpoint.ro> writes:
> > I have been trying to install postgreSQL with plperl support. I've
> > downloaded the latest perl and compiled it with shared libraries, then I
> > went to postgres and 'configure'd it with the --with-perl switch.
> > Configuring works ok, but when using 'make' an error occurs telling me
that
> > * plperl : no such file or directory.
>
> Did you download the complete Postgres sources?  Or only the "base"
> subset?

  That was it. I figured it out just before I got your mail. I am so
copletely noob! grrr! Thanks!