Skip to content
New issue

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

Linux binaries don't work on Ubuntu 22.04 #5

Open
travispaul opened this issue Aug 23, 2022 · 0 comments
Open

Linux binaries don't work on Ubuntu 22.04 #5

travispaul opened this issue Aug 23, 2022 · 0 comments

Comments

@travispaul
Copy link
Owner

$ 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant