473,785 Members | 2,484 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

cUrl on Windows install: "The specified module could not be found."

Hi,

I'm running PHP 5.2.3 on Windows 2000 Server with IIS 5. I'm trying
to get cUrl working, so in my php.ini file, I have this line:

extension_dir ="F:\PHP\ext "

And later, I have:

extension=php_c url.dll

The file F:\PHP\ext\php_ curl.dll exists, but when I try to run any PHP
script, I get this in the error log:

PHP Warning: PHP Startup: Unable to load dynamic library 'F:\PHP\ext
\php_curl.dll' - The specified module could not be found.
in Unknown on line 0

Googling hasn't helped; do you have any ideas? I don't know what I
should test to debug this one. Thanks!

Derek
Aug 11 '08 #1
12 7464
dkurth wrote:
Hi,

I'm running PHP 5.2.3 on Windows 2000 Server with IIS 5. I'm trying
to get cUrl working, so in my php.ini file, I have this line:

extension_dir ="F:\PHP\ext "

And later, I have:

extension=php_c url.dll

The file F:\PHP\ext\php_ curl.dll exists, but when I try to run any PHP
script, I get this in the error log:

PHP Warning: PHP Startup: Unable to load dynamic library 'F:\PHP\ext
\php_curl.dll' - The specified module could not be found.
in Unknown on line 0

Googling hasn't helped; do you have any ideas? I don't know what I
should test to debug this one. Thanks!

Derek
Derek,

Do you have libcurl version 7.10.5 or higher installed on your system?
Is it accessible to the IIS user (i.e. in the PATH statement,
permissions set properly, etc.)?

--
=============== ===
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attgl obal.net
=============== ===

Aug 11 '08 #2
Do you have libcurl version 7.10.5 or higher installed on your system?
Is it accessible to the IIS user (i.e. in the PATH statement,
permissions set properly, etc.)?
I'm not sure how to tell (if it's installed or, if so, what version I
have). I assumed that libcurl comes with the Windows PHP install, but
it's not listed when I run phpinfo(); should it be?

Thanks,
Derek
Aug 11 '08 #3
No, it doesn't come with Windows. You need to install it yourself.
This is not the same as OpenSSL - they are two different products.

And it's not the php_curl.dll I'm asking about the version - it's libcurl.
Fair enough. To install libcurl, I googled for: install libcurl
windows.

The first result was: http://curl.haxx.se/libcurl/php/install.html

Scrolling down to the Windows section of the install instructions, I
see that installing PHP/CURL for Windows *should* be a simple matter
of removing the semi-colon in this line from my php.ini:

;extension=php_ curl.dll

It says that when that semi-colon is removed, "libcurl is statically
linked in" -- I take it from this that either (1) libcurl and
php_curl.dll are the same thing, or (2) php_curl.dll contains or links
to libcurl in some way.

(It goes on to say that I need to put libeay32.dll and ssleay32.dll in
the c:\winnt\system 32 directory, which I did.)

Anyway, all that to say: I clearly don't know what libcurl is or how
to install it if the above is not correct! How can I find out if it's
installed and what version?

Thanks again!
Derek
Aug 11 '08 #4
dkurth wrote:
>No, it doesn't come with Windows. You need to install it yourself.
This is not the same as OpenSSL - they are two different products.

And it's not the php_curl.dll I'm asking about the version - it's libcurl.

Fair enough. To install libcurl, I googled for: install libcurl
windows.

The first result was: http://curl.haxx.se/libcurl/php/install.html

Scrolling down to the Windows section of the install instructions, I
see that installing PHP/CURL for Windows *should* be a simple matter
of removing the semi-colon in this line from my php.ini:

;extension=php_ curl.dll

It says that when that semi-colon is removed, "libcurl is statically
linked in" -- I take it from this that either (1) libcurl and
php_curl.dll are the same thing, or (2) php_curl.dll contains or links
to libcurl in some way.

(It goes on to say that I need to put libeay32.dll and ssleay32.dll in
the c:\winnt\system 32 directory, which I did.)

Anyway, all that to say: I clearly don't know what libcurl is or how
to install it if the above is not correct! How can I find out if it's
installed and what version?

Thanks again!
Derek
No, libcurl is NOT the same as php_curl. php_curl is a link between the
PHP code and the curl libraries.

I installed libcurl several releases ago, and at that time php_curl did
not include libcurl. And I still don't think it does.

--
=============== ===
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attgl obal.net
=============== ===

Aug 11 '08 #5
Do you know how I can find out if libcurl is installed and (if so)
what version I have?
Aug 12 '08 #6
dkurth wrote:
Do you know how I can find out if libcurl is installed and (if so)
what version I have?
Did you install it? If not, it won't be there.

Of course, you could always search your disk for libcurl.dll.

--
=============== ===
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attgl obal.net
=============== ===

Aug 12 '08 #7
Okay, then I do not have libcurl installed. Where can I get it / how
can I install it?

Thanks,
Derek
Aug 13 '08 #8
dkurth wrote:
Okay, then I do not have libcurl installed. Where can I get it / how
can I install it?

Thanks,
Derek
Did you google for it?

--
=============== ===
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attgl obal.net
=============== ===

Aug 13 '08 #9
Did you google for it?

Yes:

To install libcurl, I googled for: install libcurl windows.

The first result was: http://curl.haxx.se/libcurl/php/install.html

Scrolling down to the Windows section of the install instructions, I
see that installing PHP/CURL for Windows *should* be a simple matter
of removing the semi-colon in this line from my php.ini:

;extension=php_ curl.dll

But that didn't work.
Aug 13 '08 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
2370
by: Pino | last post by:
Hi to all. I would like to run .NET application without install the framework on my computer. This is a requirement for my application because it will downloaded from the internet. I know there are various "compilers" which link all the assemblies of a project and embed the .NET Framework. Have you got any experience?
0
1413
by: rajshekar | last post by:
Hi, I have one query plz solve out. I want to intall the dotNetFramework during the installation of my WebSetup. My second requirement is Installation sheild should pop up custom screen which will ask user to select his choice. "U want to install the Framework or not ?" How to bring the Screen during the installing the setup? What steps should i follow during creation of websetup? Plz guide me.
3
2802
by: Robin Tucker | last post by:
Hiya, Just a quick question for you - if I create a Setup project for my VB.NET application, is it possible to configure the setup project to automatically install the .NET runtime if it isn't present on the target machine? I don't want to have to "launch" another installer from within my application installer - I'd rather they were "integrated" into a single installation. Any ideas?
5
4529
by: funkyj | last post by:
I love pexpect because it means I may never have to use expect again (I don't do any heavy expect lifting -- I just need simple tty control)! As a python advocate I find it embarassing how difficult it is do the following in python (without pexpect): - logon to a remote system using ssh - do an 'ls' and exit the remote shell - print the output from the remote shell session.
0
881
by: djc | last post by:
Do I really have to install the SDK (on all my client machines) just to use the GUI config for the 2.0 framework? Can I just get the mscorcfg.msc file from one machine and use it on others? I assume there are active directory GPO's that can be used to manage configuration. I don't like creating GPO's for a handfull of machines but I also don't like the idea of having to install developer tools on user's computers.
2
2156
by: djoefish | last post by:
sequel to the topic "install patch on windows"..... I am currently running Python2.3 with Enthought on a windows PC. I have been running into a memory problem (see http://evanjones.ca/python-memory-part3.html), and would like to install a patch. I have read a lot about it online, but can't seem to find out how to do so on windows. I have a 'patch' program that works, but it only patches the source file 'obmalloc.c', which does not...
12
1763
by: vidishasharma | last post by:
Hi, I want to get the location which user selects for installaion of program using msi installer. I require this to do kind of cleanup activity if something goes wrong with the installation. Regards, Vidisha
1
1929
by: tedpottel | last post by:
Hi, I am trying to install the mechanize lib so I can use python to do webbrowseing. First I set up easy_install When I ran the script, it download the files ok, then I got these error messages sun is not reganized as a internal command I did a sercah on sun.* and the sercah came up empty, am I missing
0
3275
mickyk
by: mickyk | last post by:
Hi all, I have written a .Net Winforms application that creates a Jar applet, which will be copied to a mobile phone. The output is a Jar applet that is created by the Jar utility, which is a part of the Java SDK (JDK). In the .Net code I simply run the Jar utility. Now I need to install the created application on a different PC. Of course, the Jar.Exe file must be present on the user PC. Does that mean that the whole JDK needs to be...
0
9645
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10325
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9950
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7499
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6739
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5381
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5511
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3645
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2879
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.