Обсуждение: Problems with 'make'ing PostgreSQL with --with-perl
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
"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
----- 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!