I cannot find a solution for the following problem. Any help would be greatly appreciated.
Canon (unofficially) provides a printer driver for my printer for Linux. Unfortunately the RPM provided by Canon depends on libpng.so.2 . This lib is not available for Suse 10.1 as it has been replaced by libpng.so.3 . I made a symlink from libpng.so.2 to libpng.so.3 and installed the rpm with rpm --nodeps. The printer driver now works like a charm but apt always reports the broken package and refuses to install anything before I resolve the problem.
So my question is: How can I remove this dependency for either my RPM database or from the original RPM?
Thanks a lot!
Canon (unofficially) provides a printer driver for my printer for Linux. Unfortunately the RPM provided by Canon depends on libpng.so.2 . This lib is not available for Suse 10.1 as it has been replaced by libpng.so.3 . I made a symlink from libpng.so.2 to libpng.so.3 and installed the rpm with rpm --nodeps. The printer driver now works like a charm but apt always reports the broken package and refuses to install anything before I resolve the problem.
So my question is: How can I remove this dependency for either my RPM database or from the original RPM?
Thanks a lot!