On Monday, April 11, 2005 7:21 PM Rudi Starcevic wrote: >Hello, > >I'm trying to install Webalizer. > >As I'm using my own compiled Apache I cannot use Yum as it wants >dependencies. > >So while trying to install the rpm is get this error: > >[root@cogent6 src]# rpm -Uvh --force webalizer-2.01_10-15.ent.i386.rpm >warning: webalizer-2.01_10-15.ent.i386.rpm: V3 DSA signature: >NOKEY, key >ID 0c98ff9d >error: Failed dependencies: >webserver is needed by webalizer-2.01_10-15.ent >Suggested resolutions: >httpd-2.0.46-44.ent.centos.2.i386.rpm > >Hmm .. not sure why, this worked fine on my other Fedora Boxes. > >Can you tell me why I can't force install ? >Or how I can make it ignore dependencies? > Use the --nodeps switch. This will instruct rpm to ignore dependencies. -- Shawn