ClickHouse / libhdfs3

HDFS file read access for ClickHouse
Apache License 2.0
36 stars 56 forks source link

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

Closed mawenqi closed 9 months ago

mawenqi commented 1 year ago

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 commented 1 year ago

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