Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libblastrampoline.so.5 not found #1221

Closed
JuhaHeiskala opened this issue Aug 21, 2022 · 1 comment
Closed

libblastrampoline.so.5 not found #1221

JuhaHeiskala opened this issue Aug 21, 2022 · 1 comment

Comments

@JuhaHeiskala
Copy link

Hi,
I made a new binary package (QRupdate_ng_jll) for some QR/LU functions from Octave.

I get an error when "using QRupdate_ng_jll"
julia> using QRupdate_ng_jll ERROR: InitError: could not load library "/home/juha/.julia/artifacts/d9f2b00dc34fe490b6bf1eab76ef95160d0d1e7f/lib/libqrupdate.so" libblastrampoline.so.5: cannot open shared object file: No such file or directory
I have libblastrampoline.so in julia-1.7.1/lib/julia
and if I manually create libblastrampoline.so.5 link to point to libblastrampoline.so
then "using QRupdate_ng_jll" works

So why is the .5 added to libblastrampoline.so?
Something to do with libgfortran.5 that is used?

Juha

Below the version/platform information.

julia> BinaryBuilder.HostPlatform()
Linux x86_64 {cxxstring_abi=cxx11, julia_version=1.7.1, libc=glibc, libgfortran_version=5.0.0, libstdcxx_version=3.4.29}

julia> versioninfo()
Julia Version 1.7.1
Commit ac5cc99908 (2021-12-22 19:35 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-12.0.1 (ORCJIT, skylake)

julia> BinaryBuilder.ver
verify versioninfo
julia> BinaryBuilder.versioninfo()
[ Info: Julia versioninfo():
Julia Version 1.7.1
Commit ac5cc99908 (2021-12-22 19:35 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-12.0.1 (ORCJIT, skylake)
[ Info: BinaryBuilder.jl version: 0.5.5-tree-ab6562ef74
[ Info: Kernel version: 5.15.0-46-generic`

@JuhaHeiskala
Copy link
Author

Just checked Julia 1.8.0 and it has the libblastrampoline.so.5 by default, so I guess this was an old issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant