Page 1 of 1

OpenSSL API compat error [SOLVED]

Posted: Thu Dec 22, 2022 4:33 pm
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.


Re: OpenSSL API compat error

Posted: Tue Mar 14, 2023 12:08 am
by sonny

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

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


Re: OpenSSL API compat error

Posted: Tue Mar 14, 2023 12:09 pm
by Jasper

@sonny

Can you show me how you compiled this?


Re: OpenSSL API compat error

Posted: Tue Mar 14, 2023 11:00 pm
by sonny

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

./Configure
make
make test
make install

FYI, the 3.10 version out


Re: OpenSSL API compat error

Posted: Wed Mar 15, 2023 5:47 am
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

Re: OpenSSL API compat error

Posted: Wed Mar 15, 2023 7:05 am
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.

Re: OpenSSL API compat error [SOLVED]

Posted: Sun Mar 19, 2023 10:30 am
by Jasper

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