in reply to undefined symbol

Where did you install Perl 5.10? Did you overwrite your system version? Did you use the correct version of Perl to run CPAN?

Replies are listed 'Best First'.
Re^2: undefined symbol
by Anonymous Monk on Oct 15, 2008 at 23:28 UTC
    I downloaded the perl 5.10 source and did default installation recommended in the INSTALL file:
    sh Configure -de make make test make install
    then i did:
    perl --version
    and it confirmed 5.10 then:
    perl -MCPAN -e shell; install Gearman::Client::Async
    failure...

      Okay. You overwrite your OS version with a different version of Perl. Restore the system version of Perl, then configure 5.10 again to install to a different location.