in reply to Re: undefined symbol
in thread undefined symbol

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...

Replies are listed 'Best First'.
Re^3: undefined symbol
by chromatic (Archbishop) on Oct 18, 2008 at 19:08 UTC

    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.