Help getting PerlMon to run on Linpus

Joined
Nov 1, 2008
Messages
27
Reaction score
0
Trying to install PerlMon which in a utility like CPU-Z for windows.

http://www.overclock.net/linux-unix/212 ... linux.html

Download and extracted the files. When I run the install command in the terminal I get the below message.

If I go to add / remove programs and search for GTK2 there are quite a few packages with the word GTK2. Can anyone help me to get this installed and tell me what I need to do?

Thanks.
Nickp.

[user@localhost ~]$ cd PerlMon
[user@localhost PerlMon]$ sudo perl Installer
perl-Gtk2 does not appear to be installed. You will only be able to run perlmon in a terminal with the 'nogui' option set. (perlmon -n) (perlmon --nogui)

:: install dir created
cp: cannot stat `images': No such file or directory
Can't locate ExtUtils/MakeMaker.pm in @INC (@INC contains: /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.7/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7 /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.7/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl/5.8.7 /usr/lib/perl5/vendor_perl/5.8.6 /usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8.8 .) at Makefile.PL line 2.
BEGIN failed--compilation aborted at Makefile.PL line 2.
Can't exec "make": No such file or directory at Installer line 27.
Can't exec "make": No such file or directory at Installer line 28.
:: modules installed
:: 'perlmon' file installed
:: config file installed
Installer finished
 
Well, maybe just try using hardinfo. It'll even generate a report in html for you. :-)

sudo yum install hardinfo

After installation, open a terminal and do:

hardinfo

Very thorough reports on everything in your system.

Cheers.
 
Back
Top