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

dlopen(libarpack, 2): image not found #375

Closed
maacl opened this issue Feb 18, 2012 · 3 comments
Closed

dlopen(libarpack, 2): image not found #375

maacl opened this issue Feb 18, 2012 · 3 comments
Labels
building Build system, or building Julia or its dependencies

Comments

@maacl
Copy link

maacl commented Feb 18, 2012

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.

@mutle
Copy link

mutle commented Feb 18, 2012

I'm having the same problem. My guess is that the binary is not looking in the right directory for the dylibs.

@JeffBezanson
Copy link
Member

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).

@ViralBShah
Copy link
Member

Closing this one as it is a duplicate of #389

LilithHafner pushed a commit to LilithHafner/julia that referenced this issue Oct 11, 2021
…g#375)

* Added `setindex!` support to weights (made weights mutable).

* Simplified setindex! and added tests.
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
Labels
building Build system, or building Julia or its dependencies
Projects
None yet
Development

No branches or pull requests

4 participants