Re: general trouble installing languages

From: Oliver Elphick <olly(at)lfix(dot)co(dot)uk>
To: Cindy <ctmoore(at)uci(dot)edu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: general trouble installing languages
Date: 2002-09-17 18:18:24
Message-ID: 1032286704.21664.27.camel@linda
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, 2002-09-17 at 18:46, Cindy wrote:
>
> I suspect at this point I may need to recompile things? I'm not sure
> what the trouble is. Can I try the directions in
...
> The error message is now a bit more detailed:
>
> > createlang -L /usr/local/pgsql/lib -d Text plperl
> ERROR: Load of file /usr/local/pgsql/lib/plperl.so failed: ld.so.1: /usr/local
> /pgsql/bin/postmaster: fatal: libperl.so.1: open failed: No such file or direct
> ory
^^^^^^^^^^^^

It is missing libperl, that is the shared library version of Perl
itself. This is not part of PostgreSQL, so rebuilding PostgreSQL will
do you no good at all.

You need to build Perl from source or install a shared library package
of it.

--
Oliver Elphick Oliver(dot)Elphick(at)lfix(dot)co(dot)uk
Isle of Wight, UK
http://www.lfix.co.uk/oliver
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839 932A 614D 4C34 3E1D 0C1C
========================================
"Honour the LORD with thy substance, and with the
firstfruits of all thine increase; So shall thy barns
be filled with plenty, and thy presses shall burst out
with new wine." Proverbs 3:9,10

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Cindy 2002-09-17 18:28:58 Re: general trouble installing languages
Previous Message Cindy 2002-09-17 17:46:35 general trouble installing languages