i wanted to add SNMP to my running DA.
But i stumbled onto some problems.
First off:
It is a Debian 3.1 unstable box with the latest DA.
SNMP version: NET-SNMP version: 5.2.2
PHP version: 4.4.2 (DA)
I've edited the configure file with the following:
Hopefully someone could shed some light on this.. I've attached the errors i got on my screen.. if the config.log is needed let me know!
But i stumbled onto some problems.
First off:
It is a Debian 3.1 unstable box with the latest DA.
SNMP version: NET-SNMP version: 5.2.2
PHP version: 4.4.2 (DA)
I've edited the configure file with the following:
I've added the snmp + openssl + openssl-dir, hoping that would fix the problem. But sadly it didn't..#!/bin/sh
./configure \
--with-apxs2 \
--with-curl \
--with-curl-dir=/usr/local/lib \
--with-gd \
--with-gd-dir=/usr/local/lib \
--with-gettext \
--with-jpeg-dir=/usr/local/lib \
--with-kerberos \
--with-mcrypt \
--with-mhash \
--with-mysql=/usr/local/mysql \
--with-pear \
--with-png-dir=/usr/local/lib \
--with-xml \
--with-zlib \
--with-zlib-dir=/usr/local/lib \
--with-zip \
--with-snmp=/usr/include/linux \
--with-openssl \
--with-openssl-dir=/usr/include/openssl \
--enable-bcmath \
--enable-calendar \
--enable-ftp \
--enable-magic-quotes \
--enable-sockets \
--enable-track-vars \
--enable-mbstring \
--enable-memory-limit
Hopefully someone could shed some light on this.. I've attached the errors i got on my screen.. if the config.log is needed let me know!