Project

General

Profile

[Solved] cross compile mod_openssl with single threaded openssl

Added by dani254 7 months ago

Hello

Since openssl1.1.1 is EOL, I am migrating mod_openssl to use openssl3.0.
In my toolchain there is only gcc 4.8.1 without support for libatomic.
So I have to compile openssl single threaded. (option no-threads).
On my target platform (single core powerpc 32bit cpu) everything seems to work so far.
Are there any known side effects or problems?

Best regards
Daniel


Replies (1)

RE: cross compile mod_openssl with single threaded openssl - Added by gstrauss 7 months ago

On my target platform (single core powerpc 32bit cpu) everything seems to work so far.
Are there any known side effects or problems?

None known. lighttpd is single threaded and is generally very portable, even to older systems.

    (1-1/1)