Author Topic: roundcube0.8.6 Installation errors  (Read 3482 times)

Offline xingzhe234

  • Newbie
  • *
  • Posts: 1
roundcube0.8.6 Installation errors
« on: April 06, 2013, 02:12:08 AM »
I am prompted to install roundcube0.8.6   

Checking PHP version
Version:  OK(PHP 5.3.3 detected)
Checking PHP extensions

The following modules/extensions are required to run Roundcube:
PCRE:  OK
DOM:  OK
Session:  OK
XML:  OK
JSON:  OK

The next couple of extensions are optional and recommended to get the best performance:
FileInfo:  OK
Libiconv:  OK
Multibyte:  OK
OpenSSL:  OK
Mcrypt:  NOT AVAILABLE(See http://www.php.net/manual/en/book.mcrypt.php)
Intl:  OK
Exif:  OK
Checking available databases

Check which of the supported extensions are installed. At least one of them is required.
MySQL:  OK
MySQLi:  OK
PostgreSQL:  OK
SQLite (v2):  NOT AVAILABLE(Not installed)
Check for required 3rd party libs

This also checks if the include path is set correctly.
PEAR:  OK
MDB2:  OK
Net_SMTP:  OK
Net_IDNA2:  OK
Mail_mime:  OK
Checking php.ini/.htaccess settings

The following settings are required to run Roundcube:
file_uploads:  OK
session.auto_start:  OK
zend.ze1_compatibility_mode:  OK
mbstring.func_overload:  OK
suhosin.session.encrypt:  OK
magic_quotes_runtime:  OK
magic_quotes_sybase:  OK
date.timezone:  OK

The following settings are optional and recommended:
allow_url_fopen:  OK



Quote
SQLite (v2):  NOT AVAILABLE(Not installed)
Checking my server:
Quote
rpm -qa |grep sqlite*
qt-sqlite-4.6.2-17.el6.i686
sqlite-3.6.20-1.el6.i686
Obviously this is version 3 not 2.
Presumably RoundCube doesn't like v3.
Where can I get v2 from.

Thanks,

Offline alec

  • Hero Member
  • *****
  • Posts: 1,365
Re: roundcube0.8.6 Installation errors
« Reply #1 on: April 06, 2013, 02:41:51 AM »
Get version 0.9rc2, stable will be released soon. It works with sqlite3.