LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-27-2011, 01:45 PM   #1
AngryBeast
Member
 
Registered: Jul 2011
Posts: 59

Rep: Reputation: Disabled
Question i have an error installing curl lib


I am trying to install libcurl.so.4 !

[root@clw1 Redemption]# rpm -ivh libcurl4-32bit-7.21.2-9.1.x86_64.rpm
warning: libcurl4-32bit-7.21.2-9.1.x86_64.rpm: Header V3 RSA/SHA256 signature: NOKEY, key ID 3dbdc284
error: Failed dependencies:
libc.so.6(GLIBC_2.11) is needed by libcurl4-32bit-7.21.2-9.1.x86_64
libc.so.6(GLIBC_2.7) is needed by libcurl4-32bit-7.21.2-9.1.x86_64
libcrypto.so.1.0.0 is needed by libcurl4-32bit-7.21.2-9.1.x86_64
libidn.so.11(LIBIDN_1.0) is needed by libcurl4-32bit-7.21.2-9.1.x86_64
libldap-2.4.so.2 is needed by libcurl4-32bit-7.21.2-9.1.x86_64
libssh2.so.1 is needed by libcurl4-32bit-7.21.2-9.1.x86_64
libssl.so.1.0.0 is needed by libcurl4-32bit-7.21.2-9.1.x86_64
rpmlib(PayloadIsLzma) <= 4.4.6-1 is needed by libcurl4-32bit-7.21.2-9.1.x86_64
[root@clw1 Redemption]#




[root@clw1 Redemption]# cat /etc/issue
CentOS release 5.3 (Final)
Kernel \r on an \m

[root@clw1 Redemption]#

How is named the all pack. of that libs? or how i install 'em because if i "yum" 'em didn't find nothing!


I will be happy if somebody can help me !

Last edited by AngryBeast; 07-27-2011 at 01:46 PM.
 
Old 07-27-2011, 01:59 PM   #2
T3RM1NVT0R
Senior Member
 
Registered: Dec 2010
Location: Internet
Distribution: Linux Mint, SLES, CentOS, Red Hat
Posts: 2,385

Rep: Reputation: 477Reputation: 477Reputation: 477Reputation: 477Reputation: 477
@ Reply

Hi there,

Is this a 32 bit or a 64 bit machine. Type the following command and let us know the result:

Code:
uname -a
Did you try to install using Yum?
 
Old 07-27-2011, 02:05 PM   #3
AngryBeast
Member
 
Registered: Jul 2011
Posts: 59

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by T3RM1NVT0R View Post
Hi there,

Is this a 32 bit or a 64 bit machine. Type the following command and let us know the result:

Code:
uname -a
Did you try to install using Yum?
is a 32 ... but i tried to install 32 and same error and yes with yum don't work :


error: Failed dependencies:
libc.so.6(GLIBC_2.7) is needed by libcurl-7.21.7-1.fc16.i686
libidn.so.11(LIBIDN_1.0) is needed by libcurl-7.21.7-1.fc16.i686
liblber-2.4.so.2 is needed by libcurl-7.21.7-1.fc16.i686
libldap-2.4.so.2 is needed by libcurl-7.21.7-1.fc16.i686
libssh2(x86-32) >= 1.2.7 is needed by libcurl-7.21.7-1.fc16.i686
libssh2.so.1 is needed by libcurl-7.21.7-1.fc16.i686
rpmlib(FileDigests) <= 4.6.0-1 is needed by libcurl-7.21.7-1.fc16.i686
rpmlib(PayloadIsXz) <= 5.2-1 is needed by libcurl-7.21.7-1.fc16.i686
 
Old 07-27-2011, 02:20 PM   #4
T3RM1NVT0R
Senior Member
 
Registered: Dec 2010
Location: Internet
Distribution: Linux Mint, SLES, CentOS, Red Hat
Posts: 2,385

Rep: Reputation: 477Reputation: 477Reputation: 477Reputation: 477Reputation: 477
@ Reply

Did you try installing glibc 2.7 and libdin 1.0 using yum and then install this package.

And you cannot install 64 bit package on a 32 bit machine so install 32 bit package only.
 
Old 07-27-2011, 03:26 PM   #5
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Still using Suse 11.3 ? ?

libcurl4-32bit-7.21.2-9.1.x86_64.rpm is a Suse 11.4 package for a 64bits OS.



# zypper in libcurl4 : Will install the package.

The package for Suse 11.3, 32bits is : libcurl4-7.20.1-3.4.i586.rpm

..
 
Old 07-27-2011, 03:32 PM   #6
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
@AngryBeast:

You have marked this thread as "Solved". You will be pleased that it is so.

But what was the solution that worked for you?

And did you take the time to thank T3RM1NVT0R for their help?

You have received help, how difficult is it for you to express "Thanks" ?
 
1 members found this post helpful.
Old 07-27-2011, 04:40 PM   #7
T3RM1NVT0R
Senior Member
 
Registered: Dec 2010
Location: Internet
Distribution: Linux Mint, SLES, CentOS, Red Hat
Posts: 2,385

Rep: Reputation: 477Reputation: 477Reputation: 477Reputation: 477Reputation: 477
@ Reply

@ AngryBeast

Please post the solution so that other will be benefited from that.

@ knudfl

OP is using CentOS 5.3.
 
Old 07-27-2011, 04:44 PM   #8
AngryBeast
Member
 
Registered: Jul 2011
Posts: 59

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by T3RM1NVT0R View Post
@ AngryBeast

Please post the solution so that other will be benefited from that.

@ knudfl

OP is using CentOS 5.3.
Sorry for that guys i was away from computer ... i mark it solved and didn't say thanks ....

i tried like you said :

installing glibc 2.7 and libdin 1.0 but not with yum , manually .

and works now!

Thank you guys again....
 
Old 07-27-2011, 04:53 PM   #9
AngryBeast
Member
 
Registered: Jul 2011
Posts: 59

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by knudfl View Post
Still using Suse 11.3 ? ?

libcurl4-32bit-7.21.2-9.1.x86_64.rpm is a Suse 11.4 package for a 64bits OS.



# zypper in libcurl4 : Will install the package.

The package for Suse 11.3, 32bits is : libcurl4-7.20.1-3.4.i586.rpm

..
no that was a problem with my CentOS server .. the Suse 11.3 server is cool ! thanks
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
OPENNMS INSTALLATION ERROR -install –disU –l /usr/lib/jni:/usr/lib ramecare Linux - Server 4 07-11-2011 12:06 PM
opennms installation error -install –disU –l /usr/lib/jni:/usr/lib ramecare Linux - Server 2 07-08-2011 10:51 AM
Problem installing libdv-1.0.0 -- configure: error: could not find Xv Lib bluto96 Debian 2 09-13-2009 01:02 PM
Installing KDE 3.2.3 w/konstruct gives Qt lib error while compiling... Intrus Mandriva 2 08-08-2004 12:08 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:36 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration