0% found this document useful (0 votes)
28 views1 page

ELFCLASS32 Load Error in Linux

This document describes an error encountered when running R code on a Linux server with x86_64 architecture. The code attempts to load a shared object library but fails with an error message stating it is the wrong ELF class (ELFCLASS32), indicating the library was compiled for a 32-bit system while the server is 64-bit.

Uploaded by

Sidharth Arya
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views1 page

ELFCLASS32 Load Error in Linux

This document describes an error encountered when running R code on a Linux server with x86_64 architecture. The code attempts to load a shared object library but fails with an error message stating it is the wrong ELF class (ELFCLASS32), indicating the library was compiled for a 32-bit system while the server is 64-bit.

Uploaded by

Sidharth Arya
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

unable to load shared object wrong ELF class: ELFCLASS32

Object 1

I have a linux server with x86_64.


I'm compiling an R code that needs to load a bibliblioteca.
When I run this code it displays the following error has
up vote 1 down votefavorite

Error in [Link] ("[Link]"): Unable to load shared object '[Link]':


'[Link]': wrong ELF class: ELFCLASS32

You might also like