News:

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

Main Menu

Ubuntu 6.06 - Nightly build 03 Aug 07 - Applications does not start

Started by yaustar, August 05, 2007, 05:28:58 PM

Previous topic - Next topic

yaustar

I installed Code::Blocks nightly build using the instructions on the Wiki. When I launch Code::Blocks, I see "Starting Code::Blocks IDE" in the Window manager but it disappears after a few seconds. Any ideas?

(Extra note: I am a new Linux user so go easy on me ;) )

Ceniza

Try to launch it from a console. The name of the executable is codeblocks.

If it says that it cannot find libcodeblocks.so, run sudo ldconfig and try again. If it shows something else, copy and paste it here.

yaustar

This is what I get:
yaustar@yau-ulaptop:~$ codeblocks
codeblocks: /lib/tls/i686/cmov/libc.so.6: version `GLIBC_2.4' not found (required by codeblocks)
codeblocks: /lib/tls/i686/cmov/libc.so.6: version `GLIBC_2.4' not found (required by /usr/lib/libcodeblocks.so.0)
yaustar@yau-ulaptop:~$ sudo ldconfig
yaustar@yau-ulaptop:~$ codeblocks
codeblocks: /lib/tls/i686/cmov/libc.so.6: version `GLIBC_2.4' not found (required by codeblocks)
codeblocks: /lib/tls/i686/cmov/libc.so.6: version `GLIBC_2.4' not found (required by /usr/lib/libcodeblocks.so.0)
yaustar@yau-ulaptop:~$

Ceniza

If you're using a binary version, it may require a more recent version of libc, a version your Ubuntu doesn't come with.

One thing you could try is to compile Code::Blocks from source code. The steps to do that are in the Wiki.

Another thing you could try is to upgrade your Ubuntu distribution to Edgy or Feisty, or try running sudo apt-get dist-upgrade (be sure to run sudo apt-get update first).

Auria

Quote from: Ceniza on August 06, 2007, 12:31:19 AM
Another thing you could try is to upgrade your Ubuntu distribution to Edgy or Feisty, or try running sudo apt-get dist-upgrade (be sure to run sudo apt-get update first).

... or install from CD as dist-upgrade breaks systems very often.

yaustar

In that case, how do I uninstall the binary version from my system?

Edit: Cancel that, I managed to do it via Synaptic. Currently trying to compile this from source.

yaustar

Just completed compiling it last night and it works :). Thanks for the help.