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

Failed to load symbolec_init_tables #264

Closed
vndroid opened this issue Dec 25, 2023 · 3 comments
Closed

Failed to load symbolec_init_tables #264

vndroid opened this issue Dec 25, 2023 · 3 comments

Comments

@vndroid
Copy link

vndroid commented Dec 25, 2023

Debian 11 build it for Hadoop, as:

git clone https://github.com/intel/isa-l
./autogen.sh
./configure --prefix=/usr --libdir=/usr/lib
make
sudo make install

Then build the Hadoop, The error is:

Native library checking:
hadoop:  true /opt/hadoop-3.3.6/lib/native/libhadoop.so.1.0.0
zlib:    true /lib/aarch64-linux-gnu/libz.so.1
zstd  :  true /lib/aarch64-linux-gnu/libzstd.so.1
bzip2:   true /lib/aarch64-linux-gnu/libbz2.so.1
openssl: true /lib/aarch64-linux-gnu/libcrypto.so.1.1
ISA-L:   false Loading ISA-L failed: Loading functions from ISA-L failed: Failed to load symbolec_init_tables
PMDK:    true /usr/lib/aarch64-linux-gnu/libpmem.so.1.0.0

Env:

OS: Debian 11 (Oracle Cloud)
Arch: aarch64
CPU: Neoverse-N1

Why is this? How to resolve it?

@pablodelara
Copy link
Contributor

Hi @vndroid. This PR should fix the issue #259. Can you check?

@vndroid
Copy link
Author

vndroid commented Dec 27, 2023

Hi @vndroid. This PR should fix the issue #259. Can you check?

Okay, I will try it later.

@vndroid
Copy link
Author

vndroid commented Dec 28, 2023

Hi @vndroid. This PR should fix the issue #259. Can you check?

works well on aarch64! Thx.

Native library checking:
hadoop:  true /opt/hadoop-3.3.6/lib/native/libhadoop.so.1.0.0
zlib:    true /lib/aarch64-linux-gnu/libz.so.1
zstd  :  true /lib/aarch64-linux-gnu/libzstd.so.1
bzip2:   true /lib/aarch64-linux-gnu/libbz2.so.1
openssl: true /lib/aarch64-linux-gnu/libcrypto.so
ISA-L:   true /lib/libisal.so.2
PMDK:    true /usr/lib/aarch64-linux-gnu/libpmem.so.1.0.0

No Error report.

@vndroid vndroid closed this as completed Dec 28, 2023
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

2 participants