libcurl.so.4: cannot open shared object file: No such file or directory
ERROR: Loading network library (net.so) failed!
Press Q to shut down the server!
You don't need YUM or GCC to run a program built with GCC which was installed by YUM, but you do plainly need libcurl to run a program dynamically linked to libcurl. Try ls -l /usr/lib/libcurl* to see if you maybe have it but the wrong version.
Hi,
I'm learning libcurl so that I can use it in my GTK+/C program and went through the tutorial and code samples but it has only mentioned about POST form as the site I'm using has the GET form and only thing I found googling was using the command in xterm which I don't want. I would be very... (1 Reply)
Hello, I'm trying to use libcurl multi interface to fetch several data in parallel. I would expect this to be faster than performing repeated fetches using the easy interface, but for some reason I can't obtain any speed up at all: using the multi interface actually turns out to be MUCH slower than... (2 Replies)
Hi,
I codding a download manager,use libcurl library.i can download any file easily.But i want to show file detail in console.Some of them,
File Size
Percent
Left Time
Libcurl has some functions to use,but there isnt good documentation to understand them. i cant find any example to... (2 Replies)
Hi
i m codding a programm,it can download any packet from ftp,I use libcurl library. But i want to use threads for downloading.(Multithreading).i cant get ftp file size from ftp and divide packet small pieces,like threads use.
Please share your experince with me ,thanks. (0 Replies)