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!

Link to comment
Share on other sites

  • 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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.