Up2Date issue

krish

Verified User
Joined
Feb 13, 2004
Messages
13
I have a server with Fedora Core 1 and DA. When I run up2date -u on shell, I get the following error. What do I do?

webalizer 2.01_10 14 i386


Testing package set / solving RPM inter-dependencies...
There was a package dependency problem. The message was:

Unresolvable chain of dependencies:
webalizer 2.01_10-14 requires webserver
 
You can skip installing webalizer with up2date since the customapache system also compiles it.
This is a common problem I have found with such update/package programs since most won't install without the dependencies from their package source and DA doesn't use the packages, it compiles them.

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

That should download and compile a newer version of webalizer if DA has updated the customapache system for it. I think it has the latest one.
 
Thanks. I added it in Package Skip List and now I get the following issue. Any suggestions.

Unresolvable chain of dependencies:
webalizer 2.01_10-11 requires libgd.so.1.8
 
I have the same problem with bind and Spam Assasin. Have you resolved this?
 
I did it in an ugly way. I removed webalizer. ran up2date and then built using customapache.
 
Back
Top