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

Pre-compiled are not statically linked #144

Open
ramfaof opened this issue Feb 24, 2023 · 0 comments
Open

Pre-compiled are not statically linked #144

ramfaof opened this issue Feb 24, 2023 · 0 comments

Comments

@ramfaof
Copy link

ramfaof commented Feb 24, 2023

The newest versions of the pre-compiled binary for linux is not statically linked, as claimed in "The Linux binaries are statically linked so they should work on all Linux distributions". Those are the dependencies of the lastest version:

> ldd pngquant 
	linux-vdso.so.1 (0x00007ffe94dd7000)
	libimagequant.so.0 => /lib/x86_64-linux-gnu/libimagequant.so.0 (0x00007f733c9ba000)
	libpng16.so.16 => /lib/x86_64-linux-gnu/libpng16.so.16 (0x00007f733c97f000)
	libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f733c898000)
	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f733c600000)
	libgomp.so.1 => /lib/x86_64-linux-gnu/libgomp.so.1 (0x00007f733c84e000)
	libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f733c830000)
	/lib64/ld-linux-x86-64.so.2 (0x00007f733c9e8000)
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