Re: Cannot build PL/Perl ...

From: clayton cottingham <drfrog(at)smartt(dot)com>
To: Adam Walczykiewicz <adamwal(at)poczta(dot)onet(dot)pl>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Cannot build PL/Perl ...
Date: 2001-05-02 21:18:15
Message-ID: 3AF07997.211A27FF@smartt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

did you get this error when you tried to :
createlang plperl template1?

me too!

then i did this

find /usr -name libperl.so
/usr/lib/perl5/5.6.0/i386-linux/CORE/libperl.so

and then added
that dir {/usr/lib/perl5/5.6.0/i386-linux/CORE/}
to the /etc/ld.so.conf
ldconfig
and vroom it all went to the good

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Jie Liang 2001-05-02 22:49:40 Re: PL/Perl documentation ...
Previous Message Adam Walczykiewicz 2001-05-02 20:00:13 Cannot build PL/Perl ...