Update Exim 4.95 to 4.96 undefined reference to `pcre2_match_8'

Pzz

Verified User
Joined
May 20, 2013
Messages
132
Location
The Hague area, The Netherlands
When updating Exim 4.95 to 4.96 I get a lot of `pcre2_**********_8' (log in attachment) ending with a

Code:
collect2: error: ld returned 1 exit status
make[1]: *** [exim] Error 1
make[1]: Leaving directory `/usr/local/directadmin/custombuild/exim-4.96/build-Linux-x86_64'
make: *** [all] Error 2

How can I fix this?
 

Attachments

First have a look if you're not on files6.directadmin.conf mirror because that is missing things.

Try this too:
Code:
cd /usr/local/directadmin/custombuild
./build update
rm -f versions.txt
./build get_versions_txt

Check your ./build version if it's revision rev: 2939.
 
I’d also suggest checking custom/ directory to make sure you have no custom Makefile there.
 
Back
Top