Re: Maintain Packages

2011-09-21 Thread Magnus Woldrich
Hi Francisco, Hello I am willing to start maintaining a module or even a Perl package or library, so I would like to ask you all about the best way to start. I know that participating in mailing lists is a good way, but I am also asking about your experience and if there is someone who has a

Re: Maintain Packages

2011-09-21 Thread Francisco Rivas
Thank you very much, I am reading it right now. Have a very nice day. 2011/9/20 Magnus Woldrich m...@japh.se Hi Francisco, Hello I am willing to start maintaining a module or even a Perl package or library, so I would like to ask you all about the best way to start. I know that

symbol lookup error: .../Parser.so: undefined symbol: Perl_Istack_sp_ptr

2011-09-21 Thread Robert P. J. Day
i'm not sure if the beginners list is the right place for this but i'll ask here anyway and someone can always point me elsewhere. i have a fully-updated, 64-bit ubuntu 11.04 system, with perl 5.10.1. i'm building a sizable software project that, from the top-level make, downloads, patches

Re: symbol lookup error: .../Parser.so: undefined symbol: Perl_Istack_sp_ptr

2011-09-21 Thread Francisco Rivas
Hello, I went through the same issue and what I found was just recompile the module in your case it would be HTML::Parser, what i did is CPAN - install HTML::Parser or use packer for it. I hope this can help you. 2011/9/21 Robert P. J. Day rpj...@crashcourse.ca i'm not sure if the beginners

Re: symbol lookup error: .../Parser.so: undefined symbol: Perl_Istack_sp_ptr

2011-09-21 Thread Robert P. J. Day
On Wed, 21 Sep 2011, Francisco Rivas wrote: Hello, I went through the same issue and what I found was just recompile the module in your case it would be HTML::Parser, what i did is CPAN - install HTML::Parser or use packer for it. I hope this can help you. ok, so just to be clear, i

Re: symbol lookup error: .../Parser.so: undefined symbol: Perl_Istack_sp_ptr

2011-09-21 Thread Robert P. J. Day
On Wed, 21 Sep 2011, Robert P. J. Day wrote: On Wed, 21 Sep 2011, Francisco Rivas wrote: Hello, I went through the same issue and what I found was just recompile the module in your case it would be HTML::Parser, what i did is CPAN - install HTML::Parser or use packer for it. I

/usr/lib/perl5/auto/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr

2011-09-21 Thread Robert P. J. Day
argh ... after just skipping the component that was causing the earlier error, i got further and then this: perl: symbol lookup error: /usr/lib/perl5/auto/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr error: Bad exit status from

Re: /usr/lib/perl5/auto/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr

2011-09-21 Thread 'lesleyb'
On Wed, Sep 21, 2011 at 07:24:51AM -0400, Robert P. J. Day wrote: argh ... after just skipping the component that was causing the earlier error, i got further and then this: Probably a good idea to unskip it and fix the problem there first. perl: symbol lookup error:

Re: /usr/lib/perl5/auto/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr

2011-09-21 Thread Robert P. J. Day
On Wed, 21 Sep 2011, 'lesleyb' wrote: On Wed, Sep 21, 2011 at 07:24:51AM -0400, Robert P. J. Day wrote: argh ... after just skipping the component that was causing the earlier error, i got further and then this: Probably a good idea to unskip it and fix the problem there first.

Re: /usr/lib/perl5/auto/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr

2011-09-21 Thread Paul Johnson
On Wed, Sep 21, 2011 at 08:31:10AM -0400, Robert P. J. Day wrote: On Wed, 21 Sep 2011, 'lesleyb' wrote: On Wed, Sep 21, 2011 at 07:24:51AM -0400, Robert P. J. Day wrote: perl: symbol lookup error: /usr/lib/perl5/auto/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr error: Bad exit

Re: /usr/lib/perl5/auto/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr

2011-09-21 Thread Robert P. J. Day
On Wed, 21 Sep 2011, 'lesleyb' wrote: On Wed, Sep 21, 2011 at 07:24:51AM -0400, Robert P. J. Day wrote: argh ... after just skipping the component that was causing the earlier error, i got further and then this: Probably a good idea to unskip it and fix the problem there first.

Re: /usr/lib/perl5/auto/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr

2011-09-21 Thread Robert P. J. Day
On Wed, 21 Sep 2011, Paul Johnson wrote: That symbol would be defined in libperl.so and is on my system.. It sounds very much as if this software is not playing nicely. Does it have its own version of perl, perhaps embedded? i think i may have addressed in my last post, where the build

Strawberry Perl Installing CPAN modules

2011-09-21 Thread Perl developer
All, I need help regarding install of CPAN modules in strawberry perl. I have a question about Perl connectivity to Teradata. Is it the correct email address? I have been using Active Perl 5.12 on Windows xp since one year. I tried installing a perl module from CPAN and I got errors while

Re: /usr/lib/perl5/auto/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr

2011-09-21 Thread Paul Johnson
On Wed, Sep 21, 2011 at 09:17:40AM -0400, Robert P. J. Day wrote: On Wed, 21 Sep 2011, 'lesleyb' wrote: On Wed, Sep 21, 2011 at 07:24:51AM -0400, Robert P. J. Day wrote: argh ... after just skipping the component that was causing the earlier error, i got further and then this:

Re: Strawberry Perl Installing CPAN modules

2011-09-21 Thread Paul Johnson
On Wed, Sep 21, 2011 at 09:31:01AM -0400, Perl developer wrote: All, I need help regarding install of CPAN modules in strawberry perl. * !!!NOTE TO INSTALLERS!!! * * DBD::Teradata will be built using the following * directives: * Libraries: * Include files:

Re: Strawberry Perl Installing CPAN modules

2011-09-21 Thread Perl developer
Paul, I didn't understand. Please elaborate. I have sent email to dbi mailing lists. I didn't get any reply. Did you added CPAN modules into active perl or strawberry perl? Have you built perl from source code on Windows? On Wed, Sep 21, 2011 at 9:42 AM, Paul Johnson p...@pjcj.net wrote: On

Re: /usr/lib/perl5/auto/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr

2011-09-21 Thread Robert P. J. Day
On Wed, 21 Sep 2011, Paul Johnson wrote: On Wed, Sep 21, 2011 at 09:17:40AM -0400, Robert P. J. Day wrote: ... snip ... but there's a possible solution. when one initially configures the project, one can select that *all* of those host tools will be rebuilt from scratch. that would

Re: /usr/lib/perl5/auto/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr

2011-09-21 Thread 'lesleyb'
On Wed, Sep 21, 2011 at 08:31:10AM -0400, Robert P. J. Day wrote: On Wed, 21 Sep 2011, 'lesleyb' wrote: On Wed, Sep 21, 2011 at 07:24:51AM -0400, Robert P. J. Day wrote: argh ... after just skipping the component that was causing the earlier error, i got further and then this:

Re: /usr/lib/perl5/auto/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr [SOLVED?]

2011-09-21 Thread Robert P. J. Day
On Wed, 21 Sep 2011, Paul Johnson wrote: On Wed, Sep 21, 2011 at 08:31:10AM -0400, Robert P. J. Day wrote: ... snip ... p.s. is there a way to identify which perl module supplies the Perl_Gthr_key_ptr symbol? perhaps it's just a dependency issue that didn't exist in 10.04 but is

Re: Strawberry Perl Installing CPAN modules

2011-09-21 Thread Shlomi Fish
On Wed, 21 Sep 2011 09:31:01 -0400 Perl developer perldevelopm...@gmail.com wrote: All, I need help regarding install of CPAN modules in strawberry perl. I have a question about Perl connectivity to Teradata. Is it the correct email address? I have been using Active Perl 5.12 on

Re: Strawberry Perl Installing CPAN modules

2011-09-21 Thread Perl developer
Thanks for the reply. How to install the headers? On Wed, Sep 21, 2011 at 11:23 AM, Shlomi Fish shlo...@shlomifish.orgwrote: On Wed, 21 Sep 2011 09:31:01 -0400 Perl developer perldevelopm...@gmail.com wrote: All, I need help regarding install of CPAN modules in strawberry perl. I

Re: /usr/lib/perl5/auto/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr [SOLVED?]

2011-09-21 Thread 'lesleyb'
On Wed, Sep 21, 2011 at 11:13:13AM -0400, Robert P. J. Day wrote: On Wed, 21 Sep 2011, Paul Johnson wrote: On Wed, Sep 21, 2011 at 08:31:10AM -0400, Robert P. J. Day wrote: ... snip ... p.s. is there a way to identify which perl module supplies the Perl_Gthr_key_ptr symbol?

Re: Can't use string (1) as a HASH ref while strict refs

2011-09-21 Thread Rob Dixon
On 20/09/2011 15:57, Randal L. Schwartz wrote: Rob == Rob Dixonrob.di...@gmx.com writes: Rob For me, the bottom line is that try / catch is a funky showpiece that Rob pushes Perl syntax beyond its limits. No one who sees your code will Rob thank you for using it, and you should remove it

Re: Can't use string (1) as a HASH ref while strict refs

2011-09-21 Thread Randal L. Schwartz
Rob == Rob Dixon rob.di...@gmx.com writes: Rob I don't have Try::Tiny installed, but will take a look. I have an addressbar query shortcut of: http://search.cpan.org/perldoc/#query# aliased to perldoc, so I can type perldoc Try::Tiny and get the latest manpage on it directly from the CPAN