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
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
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:
.
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
>" 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:
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
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
7 matches
Mail list logo