ID: 7713 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: SNMP related Assigned To: Comments: No feedback --> closed. (considered problem solved) --Jani Previous Comments: --------------------------------------------------------------------------- [2000-12-05 18:37:14] [EMAIL PROTECTED] You haven't compiled snmp as shared extension for PHP. Put a ; in front of the extension=snmp.so in php.ini. Check that you have /usr/local/lib in /etc/ld.so.conf (if it isn't add it and run ldconfig). Then try to start apache again. --Jani --------------------------------------------------------------------------- [2000-12-05 13:48:21] [EMAIL PROTECTED] Ooops, getting tired.....: libsnmp.so is in /usr/local/lib as you'd expect. Changed extension_dir back to /usr/local/lib, but same problem: "/usr/local/lib/snmp.so: cannot open shared object file: no such file or directory in Unknown on line 0'. --------------------------------------------------------------------------- [2000-12-05 13:38:20] [EMAIL PROTECTED] For some reason, php stopped compiling altogether --with-snmp. (perhaps due to attempting compile with most recent version of ucd-snmp?). So...... Followed previous instructions, plus I recompiled ucd-snmp with --enable-shared After this, php compiled fine with: --with-apxs --with-pgsql --with-snmp. The extension_dir was not looking in the right place for snmp.so, so I set extension_dir in php.ini to "/usr/share/snmp" (location of snmp.so). However, on restarting Apache, error in /var/log/httpd/error.log: PHP Warning: Unable to load dynamic library '/usr/share/snmp.so' - /usr/share/snmp/snmp.so: cannot open shared object file: No such file or directory in Unknown on line 0. [Repeated again] Thanks... --------------------------------------------------------------------------- [2000-12-04 12:30:39] [EMAIL PROTECTED] Where is the snmp.so located in your system? Is the path of it in /etc/ld.so.conf ?? If not, add it and run ldconfig. --Jani --------------------------------------------------------------------------- [2000-12-04 12:28:20] [EMAIL PROTECTED] when restarting apache: PHP Warning: Unable to load dynamic library './snmp.so' - ./snmp.so: cannot open shared object file: No such file or directory in Unknown on line 0. hope that helps! --------------------------------------------------------------------------- The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online. Full Bug description available at: http://bugs.php.net/?id=7713 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]