Drupal 7 on Ubuntu Jaunty
I follow this page for install instructions
You need pdo enabled
http://wiki.firebirdsql.org/wiki/index.php?page=Firebird+PDO+on+Ubuntu
sudo apt-get install libapache2-mod-php5 php5-interbase firebird2.1-super git-core
cd /var/www
sudo wget http://ftp.
drupal
.org/files/projects/
drupal
-
7
.x-dev.tar.gz
tar -jxvf
drupal
-
7
.x-dev.tar.gz
firebird
drupal
module is now in git with some corrections compared to the initial module
http://gitorious.org/firebird-drupal/firebird-drupal
git clone http://git.gitorious.org/firebird-
drupal
/firebird-
drupal
.git
mv firebird-
drupal
/firebird
drupal
-
7
.x-dev/includes/database/
sudo chown -R www-data.www-data ../www
load in browser
http://localhost/drupal-7.x-dev/install.php
create db and use for database name
/var/lib/firebird/2.1/data/drupal7.fdb
Then i got yet another error
Failed to CREATE a test table on your Firebird database server with the command CREATE TABLE drupal_install_test (id int NULL). Firebird reports the following message: CREATE TABLE drupal_install_test (id int) - Array ( ) SQLSTATE[HY000]: General error: -607 unsuccessful metadata update Table DRUPAL_INSTALL_TEST already exists