I have Ubuntu 17.10. My kernel version is 4.14.21-041421-generic.
I have downloaded HPLIP 3.17.11 run file from the website.
Unfortunately I am unable to compile it. After running the .run
file, it starts ./configure
, which throws an error regarding net-snmp
.
In particular, these are the last lines of configure:
checking for cups ppd install... no
checking for foomatic-rip-hplip install... no
checking for qt5... no
checking for qt4... yes
checking for qt3... no
checking for policykit... no
checking for host machine platform... x86_64
checking for CRYPTO_free in -lcrypto... no
configure: error: cannot find net-snmp support (or --disable-network-build)
SNMP is installed:
snmp is already the newest version (5.7.3+dfsg-1.7ubuntu1).
and libsnmp-dev
is also installed (version 5.7.3).