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

Fixing a problem where the detection of openssl failed on solaris #468

Merged
merged 1 commit into from
Dec 21, 2023

Conversation

enaess
Copy link
Contributor

@enaess enaess commented Dec 20, 2023

Quick and dirty fix to resolve issue in compiling on Solaris fails.

There might be a longer more exhaustive fixed needed here. This is because Solaris 11.4 has two versions of openssl installed. The default one is

library/security/openssl
library/security/openssl-11

They are both installed (by default I think), and the 1.0.2 version is compiled to use for application with FIPS certification requirements. We should probably link to the newer one openssl-11, but the paths aren't setup correctly for this, e.g. /usr/include/openssl points to /usr/openssl/default/include via symlink by default.

Users on Solaris 11.4 should be aware that the way to configure this using the openssl-11 libraries would be to pass the correct
--with-openssl=/usr/openssl/1.1 to the configure (or autogen.sh) command.

…ult case of using pkgconfig isn't available

Signed-off-by: Eivind Næss <[email protected]>
@paulusmack paulusmack merged commit 0c131e9 into ppp-project:master Dec 21, 2023
25 checks passed
@Neustradamus Neustradamus removed the request for review from paulusmack December 21, 2023 20:02
@enaess enaess deleted the solaris branch December 21, 2023 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants