Advertisement

1 - 10 of 12 containing alltags:("libcurl") (0 seconds)
Hi experts, Can anyone tell me how to make the following curl call using a libcurl POST? #curl -d "<root><item>1</item><item>2</item></root>" --cert cert.pem:password --cacert root.pem https:...
Zones: C++Date Answered: 03/07/2006 Grade: B Views: 0
Ok I want the script to access http://www.example.com/index.php. Once it accesses it I want to get the redirected URL, so it if redirects to http://ww.example.com/main.php then  $remote_url_redir...
Zones: PHPDate Answered: 12/28/2003 Grade: B Views: 0
I'm using the libcurl library with Perl, and have a need to use multiple curl handles. For example: ----- #!/wms/bin/perl use WWW::Curl::easy; my $curl1 = WWW::Curl::easy->new(); my $cur...
Zones: PerlDate Answered: 03/04/2005 Grade: B Views: 5
Does anyone have a simpe PERL script that calls libcurl command and print the output.
Zones: CGI, Programming, PerlDate Answered: 07/26/2007 Grade: A Views: 28
Does anyone LWP capbilities when it comes to using it as HTTP client. Is it easier or better the CURL/LIBCURL? I am trying to decide between using LIBCURL and LWP in perl scripts to communicate ...
Zones: CGI, Programming, PerlDate Answered: 08/12/2007 Grade: A Views: 0
OK, this applies to both OS: windows and linux. i'm trying to open a URL, and display its contents on the console. much like wget would do, only simpler. basically i need some code to perform...
Zones: CDate Answered: 11/02/2004 Grade: A Views: 0
Hello, I'm using libcurl within my C program to check the status the site when I make the url request. The problem that I'm having is that I can't figure out how to get it to a error if the site...
Zones: C, C++Date Answered: 04/13/2008 Grade: A Views: 0
When I try to compile and application using the libcurl, I get an "Unresolved external" error. example: [Linker Error] Unresolved external '_curl_easy_init' referenced from C:\--file structure-...
Zones: CDate Answered: 02/11/2003 Grade: B Views: 0
I'm using libcurl in my perl application to download some web sites. I need to know what IP address those web sites resolve to, to know the specific IP that my curl code is hitting. Is there any wa...
Zones: PerlDate Answered: 06/22/2006 Grade: B Views: 0
Hi! Apparently I don't have libcurl support in PHP. The function curl_init() does not work. I'm sure I have libcurl installed, but not enabled for php. I'm wondering if anyone knows what to d...
 
Related Solutions:
libcurl install via apt-get

Hi, I did apt-get install php5-curl. And it did all the stuff it looks like it's supposed to do...

Tags: libcurl, curl, php5, apt, apt-get | Rating: 9.2
 
Zones: PHPDate Answered: 10/10/2006 Grade: A Views: 23