Re: compile error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Soma Interesting <dfunct(at)telus(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: compile error
Date: 2001-04-03 01:37:40
Message-ID: 24975.986261860@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Soma Interesting <dfunct(at)telus(dot)net> writes:
> ERROR: Load of file /usr/lib/pgsql/lib/plperl.so failed: libperl.so:
> cannot open shared object file: No such file or directory.

Is libperl.so known to your dynamic linker? It has to be found via
LD_LIBRARY_PATH, /etc/ld.so.conf, or local equivalent.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Joseph 2001-04-03 01:50:17 RE: Log file to sql database
Previous Message Lee Harr 2001-04-03 01:25:45 Re: Why are quotes required around table / column names in SQL statements?