You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: