Comment 2 for bug 345263

Revision history for this message
Fabrice Coutadeur (fabricesp) wrote :

it also install fine:
(jaunty)fabrice@fabrice-desktop:~/data/build/temp$ sudo gdebi php-mdb2_2.4.1-1_all.deb
Reading package lists: Done
Reading state information: Done
Reading state information: Done
Reading state information: Done
Reading state information: Done

Requires the installation of the following packages:
php-pear php5-cli php5-common
PHP PEAR module to provide a common API for supported RDBMS
 PEAR MDB2 is a merge of the PEAR DB and Metabase php database
 abstraction layers.
 .
 It provides a common API for all supported RDBMS. The main difference
 to most other DB abstraction packages is that MDB2 goes much further
 to ensure portability. MDB2 provides most of its many features
 optionally that can be used to construct portable SQL statements:
 .
  * Object-Oriented API
  * A DSN (data source name) or array format for specifying database
    servers
  * Datatype abstraction and on demand datatype conversion
  * Various optional fetch modes to fix portability issues
  * Portable error codes
  * Sequential and non sequential row fetching as well as bulk fetching
  * Ability to make buffered and unbuffered queries
  * Ordered array and associative array for the fetched rows
  * Prepare/execute (bind) named and unnamed placeholder emulation
  * Sequence/autoincrement emulation
  * Replace emulation
  * Limited sub select emulation
  * Row limit emulation
  * Transactions/savepoint support
  * Large Object support
  * Index/Unique Key/Primary Key support
  * Pattern matching abstraction
  * Module framework to load advanced functionality on demand
  * Ability to read the information schema
  * RDBMS management methods (creating, dropping, altering)
  * Reverse engineering schemas from an existing database
  * SQL function call abstraction
  * Full integration into the PEAR Framework
  * PHPDoc API documentation
Do you want to install the software package? [y/N]:Y
Done http://archive.ubuntu.com jaunty/main php5-common 5.2.6.dfsg.1-3ubuntu2
Done http://archive.ubuntu.com jaunty/main php5-cli 5.2.6.dfsg.1-3ubuntu2
Done http://archive.ubuntu.com jaunty/main php-pear 5.2.6.dfsg.1-3ubuntu2
Done downloading
Selecting previously deselected package php5-common.
(Reading database ... 87930 files and directories currently installed.)
Unpacking php5-common (from .../php5-common_5.2.6.dfsg.1-3ubuntu2_amd64.deb) ...
Selecting previously deselected package php5-cli.
Unpacking php5-cli (from .../php5-cli_5.2.6.dfsg.1-3ubuntu2_amd64.deb) ...
Selecting previously deselected package php-pear.
Unpacking php-pear (from .../php-pear_5.2.6.dfsg.1-3ubuntu2_all.deb) ...
Processing triggers for man-db ...
Setting up php5-common (5.2.6.dfsg.1-3ubuntu2) ...
Setting up php5-cli (5.2.6.dfsg.1-3ubuntu2) ...

Creating config file /etc/php5/cli/php.ini with new version

Setting up php-pear (5.2.6.dfsg.1-3ubuntu2) ...
Selecting previously deselected package php-mdb2.
(Reading database ... 88125 files and directories currently installed.)
Unpacking php-mdb2 (from php-mdb2_2.4.1-1_all.deb) ...
Setting up php-mdb2 (2.4.1-1) ...