Your linker is not finding the perl library. On my machine the symbols would be found in /usr/lib/perl5/5.10.0/x86_64-linux-thread-multi/CORE/libperl.so. You might try setting the environment variable LD_LIBRARY_PATH to the corresponding path on your machine as a quick fix.