Author Topic: libwx_gtk2u_aui-2.8.so.0 not found  (Read 5233 times)

Offline markus22

  • Single posting newcomer
  • *
  • Posts: 4
libwx_gtk2u_aui-2.8.so.0 not found
« on: January 16, 2008, 12:16:53 pm »
Hi all,

I have installed CB_20070831_rev4418_Ubuntu6.10+7.04_wx2.8.4.tar.gz on ubuntu-6.06.1-desktop-i386 successfully.

When i launch /usr/bin/codeblocks in terminal i get this error:

Quote
codeblocks: error while loading shared libraries: libwx_gtk2u_aui-2.8.so.0: cann ot open shared object file: No such file or directory

EDIT:
_______
I have fixed this error by adding --enable-shared when building wxGTK.

Now i am getting another error when launching codeblocks:

Quote
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)
« Last Edit: January 16, 2008, 12:43:35 pm by markus22 »

Offline sque

  • Multiple posting newcomer
  • *
  • Posts: 65
Re: libwx_gtk2u_aui-2.8.so.0 not found
« Reply #1 on: January 16, 2008, 01:34:59 pm »
Well may be is not the most constructive answer to your problem. But it would be wise to upgrade your ubuntu if you need bleeding edge packages like latest wxwidgets and codeblocks svn. I know dapper (6.06) is the LTS version but in few months the new LTS is coming (8.04) so it is becoming quite old. In case you upgrade to any version above 6.06 , here you can find repositories for latest wxwidgets and codeblocks nightly builds http://lgp203.free.fr/spip/spip.php?article1 . That was an advice :)

On the other hand you can find previous svn versions of codeblocks .deb packages for ubuntu 6.06 (search in nightly builds forum, older revisions had .deb files attached for many ubuntu versions at their first post from killerbot)

For your actual problem with GLIBC don't know exactly how it is caused, but those glibc problems scary me. From what I have understand glibc is the gnu implementation of any ansi c + posix + unix interface towards the kernel. If latest codeblocks REALLY needs 2.4 and above then you can't do something more here because glibc is unupgradable (in case you try to upgrade you will probably break MANY packages in your linux). But if it is a wrong misconfiguration on codeblocks, saying that it needs 2.4 but it doesn't want something more than those provided by 2.3 then a developer can probably give you some info where to change this.
Tell me a bug and I 'll tell you two  :twisted:

Offline markus22

  • Single posting newcomer
  • *
  • Posts: 4
Re: libwx_gtk2u_aui-2.8.so.0 not found
« Reply #2 on: January 17, 2008, 05:55:45 am »
Thanks for your info,

I have installed libc6_2.7-6_i386.deb, and now Codeblocks start fine but with warning like :
Quote
(process:6856): Gdk-WARNING **: locale not supported by C library

(codeblocks:6856): Gtk-WARNING **: Locale not supported by C library.
        Using the fallback 'C' locale.