Processing Dependency: libImageProcessor.so()(64bit) for package: hplipfull-3.21.6-0.x86_64

Asked by Shahrukh

Hi

I am running Redhat enterprise Linux 7.9. Downloaded the hplip rpm package hplip-3.21.6-RHEL7-x86_64.rpm and trying to install but it is failing on the below packages:

rpm -ivh hplip-3.21.6-RHEL7-x86_64.rpm
error: Failed dependencies:
        libImageProcessor.so()(64bit) is needed by hplipfull-3.21.6-0.x86_64
        libImageProcessor.so(VERS_1.0)(64bit) is needed by hplipfull-3.21.6-0.x86_6

I am unable to install this package. I tried installing from yum and it gave the error on the above packages. we have numerous HP Laserjet check printers in our PROD environment. We are moving from Linux 6 to Linux 7, on linux 6 hplip is working fine but on the new version with new package it is not working

Regards
shahrukh

Question information

Language:
English Edit question
Status:
Solved
For:
HPLIP Edit question
Assignee:
No assignee Edit question
Solved by:
Shahrukh
Solved:
Last query:
Last reply:
Revision history for this message
George Brownfield (gbrownfield-mda) said :
#1

Same issue here - I've seen others suggest --nodeps or -force

Revision history for this message
Shahrukh (shahrukhyasin) said (last edit ):
#2

Hi George

I did the following and it worked perfectly, i am now able to configure the drivers through HPLIP (hp-setup) and also with system-config-printer because some of the printers hplip was not detecting, so it is working, use the exact same steps:

 Install the hplip package using yum

• Yum install hplip-gui --> It will install the 3.15.9 version. Hp-setup will be unable to discover all the HP printer drivers, so do the following
• yum install libavahi-core.so.7
• yum install libavahi-core.so.7*64*

Note: The above package is needed to run the hplip in GUI mode using XMING..One more thing;

1. Install hp-plugin as non root user, there are certain printers of HP uses plugin as well:

• hp-plugin -i --> make sure the internet is working, and once the plugin is downloaded then disconnect the server from the internet.

• rpm -ivh hplip-3.21.6-RHEL7-x86_64.rpm
error: Failed dependencies:
        libImageProcessor.so()(64bit) is needed by hplipfull-3.21.6-0.x86_64
        libImageProcessor.so(VERS_1.0)(64bit) is needed by hplipfull-3.21.6-0.x86_64

Note: run the below command and ignore the above error

• rpm -ivh --force --nodeps hplip-3.21.6-RHEL7-x86_64.rpm

Preparing... ################################# [100%]
Updating / installing...
   1:hplipfull-3.21.6-0 ################################# [100%]

Thank You

Regards
Shahrukh