Monday, May 28, 2012

Error wrong ELF class: ELF CLASS64

This Post Treat the Error Message Containing: "Error wrong ELF class: ELF CLASS64".

 

This Kind of Error is Easily Due to a Discording Architecture of Executable with the Needed Libraries.

Usually this because the Program you are Trying to Execute is 32bit and the Libraries are Compiled for 64bit.

Solution: Find Or Compile the Executable And the Libraries to Be of The Same Architecture.

No comments:

Post a Comment