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

undefined symbol: crc_pcl (./libhdfs3.so) #45

Closed
mawenqi opened this issue Jun 8, 2023 · 1 comment
Closed

undefined symbol: crc_pcl (./libhdfs3.so) #45

mawenqi opened this issue Jun 8, 2023 · 1 comment

Comments

@mawenqi
Copy link

mawenqi commented Jun 8, 2023

After make, the library libhdfs3.so was generated normally with no error.
However, the output of "ldd -r libhdfs3.so" show that:
# ldd -r src/libhdfs3.so
linux-vdso.so.1 (0x00007fff75ed1000)
...
libpcre2-8.so.0 => /lib64/libpcre2-8.so.0 (0x00007ffa63c86000)
undefined symbol: crc_pcl (src/libhdfs3.so)

It seems that the crc_iscsi_v_pcl.asm is not be compiled.

Any suggestion? thanks in advance.

@dispasha
Copy link

dispasha commented Sep 5, 2023

If you are not using it for ClickHouse try this.
https://github.com/ContinuumIO/libhdfs3-downstream/tree/master/libhdfs3

I had the same error and now it all works

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

3 participants