Rostlab/ConSurf

Perl. Can't locate Config/IniFiles.pm

GrimSmiler opened this issue · 1 comments

Hi @gyachdav !

When trying to run the ConSurf tool, i get this error:

./consurf -PDB example/1lk2.pdb -CHAIN A -Out_Dir output_test/ -m

Can't locate Config/IniFiles.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at ./consurf line 49. BEGIN failed--compilation aborted at ./consurf line 49.

checking in CPAN if such lib exists didn't give any results (didn't find any).
Was it suppose to get built during config/make/make install phases?

Thank You in advance!

Best Regards,
Ilya

Was missing a lib.
Can be installed using
cpan
cpan>force install Config::IniFiles