question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No native library found for os.name=Linux, os.arch=aarch64

See original GitHub issue

The os.arch system variable may be aarch64 in some linux arm64 machines like below and OSInfo.java in native module doesn’t recognize it.

$ uname -a
Linux xxx xxx.aarch64 #1 SMP Fri Aug 9 04:09:13 UTC 2019 aarch64 aarch64 aarch64 GNU/Linux

I will submit a PR for this later if it’s necessary to compatible with this situation.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
gnodetcommented, Oct 12, 2021

I’m working on jansi these days. There’s one issue remaining which is Apple/M1 support which I’d like to get in before releasing it.

0reactions
martin-gcommented, Oct 12, 2021

Confirmed! Everything works now! Thank you, @lanmaoxinqing & @gnodet !

Read more comments on GitHub >

github_iconTop Results From Across the Web

java.lang.Exception: No native library is found for os.name ...
KaptExecution Room Database" but have to run --stacktrace to see real error "No native library is found for os.name=Mac and os.arch=aarch64". – ...
Read more >
No native library is found for os.name=Mac and os.arch ...
I was using IntelliJ IDEA for Android development, implementing Room Database in a project. The mentioned error is added. I used the CE...
Read more >
Build failed on Apple M1 with JDK8-arm64 [174695268]
Exception: No native library is found for os.name=Mac and os.arch=aarch64. path=/org/sqlite/native/Mac/aarch64 at org.sqlite.SQLiteJDBCLoader.
Read more >
SQLite support for java - Manjaro Linux Forum
I am getting this exception: java.lang.Exception: No native library is found for os.name=Linux and os.arch=aarch64. path=/org/ ...
Read more >
Problem installing snappy on mac m1 - python - STEP Forum
I have a problem installing snappy on my mac m1 for a long time. ... OS name: “mac os x”, version: “12.5”, arch:...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found