Public bug reported:

In 64-bit saucy, when installing the firebird (interbase) extension to php5 
(package php5-interbase), the interbase.ini configuration file is incorrectly 
placed in /etc/php5/conf.d/interbase.ini.
It ought to go into /etc/php5/mods-available/interbase.ini instead where 
php5enmod and php5dismod can find it and link/unlink appropriately in 
/etc/php5/apache2/conf.d/ and /etc/php5/cli/conf.d/ where the php binary picks 
it up.

According to the filelist of the 32-bit version of the package, the
problem seems to be present here also;
http://packages.ubuntu.com/saucy/i386/php5-interbase/filelist.

The extension can be enabled by doing;

sudo ln -s /etc/php5/conf.d/interbase.ini /etc/php5/mods-available/interbase.ini
sudo php5enmod interbase
sudo service apache2 restart

Mikkel


miki@vcas-miki:/etc/php5/mods-available$ lsb_release -rd
Description:    Ubuntu 13.10
Release:        13.10

miki@vcas-miki:/etc/php5/mods-available$ apt-cache policy php5-interbase
php5-interbase:
  Installed: 5.4.6-0ubuntu2
  Candidate: 5.4.6-0ubuntu2
  Version table:
 *** 5.4.6-0ubuntu2 0
        500 http://dk.archive.ubuntu.com/ubuntu/ saucy/universe amd64 Packages
        100 /var/lib/dpkg/status

** Affects: php-interbase (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1258073

Title:
  interbase.ini in incorrect php configuration directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-interbase/+bug/1258073/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to