libcurl.so.4 problem

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat libcurl.so.4 problem
# 8  
Old 08-18-2011
Linux is the one-megabyte file that gets loaded on boot. Everything else, everything, is application software. How to update this application software depends on your distro. What is it?
# 9  
Old 08-18-2011
Excuse me? I don't understand you, looks like It's needed be upgrade. I saying "How to upgrade the libcurl?"
# 10  
Old 08-18-2011
Quote:
Originally Posted by Stark0010
Excuse me? I don't understand you, looks like It's needed be upgrade. I saying "How to upgrade the libcurl?"
And I'm saying "upgrade it on what?" 'Linux' tells us nothing.
# 11  
Old 08-18-2011
What Corona is trying to say is, to use a bad car analogy:

"My car needs new headlamps, how do I change them?"

"What kind of car is it?"

"It's a car. I don't know about cars"


You need to give us/him more information about the provider (such as Redhat, fedora, SUSE, Gentoo, Arch).
# 12  
Old 08-18-2011
I using CentOS 5 (Redhat), and I ask one more question:,


[root@server ~]# rpm -ivh yum-3.4.3-6.fc17.src.rpm
1:yum warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
########################################### [100%]
error: unpacking of archive failed on file /usr/src/redhat/SOURCES/geode-arch.patch;4e4d53e0: cpio: MD5 sum mismatch
[root@server ~]#

Says this?
# 13  
Old 08-18-2011
Go the below URL, it gives info on your error:

Code:
PHP Code:
http://wiki.centos.org/HowTos/RebuildSRPM 

# 14  
Old 08-18-2011
However, how to uninstall yum? My yum is damaged or not working correctly, how to uninstall it?
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Programming

libcurl - how to do GET form posting in C?

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)
Discussion started by: jaeezzy
1 Replies

2. Programming

libcurl multi interface problem

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)
Discussion started by: clalfa
2 Replies

3. Programming

Libcurl - Progress Data

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)
Discussion started by: canerbulut
2 Replies

4. Programming

Multithread,libcurl

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)
Discussion started by: canerbulut
0 Replies
Login or Register to Ask a Question