I have a CentOS 5.7 64-bit running on Xen with Plesk 10.4.4
Although the 32-bits version is there, its 64-bits is missing from the repos.
I think if I investigate further I'll be able to get a 64-bit sqlite module there, but I would like to know why it is missing in the first place and I want to be sure I will have the proper version in the future.
What to do now?
# uname -a
Linux ******l 2.6.18-274.7.1.el5xen #1 SMP Thu Oct 20 17:06:34 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux
# php -i >/dev/null
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/sqlite.so' - /usr/lib64/php/modules/sqlite.so: cannot open shared object file: No such file or directory in Unknown on line 0
Although the 32-bits version is there, its 64-bits is missing from the repos.
# yum search sqlite | grep php
php-pear-Log.noarch : Abstracted logging facility for PHP
php-pear-log.noarch : PEAR package for logging
php53-sqlite2.i386 : PHP5 bindings to SQLite v2, a file-based SQL engine
# ls /usr/lib/php/modules/
sqlite.so
# ls /usr/lib64/php/modules/ | grep sql
mysqli.so
mysql.so
pdo_mysql.so
pdo_sqlite.so
I think if I investigate further I'll be able to get a 64-bit sqlite module there, but I would like to know why it is missing in the first place and I want to be sure I will have the proper version in the future.
What to do now?