Rostlab / ConSurf

Evolutionary conservation estimation of residues or nucleotides
http://consurf.tau.ac.il/overview.html
GNU General Public License v3.0
33 stars 12 forks source link

Perl. Can't locate Config/IniFiles.pm #4

Closed GrimSmiler closed 8 years ago

GrimSmiler commented 8 years ago

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

GrimSmiler commented 8 years ago

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