|
I'm attempting to install SNMP-5.0301002 on RedHat Enterprise Linux 4 which has net-snmp-5.1.2-11.EL4.7 pre-installed. It fails in the t/conf.t test indicating I need to use --enable-shared. I then installed net-snmp-5.3.1 with:
./configure --prefix=/usr --enable-shared
and still get the same failure.
Suggestions? |