Hi,
I have a problem with net-snmp during the configuration,it not found the library. (RedHat 5 / 64 bits)
./configure --enable-server --with-postgresql --with-net-snmp=/usr/bin/net-snmp-config
Result :
checking for main in -lnetsnmp... no
configure: error: Not found NET-SNMP library
i well install net-snmp-devel and tcp_wrappers-devel (tcpd-devel) and i locate my library
/usr/bin/net-snmp-config --libs
-L/usr/lib64 -L/usr/lib64 -lnetsnmp -lcrypto -lm -L/usr/lib64/lib -lwrap
ls -la /usr/lib64/libnetsnmp.*-rw-r--r-- 1 root root 1349992 Jul 22 2011 /usr/lib64/libnetsnmp.a
lrwxrwxrwx 1 root root 20 Jun 8 12:38 /usr/lib64/libnetsnmp.so -> libnetsnmp.so.10.0.3
lrwxrwxrwx 1 root root 20 Jun 8 11:18 /usr/lib64/libnetsnmp.so.10 -> libnetsnmp.so.10.0.3
-rwxr-xr-x 1 root root 608712 Jul 22 2011 /usr/lib64/libnetsnmp.so.10.0.3
I changed too CFLAGS / CPPFLAGS / LDFLAGS but i have still the same problem ...
if someone have a idea ... i need help ^^"
I have a problem with net-snmp during the configuration,it not found the library. (RedHat 5 / 64 bits)
./configure --enable-server --with-postgresql --with-net-snmp=/usr/bin/net-snmp-config
Result :
checking for main in -lnetsnmp... no
configure: error: Not found NET-SNMP library
i well install net-snmp-devel and tcp_wrappers-devel (tcpd-devel) and i locate my library
/usr/bin/net-snmp-config --libs
-L/usr/lib64 -L/usr/lib64 -lnetsnmp -lcrypto -lm -L/usr/lib64/lib -lwrap
ls -la /usr/lib64/libnetsnmp.*-rw-r--r-- 1 root root 1349992 Jul 22 2011 /usr/lib64/libnetsnmp.a
lrwxrwxrwx 1 root root 20 Jun 8 12:38 /usr/lib64/libnetsnmp.so -> libnetsnmp.so.10.0.3
lrwxrwxrwx 1 root root 20 Jun 8 11:18 /usr/lib64/libnetsnmp.so.10 -> libnetsnmp.so.10.0.3
-rwxr-xr-x 1 root root 608712 Jul 22 2011 /usr/lib64/libnetsnmp.so.10.0.3
I changed too CFLAGS / CPPFLAGS / LDFLAGS but i have still the same problem ...
if someone have a idea ... i need help ^^"
Comment