|
Date: 4/4/2007 9:42 pm · Subject: Re: Can't locate object method "server" · Rating: -2
I am also having the same problem, when I try to run apache it shows started and in the /apache2/logs/error_log there is no error message in /var/log/webgui.log : spectre.conf - POE::Kernel::_dispatch_event[1012] - ADMIN: Couldn't connect to WebGUI site www.domain.com.conf but when I execute the following (from /data/WebGUI/sbin/) # perl preload.perl it shows: Starting WebGUI 7.3.13 Can't locate object method "server" via package "Apache2::ServerUtil" at preload.perl line 57.. I checked the Apache2::ServerUtil is installed, also I did the following: # perl testEnvironment.pl output: *********************************************** # perl testEnvironment.pl
WebGUI is checking your system environment:
Operating System: Linuxish WebGUI Root: .. Perl Interpreter: OK Checking for module LWP: OK Checking for module HTTP::Request: OK Checking for module HTTP::Headers: OK Checking for module Test::More: OK Checking for module Test::MockObject: Not Installed
The perl module Test::MockObject is not installed, do you want to install it now? {y|n} [y] y Attempting to install Test::MockObject... CPAN: Storable loaded ok Going to read /root/.cpan/Metadata Database was generated on Wed, 04 Apr 2007 03:09:19 GMT Test::MockObject is up to date. Checking for module Test::MockObject: OK Checking for module Test::Deep: Not Installed
The perl module Test::Deep is not installed, do you want to install it now? {y|n} [y] y Attempting to install Test::Deep... Test::Deep is up to date. Checking for module Test::Deep: OK Checking for module Pod::Coverage: OK Checking for module Text::Balanced: OK Checking for module Digest::MD5: OK Checking for module DBI: OK Checking for module DBD::mysql: OK Checking for module HTML::Parser: OK Checking for module Archive::Tar: OK Checking for module Archive::Zip: Not Installed
The perl module Archive::Zip is not installed, do you want to install it now? {y|n} [y] y Attempting to install Archive::Zip... Archive::Zip is up to date. Checking for module Archive::Zip: OK Checking for module IO::Zlib: OK Checking for module Compress::Zlib: Outdated - Current: / Required: 1.34
The perl module Compress::Zlib is outdated, do you want to upgrade it now? {y|n} [y] y Attempting to install Compress::Zlib... Compress::Zlib is up to date. Checking for module Compress::Zlib: OK Checking for module Net::SMTP: OK Checking for module MIME::Tools: OK Checking for module Net::POP3: OK Checking for module Tie::IxHash: OK Checking for module Tie::CPHash: OK Checking for module XML::Simple: OK Checking for module SOAP::Lite: OK Checking for module DateTime: OK Checking for module Time::HiRes: OK Checking for module DateTime::Format::Strptime: OK Checking for module DateTime::Format::Mail: OK Checking for module Image::Magick: Not Installed
The perl module Image::Magick is not installed, do you want to install it now? {y|n} [y] y Attempting to install Image::Magick... Image::Magick is up to date. Checking for module Image::Magick: OK Checking for module Log::Log4perl: OK Checking for module Net::LDAP: OK Checking for module HTML::Highlight: OK Checking for module HTML::TagFilter: OK Checking for module HTML::Template: OK Checking for module HTML::Template::Expr: OK Checking for module Parse::PlainConfig: OK Checking for module XML::RSSLite: OK Checking for module JSON: OK Checking for module Net::Subnets: OK Checking for module Finance::Quote: OK Checking for module POE: OK Checking for module POE::Component::IKC::Server: OK Checking for module POE::Component::Client::HTTP: OK Checking for module Data::Structure::Util: OK Checking for module Apache2::Request: OK Checking for module Cache::Memcached: OK Checking for module URI::Escape: OK Checking for module POSIX: OK Checking for module List::Util: OK Checking for module Color::Calc: OK Checking for module Text::Aspell: OK Checking for module Locale::US: OK Checking for module Weather::Com::Finder: Not Installed
The perl module Weather::Com::Finder is not installed, do you want to install it now? {y|n} [y] y Attempting to install Weather::Com::Finder... Weather::Com::Finder is up to date. Checking for module Weather::Com::Finder: OK WebGUI modules: OK Getting current WebGUI version: OK Your version: You are using 7.3.13-stable and 7.3.14-stable is available. Locating WebGUI configs: OK
Checking config file: www.domain.com.conf Verifying uploads folder: OK Verifying DSN: OK Verifying database connection: OK
Testing complete!
************************************************ as everything looks ok I can't figure it out! when i try: # /usr/local/apache2/bin/apachectl start or # /usr/local/apache2/bin/httpd -k start it shows: Starting WebGUI 7.3.13 Loading www.domain.com.conf WebGUI Started! /usr/local/apache2/bin/apachectl: line 78: 5622 終了ã—ã¾ã—㟠$HTTPD -k $ARGV I would highly appreciate if anybody can help me out, thanks!
--- (Edited on 4/4/2007 9:42 pm [GMT-0500] by sstanvir) ---
|