in reply to Re: 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

Well I checked that and found they are dirffrent one. But then also its the same problem coming up also the I am using /usr/local/perl for my compilation.
  • Comment on Re^2: Pod-Coverage-0.17 + i686-linux + ErrorCoverage.so: undefined symbol: Perl_Gthr_key_ptr

Replies are listed 'Best First'.
Re^3: Pod-Coverage-0.17 + i686-linux + ErrorCoverage.so: undefined symbol: Perl_Gthr_key_ptr
by randyk (Parson) on Oct 17, 2005 at 15:03 UTC
    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).
      Yes man I did that but no luck.