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

Update openssl verison #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update openssl verison #37

wants to merge 1 commit into from

Conversation

bryfry
Copy link

@bryfry bryfry commented Nov 12, 2021

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.

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
Copy link
Contributor

Wouldnt updating openssl everywhere else also be good?

@NAP3XD
Copy link

NAP3XD commented Dec 21, 2021

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
Copy link
Contributor

@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.

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

Successfully merging this pull request may close these issues.

3 participants