ZMQ.jl icon indicating copy to clipboard operation
ZMQ.jl copied to clipboard

wrong ELF class: ELFCLASS32 when compiling __init__

Open jarrTecn opened this issue 5 years ago • 1 comments

Hello, when I try

using ZMQ

it returns

ERROR: InitError: error compiling __init__: could not load library "/home/jarr/.julia/packages/ZMQ/ABGOx/deps/usr/lib/libzmq.so"
/home/jarr/.julia/packages/ZMQ/ABGOx/deps/usr/lib/libzmq.so: wrong ELF class: ELFCLASS32
Stacktrace:
 [1] _include_from_serialized(::String, ::Array{Any,1}) at ./loading.jl:627
 [2] macro expansion at ./logging.jl:312 [inlined]
 [3] _require_search_from_serialized(::Base.PkgId, ::String) at ./loading.jl:698
 [4] _require(::Base.PkgId) at ./loading.jl:931
 [5] require(::Base.PkgId) at ./loading.jl:852
 [6] macro expansion at ./logging.jl:311 [inlined]
 [7] require(::Module, ::Symbol) at ./loading.jl:834
during initialization of module ZMQ

jarrTecn avatar Nov 05 '19 00:11 jarrTecn

What operating system are you using? What is the output of versioninfo()?

stevengj avatar Jan 04 '20 14:01 stevengj