[Bucardo-general] function db_getconn(unknown) does not exist

Itamar Reis Peixoto itamar at ispbrasil.com.br
Thu Oct 1 18:52:29 UTC 2009


have you compiled postgres from source ?

why you're not using your distro rpms ?


On Thu, Oct 1, 2009 at 3:50 PM, akp geek <akpgeek at gmail.com> wrote:
> Sorry I forgot to mention... I did that also what ever you mentioned ... I
> ran into the following issue
>
> create language plperlu;
> ERROR:  could not load library "/opt/postgres/8.3/lib/plperl.so": ld.so.1:
> /opt/postgres/8.3/bin/postgres: fatal: relocation error: file
> /opt/postgres/8.3/lib/plperl.so: symbol MemoryContextSwitchTo: referenced
> symbol not found
>
> Regards
> On Thu, Oct 1, 2009 at 2:46 PM, Greg Sabino Mullane <greg at endpoint.com>
> wrote:
>>
>> On 10/01/2009 02:39 PM, akp geek wrote:
>> > I have installed the 4.2.0 and it's still the same
>> >
>> > I have libperl.so and also plperl.so...just to make sure that I have the
>> > pgsql installaiton correct
>>
>> See what happens when you simply try to create the language from psql:
>>
>> create language plperlu;
>>
>> If that works, try creating and running a simple test function:
>>
>> CREATE OR REPLACE FUNCTION plperlu_test()
>> RETURNS TEXT
>> LANGUAGE plperlu
>> AS $bc$
>> return 'Pl/PerlU was successfully installed';
>> $bc$;
>>
>> SELECT plperlu_test();
>>
>>
>> --
>> Greg Sabino Mullane greg at endpoint.com
>> End Point Corporation
>> PGP Key: 0x14964AC8
>>
>
>



-- 
------------

Itamar Reis Peixoto

e-mail/msn: itamar at ispbrasil.com.br
sip: itamar at ispbrasil.com.br
skype: itamarjp
icq: 81053601
+55 11 4063 5033
+55 34 3221 8599


More information about the Bucardo-general mailing list