Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

Adding perl


  • From: "Keith Worthington" <keithw(at)narrowpathinc(dot)com>
  • To: "PostgreSQL Novice" <pgsql-novice(at)postgresql(dot)org>
  • Subject: Adding perl
  • Date: Thu, 21 Apr 2005 11:48:57 -0400
  • Message-id: <20050421154052.M48966@narrowpathinc.com> <text/plain>

Hi All,

I have just finished writing a perl script to process some text data and now I
want to turn it into a function.

createlang fails as follows
# createlang -U postgres plperl MYDB
createlang: language installation failed: ERROR:  could not access file
"$libdir/plperl": No such file or directory

Okay so I find the following
   Note:  Users of source packages must specially enable the
   build of PL/Perl during the installation process. (Refer
   to Section 14.1 for more information.) Users of binary
   packages might find PL/Perl in a separate subpackage.
on the Perl documentation page
http://www.postgresql.org/docs/8.0/interactive/plperl.html

So, does this mean that I need to download v8.0.2 source, recompile and
reinstall?  If so can I do this over the current v8.0.0?

If something breaks can I go back to v8.0.0?

Kind Regards,
Keith



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group