
Originally Posted by
deddy
There seems to be another problem:
root@os7 [~]# php --ri pdo_sqlite
pdo_sqlite
PDO Driver for SQLite 3.x => enabled
php: symbol lookup error: /usr/local/lib/php/extensions/no-debug-non-zts-20090626/pdo_sqlite.so: undefined symbol: sqlite3_libversion
At the present time I am unable to reproduce the issue on several systems:
Code:
# /usr/local/bin/php --ri pdo_sqlite
pdo_sqlite
PDO Driver for SQLite 3.x => enabled
PECL Module version => (bundled) 1.0.1 $Id: pdo_sqlite.c 272374 2008-12-31 11:17:49Z sebastian $
SQLite Library => 3.3.7
What is your PHP version (as obtained via the following command)?
Code:
# /usr/local/bin/php -v
What is the output of the following commands (to obtain versions of the OS, cPanel, EasyApache, and the environment type)?
Code:
# grep -H '' /etc/*release /var/cpanel/envtype
# /scripts/easyapache --version
What are the exact steps being used to trigger or reproduce the issue? Please detail the steps as verbosely as possible to ensure the best chance for an accurate reproduction.
If using a custom EasyApache3 build profile please attach it to your reply; EA3 build profiles can be downloaded via WHM using EasyApache. Using the EA3 build profile we can then attempt to compile Apache and PHP in a similar scenario as where the symptom is being experienced.