CentOS 5 64bit 問題

OS : CentOS 5 64bit
./connect: error while loading shared libraries: libmysqlclient.so.15: wrong ELF class: ELFCLASS64

如何fix?

最近租左部主機玩,希望有人可以指點下

TOP

原帖由 神諾 於 2009-1-5 00:06 發表
OS : CentOS 5 64bit
./connect: error while loading shared libraries: libmysqlclient.so.15: wrong ELF class: ELFCLASS64

如何fix?


Is it the full message ??

My wild guess, the binary format of libmysqlclient does not match the system.
May be the system is 32 bit but the file is 64bit ( or vise-versa) .

TOP