in reply to Pod-Coverage-0.17 + i686-linux + ErrorCoverage.so: undefined symbol: Perl_Gthr_key_ptr
Sounds like you've got two perls on your system, one threaded, and one unthreaded. And at some point in your execution, the code is pulling in a library that was compiled for the other perl.
Have a look at /usr/bin/perl -V compared to /usr/local/bin/perl -V and see if they are different. Does your Build.PL script start with #! /usr/bin/perl?
• another intruder with the mooring in the heart of the Perl
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Pod-Coverage-0.17 + i686-linux + ErrorCoverage.so: undefined symbol: Perl_Gthr_key_ptr
by irfancss (Initiate) on Oct 17, 2005 at 08:27 UTC | |
by randyk (Parson) on Oct 17, 2005 at 15:03 UTC | |
by irfancss (Initiate) on Oct 18, 2005 at 07:03 UTC |