Exim does not run after update.

qware23h

Verified User
Joined
Jan 20, 2023
Messages
5
This happens after a update, does anybody know how to fix this problem?

xecuting /usr/local/directadmin/plugins/custombuild/admin/build exim
Package libdb-devel-5.3.21-25.el7.x86_64 already installed and latest version


Transaction check error:
package perl-ExtUtils-Embed-0:1.30-299.el7_9.noarch is already installed
package openssl-devel-1:1.0.2k-25.el7_9.x86_64 is already installed

Error Summary
-------------


######################################################################## 100.0%
Found /usr/local/directadmin/custombuild/exim-4.96-58-g4e9ed49f8.tar.gz
Extracting ...
Done.
Trying to make exim...
/bin/sh scripts/source_checks
>>> Creating lookups/Makefile for building dynamic modules
>>> rebuilt Makefile unchanged

make[1]: Entering directory `/usr/local/directadmin/custombuild/exim-4.96-58-g4e9ed49f8/build-Linux-x86_64'
/bin/sh ../scripts/Configure-config.h "make"
make[2]: Entering directory `/usr/local/directadmin/custombuild/exim-4.96-58-g4e9ed49f8/build-Linux-x86_64'
make[2]: `buildconfig' is up to date.
make[2]: Leaving directory `/usr/local/directadmin/custombuild/exim-4.96-58-g4e9ed49f8/build-Linux-x86_64'
Building configuration file config.h
>>> config.h built

cc -DMACRO_PREDEF macro_predef.c
In file included from macro_predef.c:12:0:
exim.h:527:19: fatal error: pcre2.h: No such file or directory
#include
^
compilation terminated.
Done!
 
This happens after a update, does anybody know how to fix this problem?

xecuting /usr/local/directadmin/plugins/custombuild/admin/build exim
Package libdb-devel-5.3.21-25.el7.x86_64 already installed and latest version


Transaction check error:
package perl-ExtUtils-Embed-0:1.30-299.el7_9.noarch is already installed
package openssl-devel-1:1.0.2k-25.el7_9.x86_64 is already installed

Error Summary
-------------


######################################################################## 100.0%
Found /usr/local/directadmin/custombuild/exim-4.96-58-g4e9ed49f8.tar.gz
Extracting ...
Done.
Trying to make exim...
/bin/sh scripts/source_checks
>>> Creating lookups/Makefile for building dynamic modules
>>> rebuilt Makefile unchanged

make[1]: Entering directory `/usr/local/directadmin/custombuild/exim-4.96-58-g4e9ed49f8/build-Linux-x86_64'
/bin/sh ../scripts/Configure-config.h "make"
make[2]: Entering directory `/usr/local/directadmin/custombuild/exim-4.96-58-g4e9ed49f8/build-Linux-x86_64'
make[2]: `buildconfig' is up to date.
make[2]: Leaving directory `/usr/local/directadmin/custombuild/exim-4.96-58-g4e9ed49f8/build-Linux-x86_64'
Building configuration file config.h
>>> config.h built

cc -DMACRO_PREDEF macro_predef.c
In file included from macro_predef.c:12:0:
exim.h:527:19: fatal error: pcre2.h: No such file or directory
#include
^
compilation terminated.
Done!
Hello, check if pcre is installed and latest version
pcre -version

Try reinstalling pcre and programs dependent on it
cd /usr/local/directadmin/custombuild
./build update
./build versions
./build pcre
./build exim
./build apache
./build php n

Please confirm, but shouldn't hurt reinstalling. Good luck
 
Hello, check if pcre is installed and latest version


Try reinstalling pcre and programs dependent on it


Please confirm, but shouldn't hurt reinstalling. Good luck
This works, thank you all so much!!! :):)
 
Back
Top