-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I m developing a c program using libcurl.
when I build my program I can use different version of libcurl.
When I change from version to other (of libcurl) I have to change some blocks in my source code to adapt it to the libcurl version.
I'm looking to add macro in my code which will check the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm having an issue with the size of the .lib when I compile libcurl. It's 1.6 MB and the sample program they have is alround 300 KB.
I downloaded the latest version (curl-7.20.0) and opened the project file from the lib directory in visual studio 2008. In the project properties I set /MT and compiled…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I am planning to use libcurl in my project. I had downloaded the library source,built and integrated it in a small POC application. I am able to build and run the application without any issues with the generated libcurl.dll and libcurl_imp.lib files. Now when I integrate the same library in…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I'm trying to use the Solr PHP extension on the recently-upgraded Debian Wheezy. It installs both from PECL and from sources flawlessly but instead of giving me expected functionality it gives me this on every PHP run:
PHP Warning: PHP Startup: Unable to load dynamic library
'/usr/lib/php5/20100525/solr…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hello! Ive done a fair ammount of googling but didnt find any answers yet so I decided to ask here.
I need to do some programming with PHP and Google Checkout. I need to install libcurl and libxml on a server running WAMP, but being a Linux user myself I have no idea how to install these libs.
Has…
>>> More