andrew-d / static-binaries

Various *nix tools built as statically-linked binaries
Other
3.1k stars 566 forks source link

Update openssl verison #37

Open bryfry opened 2 years ago

bryfry commented 2 years ago

Updating to 1.1.1d fixes socat compilation error related to file globbing:

+ cd openssl-1.1.0f
+ CC='/usr/bin/gcc -static'
+ ./Configure no-shared no-async linux-x86_64
"glob" is not exported by the File::Glob module
Can't continue after import errors at ./Configure line 17.
BEGIN failed--compilation aborted at ./Configure line 17.
mathieu-aubin commented 2 years ago

Wouldnt updating openssl everywhere else also be good?

NAP3XD commented 2 years ago

yeah no kidding nothing works for me out of these. 12-21. non of em work for me when trying to docker run blahhbalh

mathieu-aubin commented 2 years ago

@NAP3XD have you tried to build with an updated version of openssl? Do you have the knowledge to do so? If not, i could help you... let me know which program from here and i can build with updated dependencies to verify it works and then you can build it yourself...

Mind you, static binaries aren't something that one should 'rely' on but... they are useful, sometimes, for cross platform as a tool in a toolbox.

Speaking of toolbox, there is a thing called Toybox which you should check out.