Search This Blog

19 May, 2012

Perl error, undefined symbol: Perl_Tstack_sp_ptr

After my web hosting server was upgraded , when i run my perl program, i used to get the below error.

perl: symbol lookup error: /home1/routemen/perl5/lib/perl5/x86_64-linux-thread-multi/auto/Storable/Storable.so: undefined symbol: Perl_Tstack_sp_ptr

Searched google a lot and finally from the below link's guidance i was able to solve it


As said while checking the home folder


I did >rm perl5

After that it was working fine. 

Thanks or the help

tmux enabling mouse interaction

Add the below line to the ~/.tmux.conf setw -g mouse on save the file and exit from the tmux shell, you should be able to use your mouse to ...