postgres user <postgresuser1...@gmail.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


-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to