Can't install webalizer, webserver needed

chow

Verified User
Joined
Aug 27, 2003
Messages
123
Location
The Netherlands
Hi,

Tried to install webalizer. Downloaded the rpm from directadmin and tried rpm -ivh webalizer-2.01_10-1.i386.rpm
Getting the error webserver is needed
How to proceed???
 
I thought that customapache installs webalizer, so I'm not sure you need to install it from an RPM.

However if you do try to install it from an RPM, the RPM database doesn't know about the webserver, because apache isn't in the RPM database.

So try this:

rpm -ivh --nodeps webalizer-2.01_10-1.i386.rpm

and see if that works for you.

Jeff
 
Last edited:
Ok, seems to work. Not sure what happened in the past but webalizer seemed uninstalled suddenly. I hope my customers stats will work now.
 
Customapache does compile webalizer but during the first install it installs it as a package if available.

cd /usr/local/directadmin/customapache
./build webalizer

should do it for you as well.
 
Back
Top