Displaying 4 results from an estimated 4 matches for "init_snmp".
2011 Jan 28
2
SNMP And SuSE
...braries not found, required for
SNMP drivers"
The claim that the library doesn't exist is incorrect. The library
is properly installed, as demonstrated by the "net-snmp-config"
command. Rather, configure fails because the configure step that
checks "for ac_func in init_snmp" fails to compile properly. Even
if the library is properly installed, the compile fails and configure
assumes that the library isn't present. Incidentally, the installed
library does include the "init_snmp" entry point.
The configure code in question reads like this:
ac_f...
2005 Aug 17
0
Re: Problems compiling snmp-ups on Solaris
...snmp-ups.o
> snmp_sess_error snmp-ups.o
> snmp_free_pdu snmp-ups.o
> snmp_add_null_var snmp-ups.o
> snmp_add_var snmp-ups.o
> snmp_sess_init snmp-ups.o
> init_snmp snmp-ups.o
> read_objid snmp-ups.o
> snmp_open snmp-ups.o
> ld: fatal: Symbol referencing errors. No output written to snmp-ups
> collect2: ld returned 1 exit status
> make[1]: *** [snmp-ups] Error 1
> ma...
2014 Oct 09
3
configure: error: "Net-SNMP Libraries not found, required for SNMP drivers"
...ound
checking for Net-SNMP cflags... -DNETSNMP_ENABLE_IPV6 -xO3 -m32
-xarch=pentium_pro -xchip=pentium_pro -Dsolaris2=solaris2 -I/opt/csw/include
-I/opt/csw/include -I/opt/csw/include
checking for Net-SNMP libs... L/opt/csw/lib l/libnetsnmp
checking for net-snmp/net-snmp-config.h... no
checking for init_snmp... no
checking for libusb version via pkg-config... checking via libusb-config...
none found
checking for libusb cflags...
checking for libusb ldflags... -lusb
checking for usb.h... no
checking for usb_init... no
checking for libneon version via pkg-config (0.25.0 minimum required)...
none found
ch...
2015 Feb 13
1
Error installing Nut 2.7.2 on RedHat 6.6
...library containing pthread_create... -lpthread
checking for socklen_t... yes
checking for --with-all... not given
checking for Net-SNMP version via net-snmp-config... none found
checking for Net-SNMP cflags...
checking for Net-SNMP libs...
checking for net-snmp/net-snmp-config.h... no
checking for init_snmp... no
checking for libusb version via pkg-config... 0.1.12 found
checking for libusb cflags...
checking for libusb ldflags... -lusb
checking for usb.h... yes
checking for usb_init... yes
checking for usb_detach_kernel_driver_np... yes
checking for libneon version via pkg-config (0.25.0 minimum requ...