OpenSSL API compat error [SOLVED]

Moderators: 666philb, Forum moderators

Post Reply
User avatar
Jasper
Posts: 1829
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 771 times
Been thanked: 428 times

OpenSSL API compat error [SOLVED]

Post by Jasper »

Hi there

Can someone let me know how I can fix this error message?

"OPENSSL_API_COMPAT expresses an impossible API compatibility level"

Occasionally, I can bypass this if I am able to use GNUTLS is presented as an alternative to using OpenSSL.

Last edited by Jasper on Sat Mar 18, 2023 2:38 pm, edited 1 time in total.
sonny
Posts: 725
Joined: Mon Feb 15, 2021 4:50 pm
Has thanked: 486 times
Been thanked: 173 times

Re: OpenSSL API compat error

Post by sonny »

I installed OpenSSL 3.0.8 to make it go away...

https://github.com/openssl/openssl/rele ... 0.8.tar.gz

User avatar
Jasper
Posts: 1829
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 771 times
Been thanked: 428 times

Re: OpenSSL API compat error

Post by Jasper »

@sonny

Can you show me how you compiled this?

sonny
Posts: 725
Joined: Mon Feb 15, 2021 4:50 pm
Has thanked: 486 times
Been thanked: 173 times

Re: OpenSSL API compat error

Post by sonny »

As usual... but it's THE capital C on Configure

./Configure
make
make test
make install

FYI, the 3.10 version out

User avatar
Jasper
Posts: 1829
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 771 times
Been thanked: 428 times

Re: OpenSSL API compat error

Post by Jasper »

@sonny

Thanks for showing me how to do this :thumbup:

However, I do have a question to ask.

The existing files are located in

/usr

Following your instructions it places all files in

/usr/local

I did check the available paths available using

echo $PATH

Can you let me know how I can change the installation path so that it overwrites the existing installation instead of creating a second build?

Also, is it possible to strip out the HTML files as this uses up a lot of space?

Thanks in advance
sonny
Posts: 725
Joined: Mon Feb 15, 2021 4:50 pm
Has thanked: 486 times
Been thanked: 173 times

Re: OpenSSL API compat error

Post by sonny »

I guess performing a manual update (or removal of the system version) is not a good idea. Installing a new copy in "/usr/local" is the right practice.
User avatar
Jasper
Posts: 1829
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 771 times
Been thanked: 428 times

Re: OpenSSL API compat error [SOLVED]

Post by Jasper »

Maybe not such a good idea to "mix and match" builds :roll:

Post Reply

Return to “Fossapup64”