Date: 12/20/98
- Next message: Sascha Schumann: "[PHP-DEV] Re: [PHP-BETA] New tarball rolled at 11AM EST"
- Previous message: Sascha Schumann: "Re: [PHP-DEV] addslashes' speed"
- In reply to: Rasmus Lerdorf: "[PHP-DEV] New tarball rolled at 11AM EST"
- Next in thread: Sascha Schumann: "[PHP-DEV] Re: [PHP-BETA] New tarball rolled at 11AM EST"
- Reply: Sascha Schumann: "[PHP-DEV] Re: [PHP-BETA] New tarball rolled at 11AM EST"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Sascha Schumann: "[PHP-DEV] Re: [PHP-BETA] New tarball rolled at 11AM EST"
- Previous message: Sascha Schumann: "Re: [PHP-DEV] addslashes' speed"
- In reply to: Rasmus Lerdorf: "[PHP-DEV] New tarball rolled at 11AM EST"
- Next in thread: Sascha Schumann: "[PHP-DEV] Re: [PHP-BETA] New tarball rolled at 11AM EST"
- Reply: Sascha Schumann: "[PHP-DEV] Re: [PHP-BETA] New tarball rolled at 11AM EST"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

