Active8
Verified User
- Joined
- Jul 13, 2013
- Messages
- 1,800
While still struggling with this problem in other thread https://forum.directadmin.com/threa...-missing-from-command-line.67003/#post-352815 I get some help from the Almalinux community
So there is something changed in the Makefile of Exim apparently , later I have found this in DA wiki
I have take an look at the Mafifile file but have totally no clue how to build this with -lpthread option
Can someone help me with this ?
Also an question for the @DirectAdmin Support : is there any changes made with the Makefile for exim 4.96 ?
Jason Tucker
I don't think that's related to the OS migration specifically, but... do your build options contain -lpthread? If not, try adding it.
So there is something changed in the Makefile of Exim apparently , later I have found this in DA wiki
If you need to customize the Makefile, type:
cd /usr/local/directadmin/custombuild mkdir -p custom/exim/ wget -O custom/exim/Makefile http://files.directadmin.com/services/custombuild/Makefile
Edit the custom/exim/Makefile , and use #1, above, to compile it.
I have take an look at the Mafifile file but have totally no clue how to build this with -lpthread option
Can someone help me with this ?
Also an question for the @DirectAdmin Support : is there any changes made with the Makefile for exim 4.96 ?