LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-07-2010, 11:19 PM   #1
zoomzatag
LQ Newbie
 
Registered: Aug 2010
Posts: 14

Rep: Reputation: -3
Question need help


hi guys,

i have installed cent os 5 64 bit in my machine.

but all the dependencies like php httpd glibc gcc gd openssl and others are 32 bit, i need them to be updated to 64 bit.


can anyone help me plz........

regards,
zomzz
 
Old 10-07-2010, 11:41 PM   #2
prayag_pjs
Senior Member
 
Registered: Feb 2008
Location: Pune - India
Distribution: RHEL/Ubuntu/Debian/Fedora/Centos/K3OS
Posts: 1,159
Blog Entries: 4

Rep: Reputation: 149Reputation: 149
yum update package name
 
Old 10-08-2010, 12:05 AM   #3
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Please use thread titles that say something about your question/problem, as you're told to do when posting threads. Doing so will help attract people who can help.
 
Old 10-08-2010, 12:36 AM   #4
zoomzatag
LQ Newbie
 
Registered: Aug 2010
Posts: 14

Original Poster
Rep: Reputation: -3
hi,

i used this command, i got this error.

yum update openssl.x86_64
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
* addons: ftp.iitm.ac.in
* base: ftp.iitm.ac.in
* extras: ftp.iitm.ac.in
* rpmforge: fr2.rpmfind.net
* updates: ftp.iitm.ac.in
Setting up Update Process
No Match for argument: openssl.x86_64
No package openssl.x86_64 available.
No Packages marked for Update
 
Old 10-08-2010, 12:38 AM   #5
zoomzatag
LQ Newbie
 
Registered: Aug 2010
Posts: 14

Original Poster
Rep: Reputation: -3
rpm -ivh openssl-0.9.8e-12.el5_4.6.x86_64.rpm
error: Failed dependencies:
libc.so.6()(64bit) is needed by openssl-0.9.8e-12.el5_4.6.x86_64
libc.so.6(GLIBC_2.2.5)(64bit) is needed by openssl-0.9.8e-12.el5_4.6.x86_64
libc.so.6(GLIBC_2.3)(64bit) is needed by openssl-0.9.8e-12.el5_4.6.x86_64
libc.so.6(GLIBC_2.3.4)(64bit) is needed by openssl-0.9.8e-12.el5_4.6.x86_64
libc.so.6(GLIBC_2.4)(64bit) is needed by openssl-0.9.8e-12.el5_4.6.x86_64
libcom_err.so.2()(64bit) is needed by openssl-0.9.8e-12.el5_4.6.x86_64
libdl.so.2()(64bit) is needed by openssl-0.9.8e-12.el5_4.6.x86_64
libdl.so.2(GLIBC_2.2.5)(64bit) is needed by openssl-0.9.8e-12.el5_4.6.x86_64
libgssapi_krb5.so.2()(64bit) is needed by openssl-0.9.8e-12.el5_4.6.x86_64
libk5crypto.so.3()(64bit) is needed by openssl-0.9.8e-12.el5_4.6.x86_64
libk5crypto.so.3(k5crypto_3_MIT)(64bit) is needed by openssl-0.9.8e-12.el5_4.6.x86_64
libkrb5.so.3()(64bit) is needed by openssl-0.9.8e-12.el5_4.6.x86_64
libkrb5.so.3(krb5_3_MIT)(64bit) is needed by openssl-0.9.8e-12.el5_4.6.x86_64
libz.so.1()(64bit) is needed by openssl-0.9.8e-12.el5_4.6.x86_64


i need to install these dependencies, plz help me to install these things........
 
Old 10-08-2010, 01:34 AM   #6
prayag_pjs
Senior Member
 
Registered: Feb 2008
Location: Pune - India
Distribution: RHEL/Ubuntu/Debian/Fedora/Centos/K3OS
Posts: 1,159
Blog Entries: 4

Rep: Reputation: 149Reputation: 149
What is the output of:

Quote:
rpm -qa |grep -i openssl
 
Old 10-08-2010, 01:39 AM   #7
Sayan Acharjee
Member
 
Registered: Feb 2010
Location: Chennai, India
Distribution: Manjaro
Posts: 624

Rep: Reputation: 64
Quote:
Originally Posted by zoomzatag View Post
hi,

i used this command, i got this error.

yum update openssl.x86_64
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
* addons: ftp.iitm.ac.in
* base: ftp.iitm.ac.in
* extras: ftp.iitm.ac.in
* rpmforge: fr2.rpmfind.net
* updates: ftp.iitm.ac.in
Setting up Update Process
No Match for argument: openssl.x86_64
No package openssl.x86_64 available.
No Packages marked for Update

Yum could not update the package because it found no package with that name is present in the repo.

Use this command to know the package name first:

Quote:
#yum list|grep -i openssl*
Then try to run yum update again.
 
Old 10-08-2010, 01:47 AM   #8
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
..... Looks like you installed a 32 Bits OS.

The 64 Bits CentOS 5.x will not behave that way.

Please try with some # yum search <any-package>
e.g. # yum search openssl
→ → and watch if any x86_64 appears.

And show the output here from : uname -a
.. and : 'cat /etc/redhat-release'
..
 
  


Reply



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



LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:47 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