[PHP-DEV] Re: [PHP-BETA] New tarball rolled at 11AM EST From: Sascha Schumann (sas <email protected>)
Date: 12/20/98

On Sun, 20 Dec 1998, Rasmus Lerdorf wrote:

> Ok, here is another try. Please test it if you have time.
>
> http://ca.php.net/php-3.0.6.tar.gz
>
> -Rasmus
>

I just noticed that cmu-snmp-linux-3.5 installs its includes in
$dir/include/snmp, so a patch like the following could be appropiate:

--- ../php3/configure.in Sat Dec 19 16:54:04 1998
+++ configure.in Sun Dec 20 18:13:41 1998
@@ -1123,10 +1123,12 @@
        if test "$withval" = "yes"; then
                SNMP_INCDIR=/usr/local/include
                test -d /usr/local/include/ucd-snmp && SNMP_INCDIR=/usr/local/include/ucd-snmp
+ test -d /usr/local/include/snmp && SNMP_INCDIR=/usr/local/include/snmp
                SNMP_LIBDIR=/usr/local/lib
        else
                SNMP_INCDIR=$withval/include
                test -d $withval/include/ucd-snmp && SNMP_INCDIR=$withval/include/ucd-snmp
+ test -d $withval/include/snmp && SNMP_INCDIR=$withval/include/snmp
                SNMP_LIBDIR=$withval/lib
        fi
     SNMP_INCLUDE=-I$SNMP_INCDIR

          Regards,
                                                                                
                            Sascha Schumann |
                                 Consultant | finger sas <email protected>
                                            | for PGP public key

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>