Comment 5 for bug 796812

Revision history for this message
Gaurav Sood (gaurav-sood) wrote :

Ray

First un-install cups 1.4.5 by running the following command as root user

    rpm -e --nodeps cups cups-common libcups2 libcups2-devel

Then first download the following four packages for mandriva 2010.2 and install the packages in the following order to avoid dependency problems. (assuming you have 32 bit sys otherwise install corresponding packages for 64 bit)

    1) rpm -Uvh libcups2-1.4.3-3.1mdv2010.1.i586.rpm
    2) rpm -Uvh cups-common-1.4.3-3.1mdv2010.1.i586.rpm
    3) rpm -Uvh libcups2-devel-1.4.3-3.1mdv2010.1.i586.rpm
    4) rpm -Uvh cups-1.4.3-3.1mdv2010.1.i586.rpm

and voila cups 1.4.3 is installed. Check wether it works and gives proper fax output. otherwise install latest hplip.

Gaurav