interbase.ini in incorrect php configuration directory

Bug #1258073 reported by Mikkel Kirkgaard Nielsen
This bug report is a duplicate of:  Bug #1243568: put ini in correct path. Edit Remove
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
php-interbase (Ubuntu)
New
Undecided
Unassigned

Bug Description

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

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.