News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Install Codeblock in CentOS 5.4 "Missing Dependency"

Started by cOde1, August 26, 2012, 12:22:29 AM

Previous topic - Next topic

cOde1

Hi,

I'm trying to install "codeblock" in "CentOS 5.4".
I've installed wxGTK from "rpmgorge" repository.
Now it's showing dependency errors when running the install command:

yum localinstall codeblocks-10.05-0.fc13.i686.rpm

.................
Resolving Dependencies
--> Running transaction check
---> Package codeblocks.i686 0:10.05-0.fc13 set to be updated
--> Processing Dependency: libc.so.6(GLIBC_2.7) for package: codeblocks
--> Processing Dependency: libgio-2.0.so.0 for package: codeblocks
--> Finished Dependency Resolution
codeblocks-10.05-0.fc13.i686 from /codeblocks-10.05-0.fc13.i686 has depsolving problems
  --> Missing Dependency: libc.so.6(GLIBC_2.7) is needed by package codeblocks-10.05-0.fc13.i686 (/codeblocks-10.05-0.fc13.i686)
codeblocks-10.05-0.fc13.i686 from /codeblocks-10.05-0.fc13.i686 has depsolving problems
  --> Missing Dependency: libgio-2.0.so.0 is needed by package codeblocks-10.05-0.fc13.i686 (/codeblocks-10.05-0.fc13.i686)
Error: Missing Dependency: libc.so.6(GLIBC_2.7) is needed by package codeblocks-10.05-0.fc13.i686 (/codeblocks-10.05-0.fc13.i686)
Error: Missing Dependency: libgio-2.0.so.0 is needed by package codeblocks-10.05-0.fc13.i686 (/codeblocks-10.05-0.fc13.i686)


Any help?

Thanks.

oBFusCATed

Why are you installing the fedore core 13 package (fc13)?
You need an el5 package. See the nightly build sub forum for details how to install a nightly on centos 5, I think Jens provides packages for it.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

cOde1

Quote from: oBFusCATed on August 26, 2012, 01:36:59 AM
Why are you installing the fedore core 13 package (fc13)?
I've found the fc13 package in the download page's Linux 32-bit version section: http://www.codeblocks.org/downloads/26#linux

QuoteYou need an el5 package.
Okay, Now I've installed these el5 rpms & codeblocks is running:
codeblocks-10.05-1.el5.i386.rpm
codeblocks-libs-10.05-1.el5.i386.rpm


Thanks again.  :D