hplip 3.20.9 compile fails on Ubuntu 18.04 server with "/usr/bin/ld: cannot find -lImageProcessor"
Trying to install hplip 3.20.9 on a Raspberry Pi 3B running Ubuntu Server 18.04.
After choosing the configuration options from the hplip-3.20.9.run script, the make command fails with "error: 'make' command failed with status code 2"
Tried running the installer with "python3 ./installer -g" and capturing the debug output.
The make process is failing with the following output:
libtool: link: g++ -DAPDK_
/usr/bin/ld: skipping incompatible ./prnt/
/usr/bin/ld: cannot find -lImageProcessor
collect2: error: ld returned 1 exit status
Makefile:5511: recipe for target 'hpcups' failed
make: *** [hpcups] Error 1
[0m
[31;01merror: 'make' command failed with status code 2
I've tried this script on DietPi, Debian 10.6, and Ubuntu 18.04 Server without success.
Any suggestions would be welcome.
Thanks.
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- HPLIP Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Manfred Hampl
- Solved:
- 2020-10-15
- Last query:
- 2020-10-15
- Last reply:
- 2020-10-12
|
#1 |
As far as i know ImageProcessor is a proprietary piece of software from HP whose source is not publicly available, and the precompiled libImageProcess
see Bug #1785230
Thanks Manfred Hampl, that solved my question.
So much for making a Raspberry Pi into a scanner server...