You are not logged in.
Pages: 1
./codeblocks: error while loading shared libraries: libwx_gtk2u_richtext-2.8.so.0: wrong ELF class:ELFCLASS64
I have wxGTK installed, which provides that library. But why is Code::Blocks complaining? I installed them both from 64-bit repos. And I can't find any lib32s with that file.
Please help! Thanks =]
Offline
wrong ELF class:ELFCLASS64
Quite simple, install the right lib's, 32 bit would help. If there is no 32 bit package then you need to make one. A lot of good examples in the AUR.
Offline
Alright, I'll try making my own package. It should be added to the Arch repos though, since Code::Blocks requires it to even run
lib32-wxgtk, coming up.
Offline
It looks like an i686 package has been uploaded to the Arch x86_64 repos.... Strange, because I built it on a x86_64 machine which has no lib32 stuff on it but maybe someone else uploaded one over mine.
The correct way to deal with this is to file a bug report. There should be no need to install lib32 packages.
Edit: Who does "pacman -Qi codeblocks" say is the packager?
Offline
never mind, looks like an arch issue after all. FILE A BUG REPORT!
Last edited by jacko (2008-09-22 03:04:50)
Offline
Offline
Pages: 1