in reply to Re^2: Pod-Coverage-0.17 + i686-linux + ErrorCoverage.so: undefined symbol: Perl_Gthr_key_ptr
in thread Pod-Coverage-0.17 + i686-linux + ErrorCoverage.so: undefined symbol: Perl_Gthr_key_ptr

Try starting from a fresh set of sources for the module, and make sure when building it that /usr/local/bin appears in the PATH environment variable before /usr/bin, so that /usr/local/bin/perl is seen first (assuming that /usr/local/bin/perl is the desired Perl you want to compile the module with).
  • Comment on Re^3: Pod-Coverage-0.17 + i686-linux + ErrorCoverage.so: undefined symbol: Perl_Gthr_key_ptr

Replies are listed 'Best First'.
Re^4: Pod-Coverage-0.17 + i686-linux + ErrorCoverage.so: undefined symbol: Perl_Gthr_key_ptr
by irfancss (Initiate) on Oct 18, 2005 at 07:03 UTC
    Yes man I did that but no luck.