| If you get this error while trying to compile exim: >>> Creating links to source files...
Please install ExtUtils::Embed for /usr/bin/perl
grep: Makefile: No such file or directory
Missing CFLAGS_DYNAMIC inhibits building dynamic module lookup
../scripts/lookups-Makefile: line 115: lookups/Makefile.predynamic: No such file or directory
grep: Makefile: No such file or directory
grep: Makefile: No such file or directory
grep: Makefile: No such file or directory
grep: Makefile: No such file or directory
../scripts/lookups-Makefile: line 138: lookups/Makefile.predynamic: No such file or directory
make[1]: Entering directory `/usr/local/directadmin/custombuild/exim-4.76/build-Linux-x86_64'
make[1]: *** No targets specified and no makefile found. Stop.
make[1]: Leaving directory `/usr/local/directadmin/custombuild/exim-4.76/build-Linux-x86_64'
make: *** [all] Error 2 You can either install it with yum, eg:yum install perl-ExtUtils-Embed or via source:wget http://www.cpan.org/modules/by-module/ExtUtils/ExtUtils-Embed-1.14.tar.gz
tar xvzf ExtUtils-Embed-1.14.tar.gz
cd ExtUtils-Embed-1.14
perl Makefile.PL
make
make install or via cpan:cpan -i ExtUtils::Embed be sure to also install any dependencies requested by cpan. |