I've compiled php 4.0.6 with snmp support. But when i execute the following piece of code i get segmentation fault. What's wrong ??
$x = snmpwalk("127.0.0.1", "public", "");
btw I'm using RH Linux 7.2 with manually compiled php.
I even changed the snmp server address to point to my router and the community to my router community but i got the same error.
kancha.