User forums > Help
Ubuntu 6.06 - Nightly build 03 Aug 07 - Applications does not start
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:
--- Code: ---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:~$
--- End code ---
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).
--- End quote ---
... or install from CD as dist-upgrade breaks systems very often.
Navigation
[0] Message Index
[#] Next page
Go to full version