Click to See Complete Forum and Search --> : missing openssl


s2j1j1b0
06-07-2007, 03:37 PM
Hello,

I am working off my development machine (my home pc) and I just loaded the php-sdkfolder in my root directory and than ran php-sdk/install.php and got this message.

INSTALLATION ERROR: One or more required PHP extensions is missing: openssl

I am not sure where to look for a fix.
Thanks in advance

-Tom-

P.S.


I have new system with Win XP

shu
06-08-2007, 08:59 AM
You need to activate the php_openssl extension. From the php.ini, you either have to uncomment or add the following line, and make sure the DLLs are in the appropriate directory:

extension=php_openssl.dll

You might have to copy some other DLLs into the Windoze's system32 directory as well. I don't remember all, but one that come off the top of my head is the libeay32.dll. Take a look at the install.txt that comes with PHP, it has a lot of info on installing extension and etc.

Cheers.

phpwizard01
06-08-2007, 11:53 AM
Tom,

You are missing the openssl module. Try here:

http://www.slproweb.com/products/Win32OpenSSL.html

Thanks,

-Jim-

-=-=-=-=-=-=-=-=-

edit by admin: no commercial links or ad text permitted on the forum, thank you.

shu
06-08-2007, 12:47 PM
Tom,

You are missing the openssl module. Try here:

http://www.slproweb.com/products/Win32OpenSSL.html

Thanks,

-Jim-

-=-=-=-=-=-=-=-=-

edit by admin: no commercial links or ad text permitted on the forum, thank you.

No, you don't need that! The PHP tarball came with all the files you need for SSL. That's a standalone application, what you need is active the SSL module for PHP.