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

Lists: pgsql-novice
From: "Costin Manda" <costin(at)interpoint(dot)ro>
To: "pgsql" <pgsql-novice(at)postgresql(dot)org>
Subject: Problems with 'make'ing PostgreSQL with --with-perl
Date: 2004-03-10 11:34:08
Message-ID: 002701c40693$9a55f420$5501a8c0@Costin
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-novice

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


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Costin Manda" <costin(at)interpoint(dot)ro>
Cc: "pgsql" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Problems with 'make'ing PostgreSQL with --with-perl
Date: 2004-03-10 16:04:03
Message-ID: 7091.1078934643@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-novice

"Costin Manda" <costin(at)interpoint(dot)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


From: "Costin Manda" <costin(at)interpoint(dot)ro>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "pgsql" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Problems with 'make'ing PostgreSQL with --with-perl
Date: 2004-03-10 16:15:22
Message-ID: 00ae01c406ba$e3d9c500$5501a8c0@Costin
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-novice


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

> "Costin Manda" <costin(at)interpoint(dot)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!