US: 1-941-4621-069
  
Cyprus: 3-572-2052-781

Go Back   ISPsystem.com Forums > ISPmanager > Installation / System Requirements


Closed Thread
 
Thread Tools
Old 09-28-2009, 12:52 PM   #11
Member
 
Join Date: May 2008
Posts: 34
BeoNET is on a distinguished road
Default

Quote:
Originally Posted by slava View Post
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
BeoNET is offline  
Old 09-29-2009, 05:39 AM   #12
ISPsystem team
 
Join Date: Sep 2004
Posts: 7
john is an unknown quantity at this point
Default

Please, post output of command: /usr/local/ispmgr/addon/serverstatus
john is offline  
Old 09-29-2009, 10:35 AM   #13
Member
 
Join Date: May 2008
Posts: 34
BeoNET is on a distinguished road
Default

/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.
BeoNET is offline  
Old 09-29-2009, 11:41 AM   #14
ISPsystem team
 
Join Date: Sep 2004
Posts: 7
john is an unknown quantity at this point
Default

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.
john is offline  
Old 09-29-2009, 04:29 PM   #15
Member
 
Join Date: May 2008
Posts: 34
BeoNET is on a distinguished road
Default

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.
BeoNET is offline  
Old 09-29-2009, 07:25 PM   #16
ISPsystem team
 
slava's Avatar
 
Join Date: May 2008
Location: ISPsystem
Posts: 588
slava is on a distinguished road
Default

Quote:
Originally Posted by BeoNET View Post
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.

Last edited by tanya; 10-06-2009 at 04:58 AM.
slava is offline  
Old 09-29-2009, 09:02 PM   #17
ISPsystem team
 
slava's Avatar
 
Join Date: May 2008
Location: ISPsystem
Posts: 588
slava is on a distinguished road
Default

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

Last edited by tanya; 10-06-2009 at 05:01 AM.
slava is offline  
Old 10-04-2009, 01:17 PM   #18
Member
 
Join Date: May 2008
Posts: 34
BeoNET is on a distinguished road
Default

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

Thanks to all for help, a lot!!!
BeoNET is offline  
Old 10-16-2009, 12:46 PM   #19
Junior Member
 
Join Date: Oct 2009
Posts: 2
azalea85 is on a distinguished road
Default helpful

Quote:
Originally Posted by slava View Post
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
__________________
angel
trampolines
azalea85 is offline  
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 08:07 PM.