./build exim error

Maybe this is the reason to. After put ./build eximconf i have:
Selecting exim.conf 4.5.35 automatically, as older versions are not supported with exim 4.95 and newer.
 
Maybe this is the reason to
No that's only a notice that it uses a newer exim.conf version. The problem starts with the exim_sha_init which is a security hash thing, so imho still openssl.
However, I don't know how to fix this, how to revert to an earlier openSSL version or how to fix this with the current one.

This might be even more a reason for this to not work.
PS. system centos 4.11.3
You sure? You are working with Centos 4? That is already unsupported for a long time.
 
I have this:

[root@s /]# rpm -qa | grep openssl
openssl-libs-1.0.2k-25.el7_9.x86_64
openssl11-libs-1.1.1k-3.el7.x86_64
openssl-1.0.2k-25.el7_9.x86_64
openssl-devel-1.0.2k-25.el7_9.x86_64
you can remove any packages in centos with yum remove <package-name> or yum remove <package-name>
there is a guide on how to setup DA on CentOS 7x 8x etc. the link is here https://docs.directadmin.com/getting-started/installation/overview.html

you want to make sure you have the most basic install of your operating system like for example a net-install of the OS with the bare minium, then you can install the pre-required packages for DA which are listed here https://docs.directadmin.com/getting-started/installation/overview.html#common-pre-install-commands and then install DA afterwards.

Lastly, CentOS future is looking grim, you might want to take @jamgames2 advice and move to a distro that is not near EOL and supported for years to come, CentOS 7 eol date is ~2024 but that might change really soon.

Good luck!
 
Back
Top