We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.1 LTS Release: 22.04 Codename: jammy $ /nvd_cve ./nvd_cve: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory $ ldd ./nvd_cve linux-vdso.so.1 (0x00007ffc2bfdd000) libssl.so.1.1 => not found libcrypto.so.1.1 => not found libsqlite3.so.0 => /lib/x86_64-linux-gnu/libsqlite3.so.0 (0x00007f9a33b1f000) libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f9a333e0000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f9a33b1a000) libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f9a332f9000) libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f9a33b13000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f9a330d1000) /lib64/ld-linux-x86-64.so.2 (0x00007f9a33c80000)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: