I had Exim 4.71 running fine, and after Perl-5.8.9_3 updated to Perl-5.10_1 with these steps:
0) Fix pkgdb.db (for safety):
1) Reinstall perl with new 5.10:
2) Reinstall everything that depends on Perl:
And during
the Exim package was knocked off unexpectedly.
Tried to deinstall it and after I tried install and got Error:
Anybody does have ideas on how to fix the issue and install the Exim back on again, please?
0) Fix pkgdb.db (for safety):
pkgdb -Ff
1) Reinstall perl with new 5.10:
portupgrade -o lang/perl5.10 -f perl-5.8.\*
2) Reinstall everything that depends on Perl:
portupgrade -fr perl
And during
# portupgrade -fr perl
the Exim package was knocked off unexpectedly.
Tried to deinstall it and after I tried install and got Error:
Code:
# cd /usr/ports/mail/exim/ && make install clean
===> exim-4.71 depends on file: /usr/local/lib/libcrypto.so.7 - found
===> exim-4.71 depends on file: /usr/local/bin/perl5.10.1 - found
===> exim-4.71 depends on shared library: pcre.0 - found
===> exim-4.71 depends on shared library: iconv.3 - found
===> Configuring for exim-4.71
sed: 1: "s,XX_CFLAGS_XX,-O2 -fno ...": bad flag in substitute command: '-'
*** Error code 1
Stop in /usr/ports/mail/exim.
*** Error code 1
Stop in /usr/ports/mail/exim.
Anybody does have ideas on how to fix the issue and install the Exim back on again, please?