ispCP - Board - Support
Missing file - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: Missing file (/thread-9343.html)



Missing file - andrej_90 - 01-24-2010 06:20 AM

I got this error when i tried to run the command perl ./ispcp-setup :

Can't locate File/MimeInfo/Magic.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at ./ispcp-setup line 40.
BEGIN failed--compilation aborted at ./ispcp-setup line 40.


RE: Missing file - kilburn - 01-24-2010 10:28 AM

Code:
apt-get install libfile-mimeinfo-perl

Anyway, this probably means that you've completely skipped the third step from the installation guide. It is *essential* that you follow all the steps, one by one, in order to get a fully working installation.


RE: Missing file - andrej_90 - 01-24-2010 12:32 PM

Thanks.I didn't skip the 3rd step but i forget in the /etc/apt/sources.list to add those lines Smile

Thanks again

Andrej Sovanek


RE: Missing file - Nuxwin - 01-25-2010 11:52 PM

(01-24-2010 10:28 AM)kilburn Wrote:  
Code:
apt-get install libfile-mimeinfo-perl

Hello ;

apt-get ---> trash

Better ---> aptitude

Ok, I go out Big Grin


RE: Missing file - kilburn - 01-26-2010 12:08 AM

I've always managed my systems with apt-get and never had a real problem about it Tongue Maybe I'm just too old...


RE: Missing file - NIIcK - 01-26-2010 01:22 AM

(01-26-2010 12:08 AM)kilburn Wrote:  I've always managed my systems with apt-get and never had a real problem about it Tongue Maybe I'm just too old...

I myself use apt-get to install and aptitude to search for packages. No issues created by apt-get so far.