We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
Hi @vndroid. This PR should fix the issue #259. Can you check?
Sorry, something went wrong.
Okay, I will try it later.
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.
No branches or pull requests
Debian 11 build it for Hadoop, as:
Then build the Hadoop, The error is:
Env:
OS: Debian 11 (Oracle Cloud)
Arch: aarch64
CPU: Neoverse-N1
Why is this? How to resolve it?
The text was updated successfully, but these errors were encountered: