Re: Building PL/Perl procedural language without --with-perl configure flag

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: postgres user <postgresuser1989(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Building PL/Perl procedural language without --with-perl configure flag
Date: 2017-01-15 17:30:15
Message-ID: 17380.1484501415@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

postgres user <postgresuser1989(at)gmail(dot)com> writes:
> I am trying to build PL/Perl procedural language to my PostgreSQL server
> installation but I want to do it without passing --with-perl flag to the
> configure script of PostgreSQL.

Why?

If you don't want to overwrite your existing installation, I'd suggest
reconfigure with --with-perl (and all else the same as before), build,
then cd to src/pl/plperl and do "make install" only in that subdirectory.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Patrick B 2017-01-16 19:27:13 Re: Question slow query
Previous Message Tom Lane 2017-01-15 17:26:45 Re: "make world" constantly throwing error on Ubuntu