Jump to content

[SOLVED] Need help with enabling php module


Recommended Posts

Hi,

I am running local host on my pc. With php 5.2 and apache 2.2. On winXP

 

I was unable to use the curl function library. It shows up fatal error, function not found, even I already uncomment the library extensions:

extension=php_curl.dll

 

I had checked all my extension path, it all correct. My mysql library function is running well too. I had checked, the php_curl.dll did existed in my /ext directory.

 

What could be the problem? Help!

  • 2 months later...

I found out the problem. Even though is a bit late. I just want to share with you guys.

 

The problem is I need to copy the two library file to C:\windows\system32\ :

libeay32.dll

ssleay32.dll

 

These two file are located on your root directory of the php folder.

 

Just copy and paste then restart. Will do.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.