Re: [PHP-DEV] PHP 4.0 Bug #6255 Updated: can't find SNMP includes From: Joey Smith (joey <email protected>)
Date: 08/21/00

One small note to the user here:

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

Easier than copying! :)

On 19 Aug 2000, Bug Database wrote the following to php-dev <email protected> :

> ID: 6255
> Updated by: rasmus
> Reported By: jluth <email protected>
> Status: Closed
> Bug Type: Compile Failure
> Assigned To:
> Comments:
>
> Well, your expectation is wrong. PHP needs to find both library and header files. So just specifying where the header files are is useless. When you specify a path like /usr/local, PHP will poke around beneath that path looking for 'include' and 'lib' directories. Try using just --with-snmp and if that doesn't work, try --with-snmp=/usr/local
>
>
> Full Bug description available at: http://bugs.php.net/?id=6255
>
>
>

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>