conda-forge / julia-feedstock

A conda-smithy repository for julia.
BSD 3-Clause "New" or "Revised" License
23 stars 32 forks source link

libmbedtls.so is missing #260

Open mkitti opened 11 months ago

mkitti commented 11 months ago

Solution to issue cannot be found in the documentation.

Issue

xref: https://discourse.julialang.org/t/missing-shared-library-file-when-pre-compiling/104575

julia> using MbedTLS_jll
ERROR: InitError: could not load library “libmbedtls.so”
libmbedx509.so.4: cannot open shared object file: No such file or directory
Stacktrace:
[1] dlopen(s::String, flags::UInt32; throw_error::Bool)
@ Base.Libc.Libdl ./libdl.jl:117
[2] dlopen
@ ./libdl.jl:116 [inlined]
[3] dlopen(s::String)
@ Base.Libc.Libdl ./libdl.jl:116
[4] init()
@ MbedTLS_jll ~/miniconda3/envs/julia_ness/share/julia/stdlib/v1.9/MbedTLS_jll/src/MbedTLS_jll.jl:42
[5] register_restored_modules(sv::Core.SimpleVector, pkg::Base.PkgId, path::String)
@ Base ./loading.jl:1115
[6] _include_from_serialized(pkg::Base.PkgId, path::String, ocachepath::String, depmods::Vector{Any})
@ Base ./loading.jl:1061
[7] _require_search_from_serialized(pkg::Base.PkgId, sourcepath::String, build_id::UInt128)
@ Base ./loading.jl:1506
[8] _require(pkg::Base.PkgId, env::String)
@ Base ./loading.jl:1783
[9] _require_prelocked(uuidkey::Base.PkgId, env::String)
@ Base ./loading.jl:1660
[10] macro expansion
@ ./loading.jl:1648 [inlined]
[11] macro expansion
@ ./lock.jl:267 [inlined]
[12] require(into::Module, mod::Symbol)
@ Base ./loading.jl:1611
during initialization of module MbedTLS_jll

Installed packages

n/a

Environment info

n/a
asan-emirsaleh commented 9 months ago

Hello! Could you kindly give me an info, is there any progress in the issue?

ngam commented 7 months ago

@asan-emirsaleh could you please test the latest Julia from conda-forge to see if you face any issues?