On Thu, Feb 21, 2002 at 05:30:39PM -0500, marc lindahl wrote: > Anyone seen this? The directories it says failed exist, and I tried > changing thier ownership to user/group courier, same thing, their mod's are > 755, should be good... > > [root@dell i386]# rpm -i courier-webadmin-0.37.2-1.7.2.i386.rpm > error: failed dependencies: > /var/www/cgi-bin is needed by courier-webadmin-0.37.2-1.7.2 > /var/www/html is needed by courier-webadmin-0.37.2-1.7.2
When RPM installs a package, it does a dependency check, and it consults the RPM database. In your case, it seems that even though you have the /var/www directory structure, the RPM database doesn't think you do. What does "rpm -q apache" say? You might want to re-install your apache properly before trying to install courier-webadmin. -- Anand Buddhdev _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
