Re: [PHP] Re: SNMP support on compile from source FastCGI

2007-03-26 Thread Erik Jones
On Mar 26, 2007, at 2:40 PM, Richard Lynch wrote: On Mon, March 26, 2007 1:47 am, Matt Arnilo S. Baluyos (Mailing Lists) wrote: It's strange though because I don't see an SNMP section on the result of a phpinfo(); Almost for sure you still don't have SNMP then. Check config.log to see if PH

Re: [PHP] Re: SNMP support on compile from source FastCGI

2007-03-26 Thread Richard Lynch
On Mon, March 26, 2007 1:47 am, Matt Arnilo S. Baluyos (Mailing Lists) wrote: > It's strange though because I don't see an SNMP section on the result > of a phpinfo(); Almost for sure you still don't have SNMP then. Check config.log to see if PHP found the snmp libs or not. Probably not. -- So

[PHP] Re: SNMP support on compile from source FastCGI

2007-03-25 Thread Matt Arnilo S. Baluyos (Mailing Lists)
On 3/26/07, Matt Arnilo S. Baluyos (Mailing Lists) <[EMAIL PROTECTED]> wrote: Hello everyone, I'm trying to add the SNMP module with a compile-from-source PHP 5.2.1 installation. This is on a Fedora Core 5 system with target web server being lighttpd. This is the configure script that I have: .

[PHP] Re: SNMP causing Apache to leave ports open?

2004-10-29 Thread Brad Stockdale
Greetings all, I ran into an interesting issue with PHP recently. I recompiled it to support SNMP. Once I did this, I ran into an issue where now every time an SNMP related command is used in a PHP script, Apache is leaving a UDP port open. Eventually this causes the system to run out of han

[PHP] Re: SNMP Support Problem

2002-09-05 Thread Richard Lynch
>" Fatal error: Call to undefined function: snmpwalk() ..." ... and this >for all snmp functions. This means that the --with-snmp part of ./configure didn't really work. Go back and do the ./configure again, only like this: ./configure --with-snmp ... 2>&1 > configure.output & You can use:

[PHP] Re: snmp / php / linux /error

2002-07-18 Thread David Robley
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > Iam trying to use my php file in a Linux machine. > > #!/usr/local/bin/snmp_guard.php -q > > $bat = snmpget("192.168.10.8", "pub_likt", ".1.3.6.1.4.1.2606.1.2.12.0"); > $sum = snmpget("192.168.10.8", "pub_likt", ".1.3.6.1.4.1.2606.1.2

[PHP] Re: SNMP

2001-07-24 Thread Bopolissimus Platypus
On Tue, 24 Jul 2001 07:32:37 -0500, [EMAIL PROTECTED] (Robert Covell) >Debug.log has: >/usr/local/lib/libsnmp.so: undefined reference to `EVP_DigestInit' >/usr/local/lib/libsnmp.so: undefined reference to `EVP_DigestFinal' >/usr/local/lib/libsnmp.so: undefined reference to `EVP_md5' >/usr/local/li