Your message dated Sat, 17 Jul 2004 12:27:54 +0900
with message-id <[EMAIL PROTECTED]>
and subject line Bug#213606: ERROR: Load of file 
/usr/lib/postgresql/lib/plperl.so failed
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 1 Oct 2003 13:35:27 +0000
>From [EMAIL PROTECTED] Wed Oct 01 08:35:17 2003
Return-path: <[EMAIL PROTECTED]>
Received: from nestor.kbinirsnb.be [193.190.234.10] 
        by master.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1A4h8O-0000tm-00; Wed, 01 Oct 2003 08:35:16 -0500
Received: from bernie.kbinirsnb.be ([EMAIL PROTECTED] [192.168.20.4])
        by nestor.kbinirsnb.be (8.12.9/8.12.9/Debian-5) with ESMTP id 
h91DZE4F016331
        for <[EMAIL PROTECTED]>; Wed, 1 Oct 2003 15:35:14 +0200
Received: from pc20_114.kbinirsnb.be ([EMAIL PROTECTED] [192.168.20.114])
        by bernie.kbinirsnb.be (8.12.9/8.12.9/Debian-5) with ESMTP id 
h91DZE1g029297;
        Wed, 1 Oct 2003 15:35:14 +0200
Message-Id: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Paul Libert <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: ERROR: Load of file /usr/lib/postgresql/lib/plperl.so failed
X-Mailer: reportbug 2.29
Date: Wed, 01 Oct 2003 17:35:15 +0200
X-Virus-Scanned: by amavisd-new
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-4.2 required=4.0
        tests=HAS_PACKAGE,MSG_ID_ADDED_BY_MTA_3
        version=2.53-bugs.debian.org_2003_10_1
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_10_1 
(1.174.2.15-2003-03-30-exp)

Package: libc6
Version: 2.3.2-7
Severity: normal

When trying to link perl language with postgres, we get the following error 
message :
Postgres command :
create function plperl_call_handler() returns opaque
        as '/usr/lib/postgresql/lib/plperl.so'
        language 'C';

Error Message :
Error Type: ProgrammingError
Error Value: ERROR: Load of file /usr/lib/postgresql/lib/plperl.so failed: 
/lib/libpthread.so.0: symbol __libc_current_sigrtmin_private, version 
GLIBC_PRIVATE not defined 
in file libc.so.6 with link time reference

We suspect a problem with libc6 because it was working before an upgred of the 
package.

Regards.

Paul Libert
-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux PC20_114 2.4.22-1-686 #1 Fri Sep 5 23:04:29 EST 2003 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages libc6 depends on:
ii  libdb1-compat                 2.1.3-7    The Berkeley database routines [gl

-- no debconf information


---------------------------------------
Received: (at 213606-done) by bugs.debian.org; 17 Jul 2004 03:27:55 +0000
>From [EMAIL PROTECTED] Fri Jul 16 20:27:55 2004
Return-path: <[EMAIL PROTECTED]>
Received: from omega.webmasters.gr.jp (webmasters.gr.jp) [218.44.239.78] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1Blfrf-00014f-00; Fri, 16 Jul 2004 20:27:55 -0700
Received: from omega.webmasters.gr.jp (localhost [127.0.0.1])
        by webmasters.gr.jp (Postfix) with ESMTP
        id 62647DEB80; Sat, 17 Jul 2004 12:27:54 +0900 (JST)
Date: Sat, 17 Jul 2004 12:27:54 +0900
Message-ID: <[EMAIL PROTECTED]>
From: GOTO Masanori <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Cc: Daniel Jacobowitz <[EMAIL PROTECTED]>
Subject: Re: Bug#213606: ERROR: Load of file /usr/lib/postgresql/lib/plperl.so 
failed
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
User-Agent: Wanderlust/2.9.9 (Unchained Melody) SEMI/1.14.3 (Ushinoya)
 FLIM/1.14.3 (=?ISO-8859-4?Q?Unebigory=F2mae?=) APEL/10.3 Emacs/21.2
 (i386-debian-linux-gnu) MULE/5.0 (SAKAKI)
MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya")
Content-Type: text/plain; charset=US-ASCII
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

At Thu, 02 Oct 2003 10:28:09 +0200,
Paul Libert wrote:
> Dear Mister Jacobowitz,
> 
> Thanks for your rapid answer,
> Following your suggestion, restarting Postgres seems to get rid of the 
> error.
> 
> Can be closed for me.
> 
> For information :
> /lib/libc.so.6 is crrectly link to /lib/libc-2.3.2.so
> 
> neleus:/lib# objdump -T /lib/libc-2.3.2.so | grep 
> __libc_current_sigrtmin_private
> 0002a180 g    DF .text  00000037  GLIBC_PRIVATE 
> __libc_current_sigrtmin_private

Note that the current 2.3.2.ds1 warns that user needs to restart
postgresql in libc6.preinst.  Following with your comments, I think it
can be closed now.

Regards,
-- gotom


Reply via email to