Skip Menu |

This queue is for tickets about the IO CPAN distribution.

Report information
The Basics
Id: 47099
Status: resolved
Priority: 0/
Queue: IO

People
Owner: Nobody in particular
Requestors: rajivg [...] netapp.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in:
  • 1.20
  • 1.22
  • 1.23
  • 1.2301
  • 1.24
  • 1.25
Fixed in: (no value)



Hi, My existing project is using IO module, project works fine on RedHat 8 (2.4.28). Where same project on my Ubuntu (linux 2.6.28) gives me error undefined symbol: PL_curpad. 0090617 165428 [00_ntest_sharedconsole] <<rajivg-vsim1#console|Can't load '/usr/local/lib/perl5/5.8.9/i686-linux/auto/IO/IO.so' for module IO: /usr/local/lib/perl5/5.8.9/i686-linux/auto/IO/IO.so: undefined symbol: PL_curpad at /usr/local/lib/perl5/5.8.9/i686-linux/XSLoader.pm line 70.\r\n 20090617 165428 [00_ntest_sharedconsole] <<rajivg-vsim1#console| at /usr/local/lib/perl5/5.8.9/i686-linux/IO.pm line 11\r\n 20090617 165428 [00_ntest_sharedconsole] <<rajivg-vsim1#console|Compilation failed in require at /usr/local/lib/perl5/5.8.9/i686-linux/IO/Handle.pm line 266.\r\n 20090617 165428 [00_ntest_sharedconsole] <<rajivg-vsim1#console|BEGIN failed--compilation aborted at /usr/local/lib/perl5/5.8.9/i686-linux/IO/Handle.pm line 266.\r\n 20090617 165428 [00_ntest_sharedconsole] <<rajivg-vsim1#console|Compilation failed in require at /usr/software/lib/perl5/site_perl/5.8.8/i686-linux-thread-multi/IO/Tty.pm line 6.\r\n 20090617 165428 [00_ntest_sharedconsole] <<rajivg-vsim1#console|BEGIN failed--compilation aborted at /usr/software/lib/perl5/site_perl/5.8.8/i686-linux-thread-multi/IO/Tty.pm line 6.\r\n 20090617 165428 [00_ntest_sharedconsole] <<rajivg-vsim1#console|Compilation failed in require at /usr/software/lib/perl5/site_perl/5.8.8/i686-linux-thread-multi/IO/Pty.pm line 7.\r\n 20090617 165428 [00_ntest_sharedconsole] <<rajivg-vsim1#console|BEGIN failed--compilation aborted at /usr/software/lib/perl5/site_perl/5.8.8/i686-linux-thread-multi/IO/Pty.pm line 7.\r\n 20090617 165428 [00_ntest_sharedconsole] <<rajivg-vsim1#console|Compilation failed in require at /usr/local/lib/perl5/site_perl/5.8.9/Expect.pm line 22.\r\n 20090617 165428 [00_ntest_sharedconsole] <<rajivg-vsim1#console|BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.8.9/Expect.pm line 22. Originally project was running fine on RHEL5 U8 Linux kernal 2.4.20. The main difference I see here is GNU C library version. The current version of libc is 2.9. rajivg@rajivg-lux:/u/rajivg/nate_logs/latest$ /lib/libc.so.6 GNU C Library stable release version 2.9, by Roland McGrath et al. Copyright (C) 2008 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Compiled by GNU CC version 4.3.3. Compiled on a Linux >>2.6.24-23-server<< system on 2009-04-09. Available extensions: crypt add-on version 2.1 by Michael Glad and others GNU Libidn by Simon Josefsson Native POSIX Threads Library by Ulrich Drepper et al BIND-8.2.3-T5B For bug reporting instructions, please see: <http://www.gnu.org/software/libc/bugs.html>. It working fine on release 2.2 NU C Library development release version 2.2.93, by Roland McGrath et al. Copyright (C) 1992-2001, 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Compiled by GNU CC version 3.2 20020903 (Red Hat Linux 8.0 3.2-7). Compiled on a Linux 2.4.9-9 system on 2002-09-05. Available extensions: GNU libio by Per Bothner crypt add-on version 2.1 by Michael Glad and others The C stubs add-on version 2.1.2. linuxthreads-0.10 by Xavier Leroy BIND-8.2.3-T5B NIS(YP)/NIS+ NSS modules 0.19 by Thorsten Kukuk Glibc-2.0 compatibility add-on by Cristian Gafton libthread_db work sponsored by Alpha Processor Inc Report bugs using the `glibcbug' script to <bugs@gnu.org>. The PL_curpad is undefined symbol in case of UBUNTU whereas it is not defined in RHEL. rajivg@rajivg-lux:/u/rajivg/nate_logs/latest$ nm /usr/local/lib/perl5/5.8.9/i686-linux/auto/IO/IO.so | grep PL_curpad U PL_curpad I have compiled IO on my ubuntu without any problem, I have tried both standard and manual installation. The perl version/distribution I'm using is 5.8.9 (ubuntu) and 5.8.8 (on RedHat). I cannot install 5.10 as my whole project is supporting only 5.8.8. rajivg@rajivg-lux:/u/rajivg/nate_logs/latest$ perl -v This is perl, v5.8.9 built for i686-linux Copyright 1987-2008, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using "man perl" or "perldoc perl". If you have access to the Internet, point your browser at http://www.perl.org/, the Perl Home Page. Output of unam -a: Linux rajivg-lux 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC 2009 i686 GNU/Linux Please let me know if any solution/workaround for this problem. Thanks, Rajiv Gupta
Subject: Re: [rt.cpan.org #47099]
Date: Thu, 9 Jul 2009 09:21:40 -0500
To: bug-IO [...] rt.cpan.org
From: Graham Barr <gbarr [...] pobox.com>
PL_curpad is a symbol in the perl library, so it will not be lib C related. However seeing a mix of /usr/local/lib/perl5/5.8.9/i686-linux and /usr/ software/lib/perl5/site_perl/5.8.8/i686-linux-thread-multi in your report make me suspicious of your perl install. You cannot use libraries build for a threaded perl with a non-threaded perl and visa- versa. PL_curpad does not exist in a threaded perl, but does in a non- threaded perl. Do you happen to have a use lib 'usr/local/lib/perl5/5.8.9/i686-linux' in your script ? If so change it to use lib 'usr/local/lib/perl5' lib.pm should find the correct version directory and the correct architecture sub-directory Graham.
I want to delete the ticket but I guess I don't have permission for that. Finally I figure out that the problem is with my libperl.so, re-building has resolved the problem. I appreciate everyone who replied on this issue.