Author Topic: Install Codeblock in CentOS 5.4 "Missing Dependency"  (Read 4760 times)

Offline cOde1

  • Single posting newcomer
  • *
  • Posts: 5
Install Codeblock in CentOS 5.4 "Missing Dependency"
« on: August 26, 2012, 12:22:29 am »
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

Code
.................
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.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: Install Codeblock in CentOS 5.4 "Missing Dependency"
« Reply #1 on: August 26, 2012, 01:36:59 am »
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!]

Offline cOde1

  • Single posting newcomer
  • *
  • Posts: 5
Re: Install Codeblock in CentOS 5.4 "Missing Dependency"
« Reply #2 on: August 26, 2012, 05:57:43 pm »
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

Quote
You 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