From:             [EMAIL PROTECTED]
Operating system: Linux Cobalt
PHP version:      4.0.6
PHP Bug Type:     SNMP related
Bug description:  ucd-snmp include directory not found

The configuration and make process fails to find mib.h when ucd-snmp is
install in the default location of
/usr/local.  In particular the configuration looks every where BUT
/usr/local/include/ucd-snmp for the 
necessary headers. 

The simple work around of course is to add a symbolic link:

cd /usr/local/include
ln -s ucd-snmp snmp

and/or then specify:

--with-snmp=/usr/local

But thats nusance to remember late at night, especially for a module that
goes out of its way to include every
thing and the kitchen sink (one might think it was Perl).
-- 
Edit bug report at: http://bugs.php.net/?id=13821&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to