Unattended non-interactive установка roundcube c хранением БД в MySQL

Posted in Новости on 23 июля, 2014 by admin

Сохраняем словарь ответов :

roundcube-core roundcube/mysql/method select tcp/ip
roundcube-core roundcube/dbconfig-reinstall boolean false
roundcube-core roundcube/dbconfig-install boolean true
roundcube-core roundcube/purge boolean false
roundcube-core roundcube/language select ru_RU
roundcube-core roundcube/db/dbname string roundcube
roundcube-core roundcube/remote/newhost string 127.0.0.1
roundcube-core roundcube/remote/port string 3306
roundcube-core roundcube/restart-webserver boolean false
roundcube-core roundcube/install-error select ignore
roundcube-core roundcube/mysql/admin-user string root
roundcube-core roundcube/mysql/admin-pass password mysqlrootpass
roundcube-core roundcube/mysql/app-pass password
roundcube-core roundcube/database-type select mysql
roundcube-core roundcube/remote/host select 127.0.0.1
roundcube-core roundcube/db/app-user string roundcube

где mysqlrootpass - текущий актуальный пароль для root MySQL

Подгружаем ответы из нашего словаря в систему

debconf-set-selections < roundcube.txt

Ставим пакет :

apt-get install roundcube roundcube-mysql

Tags: ,

configure: error: utf8_mime2text() has new signature, but U8T_CANONICAL is missing. This should not happen. Check config.log for additional information.

Posted in Новости on 18 июля, 2014 by admin

Такая ошибка возникает при попытке собрать php5.4 с опцией —with-imap

Решается установкой пакета — libc-client2007e-dev

apt-get install libc-client2007e-dev

Выставляем владельца и права для сокета php5-fpm

Posted in Новости on 9 июля, 2014 by admin

В конфиг пула нужно просто добавить :

listen.owner = www-data
listen.group = www-data
listen.mode = 0660

соответственно заменив пользователя и права своими нужными.

Tags: , ,