Archive for the tag 'sqlite'

SBDavid

Roundcube & SQLite

Roundcube & SQLite

cPanel™ 11.25 adds support for using SQLite [http://www.sqlite.org/] as the RoundCube data store. When this option is enabled, each email account receives its own SQLite database file, which resides in /home/us
er/etc/example.com/user.rcube.db
. The database file for the cPanel™ account is /home/user/etc/example.rcube.db.

This feature also changes the process ID of webmail logins for RoundCube sessions. Rather than being owned by the cpanelroundcube user, the process is owned by the cPanel™ system account that owns the email account.

SBDavid

Yum error: No module named sqlite

Yum error: No module named sqlite

yum seems to be showing sqlite error.

yum clean all

There was a problem importing one of the Python modules required to run yum. The error leading to this problem was:

No module named sqlite

Reference : http://wiki.linux.duke.edu/YumFaq

To fix this download the latest python-sqlite rpm from CentOS mirror and peform a forceful upgrade.

rpm -Uvh python-sqlite-1.1.7-1.2.1.i386.rpm –force

yum clean all

yum update