I am new in ubuntu.
I am trying to install psortb which require perl as a prerequisite.I had installed perl 5.18.2 but when I executed psort it gave me error
Can't load '/usr/local/lib/perl/5.18.2/auto/Algorithm/HMM/HMM.so' for module Algorithm::HMM: /usr/local/lib/perl/5.18.2/auto/Algorithm/HMM/HMM.so: undefined symbol: __gxx_personality_v0 at /usr/lib/perl/5.18/DynaLoader.pm line 184.
it seems as this issue is because of dynamic linking of library. Any help how can I get rid off this issue.
Thanks in advance