Exim 4.84 released

unihostbrasil

Verified User
Joined
Nov 23, 2009
Messages
208
Location
São Paulo - Brazil
This release comes right on the heels of the previous 4.83 release. We
developers deemed it necessary to immediately release a new version to
fix a regression in the MIME handling code. Aside from the MIME fix,
there is a small change to silence a compiler warning, and a small
change to exipick which allows it to properly parse spool files if built
with Experimental DSN support.

The ChangeLog can be reviewed at:

http://git.exim.org/exim.git/blob/exim-4_84:/doc/doc-txt/ChangeLog
 
I got error

In file included from tls.c:99:
tls-openssl.c: In function 'tls_client_start':
tls-openssl.c:1667: error: 'TLSEXT_STATUSTYPE_ocsp' undeclared (first use in this function)
tls-openssl.c:1667: error: (Each undeclared identifier is reported only once
tls-openssl.c:1667: error: for each function it appears in.)
In file included from tls.c:100:
tlscert-openssl.c: In function 'asn1_time_copy':
tlscert-openssl.c:126: warning: passing argument 2 of 'ASN1_TIME_print' discards qualifiers from pointer target type
make[1]: *** [tls.o] Error 1
make[1]: Leaving directory `/usr/local/directadmin/custombuild/exim-4.84/build-Linux-i386'
make: *** [all] Error 2

*** The make has failed, would you like to try to make again? (y,n):

and I don't know how to fix it, any suggestion what and how I check?
 
Trying to update my DA and it fails on Exim 4.84 (on FreeBSD 9.1 64bit):

Code:
Installing php...
Installing PHP SAPI module:       apache2handler
/var/www/build/instdso.sh SH_LIBTOOL='/var/www/build/libtool' libphp5.la /usr/lib/apache
/var/www/build/libtool --mode=install cp libphp5.la /usr/lib/apache/
cp .libs/libphp5.so /usr/lib/apache/libphp5.so
cp .libs/libphp5.lai /usr/lib/apache/libphp5.la
libtool: install: warning: remember to run `libtool --finish /usr/local/directadmin/custombuild/php-5.3.29/libs'
chmod 755 /usr/lib/apache/libphp5.so
[activating module `php5' in /etc/httpd/conf/httpd.conf]
Installing PHP CLI binary:        /usr/local/bin/
Installing PHP CLI man page:      /usr/local/man/man1/
Installing build environment:     /usr/local/lib/php/build/
Installing header files:          /usr/local/include/php/
Installing helper programs:       /usr/local/bin/
  program: phpize
  program: php-config
Installing man pages:             /usr/local/man/man1/
  page: phpize.1
  page: php-config.1
Installing PEAR environment:      /usr/local/lib/php/
[PEAR] Archive_Tar    - upgraded:  1.3.12
[PEAR] Console_Getopt - already installed: 1.3.1
[PEAR] Structures_Graph- already installed: 1.0.4
pear/pear dependency package "pear/XML_Util" downloaded version 1.2.3 is not the recommended version 1.2.1, but may be compatible, use --force to install
pear/XML_Util cannot be installed, conflicts with installed packages
[PEAR] XML_Util       - upgraded:  1.2.3
[PEAR] PEAR           - upgraded:  1.9.5
Wrote PEAR system config file at: /usr/local/etc/pear.conf
You may want to add: /usr/local/lib/php to your php.ini include_path
/usr/local/directadmin/custombuild/php-5.3.29/build/shtool install -c ext/phar/phar.phar /usr/local/bin
ln -s -f /usr/local/bin/phar.phar /usr/local/bin/phar
Installing PDO headers:          /usr/local/include/php/ext/pdo/
PHP 5.3.29 Installed.
Rewriting all users httpd.conf files, please wait...
Debug mode. Level 10

dataskq: command: action=rewrite&value=httpd
Restarting apache.
Stopping httpd: 	[ OK ]
Remaining processes: 1
Stopping httpd: 	[ OK ]
Starting httpd: 	[ OK ]
The webalizer binary exists, aborting.  Delete /usr/local/bin/webalizer if you wish to compile.
File already exists:	exim-4.84.tar.gz
File already exists:	exim
File already exists:	exim_freebsd
File already exists:	exim_debian
Found /usr/local/directadmin/custombuild/exim-4.84.tar.gz
Extracting ...
[Fri Oct 24 22:42:44 2014] [warn] (2)No such file or directory: Failed to enable the 'httpready' Accept Filter
[Fri Oct 24 22:42:44 2014] [warn] (2)No such file or directory: Failed to enable the 'dataready' Accept Filter
Done.
wget: unrecognized option `--connect-timeout=5'
Usage: wget [OPTION]... [URL]...

Try `wget --help' for more options.
Trying to make exim...

*** Please create Local/Makefile by copying src/EDITME and making
*** appropriate changes for your site.

*** [Local/Makefile] Error code 1

Stop in /usr/local/directadmin/custombuild/exim-4.84.
 
May you let us know the output of the following command?

Code:
wget --help | grep timeout
 
Back
Top