Hello, I am trying to setup OCFS2 on CentOS. I have downloaded the correct rpms. When trying to install rpm like rpm -Uvh ocfs2- tools-1.4.4-1.el5.x86_64.rpm........ I get the following. warning: ocfs2-tools-1.4.4-1.el5.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159 error: Failed dependencies: libc.so.6()(64bit) is needed by ocfs2-tools-1.4.4-1.el5.x86_64 libc.so.6(GLIBC_2.2.5)(64bit) is needed by ocfs2- tools-1.4.4-1.el5.x86_64 libc.so.6(GLIBC_2.3)(64bit) is needed by ocfs2-tools-1.4.4-1.el5.x86_64 libc.so.6(GLIBC_2.3.4)(64bit) is needed by ocfs2- tools-1.4.4-1.el5.x86_64 libc.so.6(GLIBC_2.4)(64bit) is needed by ocfs2-tools-1.4.4-1.el5.x86_64 libcom_err.so.2()(64bit) is needed by ocfs2-tools-1.4.4-1.el5.x86_64 libdl.so.2()(64bit) is needed by ocfs2-tools-1.4.4-1.el5.x86_64 libdl.so.2(GLIBC_2.2.5)(64bit) is needed by ocfs2- tools-1.4.4-1.el5.x86_64 libglib-2.0.so.0()(64bit) is needed by ocfs2-tools-1.4.4-1.el5.x86_64 libncurses.so.5()(64bit) is needed by ocfs2-tools-1.4.4-1.el5.x86_64 libreadline.so.5()(64bit) is needed by ocfs2-tools-1.4.4-1.el5.x86_64 libuuid.so.1()(64bit) is needed by ocfs2-tools-1.4.4-1.el5.x86_64 My server is up to date with Package glibc-2.5-49.el5_5.2.i686 already installed and latest version So what am I doing wrong? Bryan McGuire
On Thu, Jun 24, 2010 at 05:11:36PM -0500, Bryan McGuire wrote:> I am trying to setup OCFS2 on CentOS. > > I have downloaded the correct rpms. > > When trying to install rpm like rpm -Uvh ocfs2- > tools-1.4.4-1.el5.x86_64.rpm........ I get the following.This is the RPM for 64-bit intel machines.> My server is up to date with Package glibc-2.5-49.el5_5.2.i686 already > installed and latest versionBut this is the glibc RPM for 32-bit intel machines. Is your machine 64-bit? If so, make user that glibc-2.5-49.el5_5.2.x86_64 or the like is installed. If your machine is 32-bit, you want the ocfs2-tools 32-bit RPM. Joel -- "When I am working on a problem I never think about beauty. I only think about how to solve the problem. But when I have finished, if the solution is not beautiful, I know it is wrong." - Buckminster Fuller Joel Becker Consulting Software Developer Oracle E-mail: joel.becker at oracle.com Phone: (650) 506-8127
Thanks, That did it, I need to pay closer attention. Bryan McGuire Senior Network Engineer NewNet 66 918.231.8063 bmcguire at newnet66.org -------------- next part -------------- A non-text attachment was scrubbed... Name: Bryan McGuire.vcf Type: text/directory Size: 497 bytes Desc: not available Url : http://oss.oracle.com/pipermail/ocfs2-users/attachments/20100624/9076ba6d/attachment.bin -------------- next part -------------- On Jun 24, 2010, at 6:25 PM, Joel Becker wrote:> On Thu, Jun 24, 2010 at 05:11:36PM -0500, Bryan McGuire wrote: >> I am trying to setup OCFS2 on CentOS. >> >> I have downloaded the correct rpms. >> >> When trying to install rpm like rpm -Uvh ocfs2- >> tools-1.4.4-1.el5.x86_64.rpm........ I get the following. > > This is the RPM for 64-bit intel machines. > >> My server is up to date with Package glibc-2.5-49.el5_5.2.i686 >> already >> installed and latest version > > But this is the glibc RPM for 32-bit intel machines. Is your > machine 64-bit? If so, make user that glibc-2.5-49.el5_5.2.x86_64 > or the like is installed. If your machine is 32-bit, you want the > ocfs2-tools 32-bit RPM. > > Joel > > -- > > "When I am working on a problem I never think about beauty. I > only think about how to solve the problem. But when I have finished, > if > the solution is not beautiful, I know it is wrong." > - Buckminster Fuller > > Joel Becker > Consulting Software Developer > Oracle > E-mail: joel.becker at oracle.com > Phone: (650) 506-8127