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

From: postgres user <postgresuser1989(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Building PL/Perl procedural language without --with-perl configure flag
Date: 2017-01-15 09:15:17
Message-ID: CAE48+sLdwv6xSs=92yiFyDYmY4OESeFqLHg1Eec6x2PB+QCghA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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
might help me determine the actual process of installing PL/Perl. There are
two parts to the question however how do I get the source of PL/Perl
firstly and how do I build it against an already built version of
PostgreSQL as in when I have the (bin, lib, share) for PostgreSQL and what
all pre-requisites are needed to install PL/Perl in the first place?

Thanks

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2017-01-15 09:42:37 Re: Building PL/Perl procedural language without --with-perl configure flag
Previous Message Ankit Sablok 2017-01-15 08:56:43 "make world" constantly throwing error on Ubuntu