Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: CPAN module compile error: LWP::Curl

by syphilis (Archbishop)
on Jul 19, 2017 at 23:57 UTC ( [id://1195540]=note: print w/replies, xml ) Need Help??


in reply to CPAN module compile error: LWP::Curl

I've downloaded curl both for Windows and for Cygwin directly from the source, https://curl.haxx.se/download.html, but have not seen the libcurl.pc file in either of them

You've downloaded the Curl source - but you won't get a libcurl.pc (or an actual Curl library) until that source is compiled.
One alternative is to install a Curl library that has already been built.
UPDATE: Correcting myself, it's possible that this is what you've already done, but that the pc file is not provided.


Unfortunately, huck's suggestion of (sudo apt-get install libcurl3-dev) is not going to help much on Windows and Cygwin.
For Cygwin, there should already be such a library available for installation using setup.exe.

For Windows (Active Perl and Strawberry Perl) you can install the LWP-Curl-0.14 module via PPM:
ppm install http://www.sisyphusion.tk/ppm/LWP-Curl.ppd --force
URI is a prerequisite. If you don't have that module installed you can install it with either:
cpan -i URI or ppm install http://www.sisyphusion.tk/ppm/URI.ppd --force
Installing with PPM means that you don't have to bother installing the Curl library.
LWP::Curl PPM packages for perl-5.26 have not yet been built and uploaded, but I can rectify that fairly smartly if necessary.

If you really want to build the module yourself, start with installing the Curl library, and set the PKG_CONFIG_PATH environment variable to the location of libcurl.pc.
And get back to us with any issues that arise.

Cheers,
Rob

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1195540]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2024-04-19 20:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found