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

2017-01-15 Thread Tom Lane
postgres user 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 wi

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

2017-01-15 Thread John R Pierce
On 1/15/2017 1:15 AM, postgres user wrote: 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. It would also help if someone can explain the meaning of --with-perl flag

[GENERAL] Building PL/Perl procedural language without --with-perl configure flag

2017-01-15 Thread postgres user
Hi, 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. It would also help if someone can explain the meaning of --with-perl flag in a detailed fashion altogether as it mig