I had earlier re-imaged b3 to v2.2 and tried "apt-get install php5-sqlite" without success which I decided was probably because I was going ahead before the b3 repositories were in place. So, just now (having seen the v2.2 release announcement) I ran update which successfully updated (four of) my packages, and then re-tried the install of php5-sqlite (see below).
Code: Select all
# apt-get install php5-sqlite
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following package was automatically installed and is no longer required:
libclass-trigger-perl
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
libsqlite0
The following NEW packages will be installed:
libsqlite0 php5-sqlite
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 222kB of archives.
After this operation, 594kB of additional disk space will be used.
Do you want to continue [Y/n]?
Get:1 http://b3.update.excito.org/ upstream_squeeze/main libsqlite0 armel 2.8.17-6 [174kB]
Get:2 http://b3.update.excito.org/ elvin/main php5-sqlite armel 5.3.2-1ex1 [48.1kB]
Fetched 222kB in 1s (185kB/s)
Selecting previously deselected package libsqlite0.
(Reading database ... 38513 files and directories currently installed.)
Unpacking libsqlite0 (from .../libsqlite0_2.8.17-6_armel.deb) ...
Selecting previously deselected package php5-sqlite.
Unpacking php5-sqlite (from .../php5-sqlite_5.3.2-1ex1_armel.deb) ...
Processing triggers for libapache2-mod-php5 ...
dpkg: version '/etc/php5/conf.d' has bad syntax: invalid character in version number
Reloading web server config: apache2apache2: apr_sockaddr_info_get() failed for b3
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
.
Setting up libsqlite0 (2.8.17-6) ...
Setting up php5-sqlite (5.3.2-1ex1) ...
Any help appreciated.
Mark