Page 1 of 1

Xampp 1.8.1 extension=php_snmp.dll Apache crash

PostPosted: 04. January 2013 11:30
by hawkmaster
Hello
I have installed (win 7 32bit) new XAMPP 1.8.1. (also installed the Microsoft Visual C++ 2008 Redistributable package)
If I enable the extension=php_snmp.dll, the Apache service will not start

Any idea what is wrong with SNMP ?

regards
Hawk

Re: Xampp 1.8.1 extension=php_snmp.dll Apache crash

PostPosted: 15. January 2013 11:28
by Neo-Fx
Hello,
I have the same concern on a Windows Server 2008 with XAMPP 1.8.1.

Unable to use class (SNMP php_snmp.dll).
Someone has a solution?

Re: Xampp 1.8.1 extension=php_snmp.dll Apache crash

PostPosted: 16. January 2013 12:50
by hawkmaster
Hello,
I have also asked in the German forum.
The problem was also in the old versions of XAMPP
I think there was a problem with compiling with the VC9 version

regards
hawk

Re: Xampp 1.8.1 extension=php_snmp.dll Apache crash

PostPosted: 26. January 2013 18:32
by alphp
Hello, the problem is OpenSSL versiĆ³n:
  • PHP uses OpenSSL 0.9.8x
  • Apache uses OpenSSL 1.0.1c
This causes Apache crash.
Replace Apache with OpenSSL 0.9.8x from Apache Lounge:
http://www.apachelounge.com/download/win32/binaries/httpd-2.4.3-win32-ssl_0.9.8.zip

Regards

Re: Xampp 1.8.1 extension=php_snmp.dll Apache crash

PostPosted: 29. January 2013 04:55
by JonB
alphp has the correct info -