Re: [PHP-BETA] New tarball rolled at 11AM EST

[email protected] (Sascha Schumann) Sun, 20 Dec 1998 18:16:22 +0100 (MET)
Newsgroups php.beta,php.dev
Message-ID <[email protected]>
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 [email protected]
                                            | for PGP public key


--
PHP Beta Testers' Mailing List   http://www.php.net/
To unsubscribe send an empty message to [email protected]
List administrator:  [email protected]