New Install of Slack15 with error
by nugax from LinuxQuestions.org on (#6DTKF)
I tried running ntpdate to update my time on my server but got this error on a fresh install of x64 Slackware.
root@darkstar:/usr/bin# ntpdate
ntpdate: error while loading shared libraries: libssl.so.3: cannot open shared object file: No such file or directory
I tried searching but get a lot of different ideas that none have yet to resolve.
ldd output:
root@darkstar:/usr/bin# ldd ntpdate
./ntpdate: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by ./ntpdate)
linux-vdso.so.1 (0x00007ffe975f6000)
libcap.so.2 => /lib64/libcap.so.2 (0x00007fa906172000)
libm.so.6 => /lib64/libm.so.6 (0x00007fa90602a000)
libssl.so.3 => not found
libcrypto.so.3 => not found
libz.so.1 => /lib64/libz.so.1 (0x00007fa906010000)
libc.so.6 => /lib64/libc.so.6 (0x00007fa905e31000)
/lib64/ld-linux-x86-64.so.2 (0x00007fa9061cc000)
root@darkstar:/usr/bin#
root@darkstar:/usr/bin# ntpdate
ntpdate: error while loading shared libraries: libssl.so.3: cannot open shared object file: No such file or directory
I tried searching but get a lot of different ideas that none have yet to resolve.
ldd output:
root@darkstar:/usr/bin# ldd ntpdate
./ntpdate: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by ./ntpdate)
linux-vdso.so.1 (0x00007ffe975f6000)
libcap.so.2 => /lib64/libcap.so.2 (0x00007fa906172000)
libm.so.6 => /lib64/libm.so.6 (0x00007fa90602a000)
libssl.so.3 => not found
libcrypto.so.3 => not found
libz.so.1 => /lib64/libz.so.1 (0x00007fa906010000)
libc.so.6 => /lib64/libc.so.6 (0x00007fa905e31000)
/lib64/ld-linux-x86-64.so.2 (0x00007fa9061cc000)
root@darkstar:/usr/bin#