Re: plperl needs upgrade for Fedora 10

From: "Pavel Stehule" <pavel(dot)stehule(at)gmail(dot)com>
To: "Andrew Dunstan" <andrew(at)dunslane(dot)net>
Cc: "postgres hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: plperl needs upgrade for Fedora 10
Date: 2008-11-04 07:47:33
Message-ID: 162867790811032347j96aae93xee04d61492588333@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

postgres=# select version();
version
----------------------------------------------------------------------------------------------------------
PostgreSQL 8.3.4 on x86_64-unknown-linux-gnu, compiled by GCC gcc
(GCC) 4.3.2 20080917 (Red Hat 4.3.2-4)
(1 row)

postgres=# CREATE LANGUAGE plperlu;
ERROR: could not load library "/usr/local/pgsql8.3/lib/plperl.so":
/usr/local/pgsql8.3/lib/plperl.so: undefined symbol: boot_DynaLoader
postgres=#

Regards
Pavel Stehule

2008/11/3 Andrew Dunstan <andrew(at)dunslane(dot)net>:
>
>
> Pavel Stehule wrote:
>>
>> Hello
>>
>> I am testing PostgreSQL on Federa 10. There is Perl 5.10. After
>> successful compilation I got error
>>
>> CREATE LANGUAGE plperl;
>> ERROR: could not oad library "/........plperl.so": ... undefined
>> symbol: boot_DynaLoader
>>
>> Regards
>> Pavel Stehule
>>
>>
>
> Please send the build log for plperl also, and you configure settings. I
> have previously built against perl 5.10 quite happily.
>
> cheers
>
> andrew
>

Attachment Content-Type Size
Makefile.global.gz application/x-gzip 5.8 KB
configure.log.gz application/x-gzip 2.8 KB
makeall.log.gz application/x-gzip 16.6 KB
makeinstall.log.gz application/x-gzip 3.7 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Enrico Pirozzi 2008-11-04 07:57:59 Re: Grant proposal
Previous Message Hannes Eder 2008-11-04 07:35:08 Re: Get Date value from Datum