Error message on running phpinfo();?

 
Post new topic   Reply to topic    Aprelium Forum Index -> FastCGI/CGI
View previous topic :: View next topic  
Author Message
larenm
-


Joined: 30 Jul 2003
Posts: 1

PostPosted: Wed Jul 30, 2003 7:50 pm    Post subject: Error message on running phpinfo();? Reply with quote

I'm running abyss web server on Win NT 4. Loaded php to get cgi scripts to run. I haven't had any luck getting my script to run. It's a simple message board script I'm adding to a web page. All that happens is the cgi script dumps out to the web page when you access it.

I tried running the phpinfo()?; script and got the following error on the web server -

The dynamic link library SSLEAY32.dll could not be found in the specified path c:\program files\php;c:\winnt\System32;c:\winnt\system;c:\winnt;c:\winnt\system32;c:\winnt.

I searched for ssleay32.dll and was not able to locate it.

Is this a required file?
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Thu Jul 31, 2003 6:09 pm    Post subject: Re: Error message on running phpinfo();? Reply with quote

larenm wrote:
I'm running abyss web server on Win NT 4. Loaded php to get cgi scripts to run. I haven't had any luck getting my script to run. It's a simple message board script I'm adding to a web page. All that happens is the cgi script dumps out to the web page when you access it.

I tried running the phpinfo()?; script and got the following error on the web server -

The dynamic link library SSLEAY32.dll could not be found in the specified path c:\program files\php;c:\winnt\System32;c:\winnt\system;c:\winnt;c:\winnt\system32;c:\winnt.

I searched for ssleay32.dll and was not able to locate it.

Is this a required file?

As far as we know, this file is required if you use the OpenSSL extension of PHP. If you do not need this extension, open your php.ini file and comment the line:
Code:

;extension=php_openssl.dll

by adding a ; in front of it.

If this does not help you, you can get the missing DLL from the Windows ZIP package of PHP.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> FastCGI/CGI All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group