Page 1 of 1

precompiled snmp or an easy way to get it working.

PostPosted: 25. October 2006 15:18
by icetoad
I need to get the snmp module working in the lampp install for my network monitoring software to work. I have the latest release of lampp and the developer edition installed and working.

I downloaded the source for php and tried to compile it but it seems when lampp was compiled, they had more stuff than i have installed and its kind of a ghost chase trying to figure out what i am missing now. I am stuck on this:

Code: Select all
checking for InterBase support... yes, shared
checking for isc_detach_database in -lfbclient... no
checking for isc_detach_database in -lgds... no
checking for isc_detach_database in -lib_util... no
configure: error: libgds, libib_util or libfbclient not found! Check config.log for more information.


If you have the snmp.so file precompiled with lampp that would be awesome, if not, a little help with what software i am missing now would be fantastic!

Thanks!