ISPsystem.com Forums

ISPsystem.com Forums (http://forum.ispsystem.com//index.php)
-   Installation / System Requirements (http://forum.ispsystem.com//forumdisplay.php?f=10)
-   -   server-status plugin problem (http://forum.ispsystem.com//showthread.php?t=764)

BeoNET 09-28-2009 12:52 PM

Quote:

Originally Posted by slava (Post 3468)
Try to install by
Code:

yum install perl-XML-LibXML
command

Same error with perl-XML-LibXML installed. My version is perl-XML-LibXML-1.58-5

john 09-29-2009 05:39 AM

Please, post output of command: /usr/local/ispmgr/addon/serverstatus

BeoNET 09-29-2009 10:35 AM

/usr/local/ispmgr/addon/apachestatus

Code:

Can't locate HTML/TreeBuilder.pm in @INC (@INC contains: /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi /usr/lib64/perl5/site_perl/5.8.7/x86_64-linux-thread-multi /usr/lib64/perl5/site_perl/5.8.6/x86_64-linux-thread-multi /usr/lib64/perl5/site_perl/5.8.5/x86_64-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/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi /usr/lib64/perl5/vendor_perl/5.8.7/x86_64-linux-thread-multi /usr/lib64/perl5/vendor_perl/5.8.6/x86_64-linux-thread-multi /usr/lib64/perl5/vendor_perl/5.8.5/x86_64-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/lib64/perl5/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/5.8.8 . /usr/local/ispmgr/lib/perl) at ./apachestatus line 5.
BEGIN failed--compilation aborted at ./apachestatus line 5.


john 09-29-2009 11:41 AM

HTML::Tree perl module is required. There is no such package in CentOS. You may install it manually ( http://search.cpan.org/CPAN/authors/...ee-3.23.tar.gz ). May be this dependency will be removed in future.

BeoNET 09-29-2009 04:29 PM

I installed HTML::Tree perl module and his dependences, and now when i start ./apachestatus script got this:


Code:

Can't locate LWP/Simple.pm in @INC (@INC contains: /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi /usr/lib64/perl5/site_perl/5.8.7/x86_64-linux-thread-multi /usr/lib64/perl5/site_perl/5.8.6/x86_64-linux-thread-multi /usr/lib64/perl5/site_perl/5.8.5/x86_64-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/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi /usr/lib64/perl5/vendor_perl/5.8.7/x86_64-linux-thread-multi /usr/lib64/perl5/vendor_perl/5.8.6/x86_64-linux-thread-multi /usr/lib64/perl5/vendor_perl/5.8.5/x86_64-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/lib64/perl5/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/5.8.8 . /usr/local/ispmgr/lib/perl) at ./apachestatus line 6.
BEGIN failed--compilation aborted at ./apachestatus line 6.


slava 09-29-2009 07:25 PM

Quote:

Originally Posted by BeoNET (Post 3475)
Code:

Can't locate LWP/Simple.pm

Perl module LWP::Simple.pm does not exist in the CentOS repos. Plugin does not test into CentOS Linux, it's problem, we will work and I am testing now.

You need to install LWP::Simple.pm such as perl -MCPAN -e 'install LWP::Simple'

or wait new version of plugin.

slava 09-29-2009 09:02 PM

I have made tests on CentOS 5.3 (clean operating system + ISPmanager). I have managed to get to work all the plugins by installing the necessary modules

Code:

yum install perl-XML-LibXML
yum install perl-HTML-Parser
yum install perl-Compress-Zlib
perl -MCPAN -e 'install HTML::Tree'
perl -MCPAN -e 'install LWP::Simple'

And restart ispmanager by killall ispmgr command
Now all extensions are working.

We apologize for the inconvenience, on CentOS system plugins are not tested (read my previous post), in the next releases all modules will be installed automatically.

P.S. For more verbose info in the server-status also you need uncoment ExtendedStatus On in the httpd.conf

BeoNET 10-04-2009 01:17 PM

Having problem with LWP::Simple installation, but dont care! I will wait a new version of plugin... :)

Thanks to all for help, a lot!!! :)

azalea85 10-16-2009 12:46 PM

helpful
 
Quote:

Originally Posted by slava (Post 3452)
Try to comment lines

Code:

Order deny,allow
Deny from all
Allow from some.ip.address.!!

And check again. Server status must be accessable from server localhost as http://localhost/server-status. It can be checked, for example, via wget -O - http://localhost/server-status command.

If this will work, you are need add to Allow from directive your server IP address.

hi thanks for that very informative post... im currently using the plug ins now. thanks


All times are GMT +2. The time now is 11:59 AM.

Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.