I can\'t seem to get php4 working with ucd-snmp-4.1.2 or 4.2. Everything compiles makes and installs without problems, but when I try to start httpd, it says that it can\'t do liphp4.so because undefined function: snmp_add_var
here is my config:
./configure
--prefix=/usr
--with-apxs=/usr/sbin/apxs
--with-gd
--with-gettext
--with-config-file-path=/etc/httpd
--with-exec-dir=/usr/bin
--with-zlib
--enable-magic-quotes
--with-regex=system
--with-ttf=/usr/lib/libttf.so
--enable-track-vars
--enable-xml
--with-interbase=shared
--with-pgsql=shared
--with-ldap
--with-imap
--with-swf=/home/install/dist-swf-99
--with-jpeg-dir=/home/install/jpeg-6b
--with-png-dir=/home/install/libpng-1.0.9
--with-tiff-dir=/home/tiff-v3.5.6-beta
--with-zlib-dir=/home/install/zlib-1.1.3
--with-pdflib=/home/install/pdflib-3.03
--with-oci8=/home/install/oraclei8
--with-snmp=/home/install/ucd-snmp-4.2
--enable-ucd-snmp-hack
linux distribution (redhat6.2)