>" Fatal error: Call to undefined function: snmpwalk() ..."  ... and this 
>for all snmp functions.

This means that the --with-snmp part of ./configure didn't really work.

Go back and do the ./configure again, only like this:

./configure --with-snmp ... 2>&1 > configure.output &

You can use:

tail -f configure.output

to watch the messages go by (control-c to exit)

But you'll have a permanent record of what happened, and you can use vi or
joe or pico to look at it and search for 'snmp' and/or 'SNMP' to see what
happened.

-- 
Like Music?  http://l-i-e.com/artists.htm


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to