-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
dlopen(libarpack, 2): image not found #375
Labels
building
Build system, or building Julia or its dependencies
Comments
I'm having the same problem. My guess is that the binary is not looking in the right directory for the dylibs. |
Often we see this when libgfortran isn't present. Instaling gfortran should fix it. We've tried statically linking libgfortran, but that has its own problems (see issue #326). |
Closing this one as it is a duplicate of #389 |
LilithHafner
pushed a commit
to LilithHafner/julia
that referenced
this issue
Oct 11, 2021
cmcaine
pushed a commit
to cmcaine/julia
that referenced
this issue
Nov 11, 2022
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.4...1a9e213) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Keno
pushed a commit
that referenced
this issue
Oct 9, 2023
* Fix StackFrame for top level frames * Add tests for stackgrace with global scope
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using julia-c4865bd18d-Darwin-i386.tar.gz I get the following error when trying to run ./julia in the julia dir. Also happen if I add the julia executable to the path using export PATH="$(pwd)/julia:$PATH".
dlopen(libarpack, 2): image not found
error during init:
could not load module libarpack
in dlopen, /Users/viral/julia/j/base.j:99 sys.ji:17
There is a libarpack fil in the /lib dir.
The text was updated successfully, but these errors were encountered: