Closed happyfox-robot closed 3 years ago
I have an old binary that uses libreadline.so.6 but this is no longer available. I'm not sure when the changed happened, but I can see with the "ldd" command that it is not found, also I don't see an environment module for it:
$ ldd /home/krcurtis/qiime_software/mothur-1.25.0-release/./mothur linux-vdso.so.1 (0x00007ffe2854b000) libreadline.so.6 => not found libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007fa188319000) libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fa187f7b000) libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fa187d63000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fa187972000) /lib64/ld-linux-x86-64.so.2 (0x00007fa1886a2000)
module avail |& grep readline libreadline/7.0-GCCcore-7.3.0 libreadline/8.0-GCCcore-8.3.0 libreadline/8.0-GCCcore-9.3.0 libreadline/8.0-GCCcore-10.2.0 (D)
Is it possible to create a module for the old libreadline.so.6?
libreadline/6.3-GCC-5.4.0-2.26
I have an old binary that uses libreadline.so.6 but this is no longer available. I'm not sure when the changed happened, but I can see with the "ldd" command that it is not found, also I don't see an environment module for it:
$ ldd /home/krcurtis/qiime_software/mothur-1.25.0-release/./mothur linux-vdso.so.1 (0x00007ffe2854b000) libreadline.so.6 => not found libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007fa188319000) libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fa187f7b000) libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fa187d63000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fa187972000) /lib64/ld-linux-x86-64.so.2 (0x00007fa1886a2000)
module avail |& grep readline libreadline/7.0-GCCcore-7.3.0 libreadline/8.0-GCCcore-8.3.0 libreadline/8.0-GCCcore-9.3.0 libreadline/8.0-GCCcore-10.2.0 (D)
Is it possible to create a module for the old libreadline.so.6?