if we do ldd on the main binary:
linux-vdso.so.1 (0x00007fff590e7000) libidn.so.11 => not found libz.so.1 => /lib64/libz.so.1 (0x00007f429d268000) libm.so.6 => /lib64/libm.so.6 (0x00007f429d18d000) libc.so.6 => /lib64/libc.so.6 (0x00007f429cf84000) /lib64/ld-linux-x86-64.so.2 (0x00007f429d28d000)
We can download another version from here:
https://ftp.ncbi.nlm.nih.gov/asn1-converters/by_program/table2asn/
We should update the spack package internally
The text was updated successfully, but these errors were encountered:
The problem seems to come from the module. The LD_LIBRARY_PATH is not defined with the path of the library libidn. Needs investigation
libidn
Sorry, something went wrong.
The binary is downloaded and not compiled, so rpath is not set. We should do it with patchelf tool
No branches or pull requests
if we do ldd on the main binary:
linux-vdso.so.1 (0x00007fff590e7000) libidn.so.11 => not found libz.so.1 => /lib64/libz.so.1 (0x00007f429d268000) libm.so.6 => /lib64/libm.so.6 (0x00007f429d18d000) libc.so.6 => /lib64/libc.so.6 (0x00007f429cf84000) /lib64/ld-linux-x86-64.so.2 (0x00007f429d28d000)We can download another version from here:
https://ftp.ncbi.nlm.nih.gov/asn1-converters/by_program/table2asn/
We should update the spack package internally
The text was updated successfully, but these errors were encountered: