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

Figure out why on Ubuntu a system-wide openssl is used #41

Open
thresheek opened this issue Sep 18, 2024 · 2 comments
Open

Figure out why on Ubuntu a system-wide openssl is used #41

thresheek opened this issue Sep 18, 2024 · 2 comments

Comments

@thresheek
Copy link
Member

As evidenced by github actions warnings

@oxpa
Copy link
Collaborator

oxpa commented Sep 18, 2024

Because we download prebuilt binaries for unitctl and those are built with system wide openssl:

:/home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/nginx/homebrew-unit# ldd /home/linuxbrew/.linuxbrew/Cellar/unit/1.33.0/bin/unit{d,ctl} | grep -E '^/|ssl'
/home/linuxbrew/.linuxbrew/Cellar/unit/1.33.0/bin/unitd:
        libssl.so.3 => /home/linuxbrew/.linuxbrew/opt/openssl@3/lib/libssl.so.3 (0x00007d46e3b72000)
        libcrypto.so.3 => /home/linuxbrew/.linuxbrew/opt/openssl@3/lib/libcrypto.so.3 (0x00007d46e361c000)
/home/linuxbrew/.linuxbrew/Cellar/unit/1.33.0/bin/unitctl:
        libssl.so.3 => /lib/x86_64-linux-gnu/libssl.so.3 (0x00007b8e1277e000)

@thresheek
Copy link
Member Author

huh, not very portable then

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

2 participants