原帖由 神諾 於 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) . |