I need an up-to-date hplip which supports my mfp. The install fails with 'Cannot find net-snmp support' after it has reported a timeout in -lnetsnmp. What package do I need to resolve this?
Anne
On Jan 21, 2008 7:59 AM, Anne Wilson cannewilson@googlemail.com wrote:
I need an up-to-date hplip which supports my mfp. The install fails with 'Cannot find net-snmp support' after it has reported a timeout in -lnetsnmp. What package do I need to resolve this?
yum list '*snmp*' will show you
net-snmp.i386 1:5.3.1-19.el5_1.3 installed net-snmp-devel.i386 1:5.3.1-19.el5_1.3 installed net-snmp-libs.i386 1:5.3.1-19.el5_1.3 installed net-snmp-utils.i386 1:5.3.1-19.el5_1.3 installed
While I have them installed, you're likely missing net-snmp-devel.
On Monday 21 Jan 2008, Jim Perrin wrote:
On Jan 21, 2008 7:59 AM, Anne Wilson cannewilson@googlemail.com wrote:
I need an up-to-date hplip which supports my mfp. The install fails with 'Cannot find net-snmp support' after it has reported a timeout in -lnetsnmp. What package do I need to resolve this?
yum list '*snmp*' will show you
net-snmp.i386 1:5.3.1-19.el5_1.3 installed net-snmp-devel.i386 1:5.3.1-19.el5_1.3 installed net-snmp-libs.i386 1:5.3.1-19.el5_1.3 installed net-snmp-utils.i386 1:5.3.1-19.el5_1.3 installed
While I have them installed, you're likely missing net-snmp-devel.
Thanks. As you guessed, I didn't have the devel package installed. It's downloading now. Although I've used Fedora in the past I'm a little rusty on the commands, and forgotten listing with wild-cards.
Anne