Need help!!!
1. Update my server from FreeBSD 9.0 to 11.0
2. Install mysql 5.5.55 from ports
3. Install Dovecot 2.2.29 from ports
4. Install apache 2.4.25
5. Install php 7.1.4
6. Sites on the base of joomla working very well
7. Try to install roundcubemail. Get stop installation on the Check databases.
In error_log apache:
8. Install instead MySQL PostgreSQL – Result the same.
9. Install other mail web client – “Rainloop” result the same (Can not get list of mailfolders)
In apache error_log - exit signal Bus error (10)
10. Do not use any caches like apc, opcache, x-cache and other.
11. Do you have any idea?
1. Update my server from FreeBSD 9.0 to 11.0
2. Install mysql 5.5.55 from ports
3. Install Dovecot 2.2.29 from ports
4. Install apache 2.4.25
./configure --prefix=/usr/local/ap24 --enable-so --with-mpm=prefork --enable-rewrite --enable-ssl
5. Install php 7.1.4
./configure --with-apxs2=/usr/local/ap24/bin/apxs --with-mysqli --with-pdo-mysql --with-zlib-dir=/usr/local --with-gd --with-jpeg-dir=/usr/local --enable-exif --enable-mbstring --with-openssl --with-curl --with-freetype-dir=/usr/local --disable-ipv6
6. Sites on the base of joomla working very well
7. Try to install roundcubemail. Get stop installation on the Check databases.
In error_log apache:
Code:
7 2017] [core:notice] [pid 2683] AH00052: child pid 2690 exit signal Bus error (10)
29 2017] [core:notice] [pid 2683] AH00052: child pid 2689 exit signal Bus error (10)
8. Install instead MySQL PostgreSQL – Result the same.
9. Install other mail web client – “Rainloop” result the same (Can not get list of mailfolders)
In apache error_log - exit signal Bus error (10)
10. Do not use any caches like apc, opcache, x-cache and other.
11. Do you have any idea?
Last edited by a moderator: