Your message dated Tue, 25 Apr 2006 06:30:18 +1000
with message-id <[EMAIL PROTECTED]>
and subject line [php-maint] Bug#364636: php4-pgsql: No apache2 php.ini changes
after php4.pgsql installation
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: php4-pgsql
Version: 4:4.4.2-1+b1
Severity: important
After php4-pgsql installation, phppgadmin home page says "Your PHP installation
does not support PostgreSQL. You need to recompile PHP
using the --with-pgsql configure option.".
I've manyally added "extension=pgsql.so" to /etc/php4/apache2/php.ini and now
phppgadmin works fine.
In one Sarge php4-pgsql (and phppgadmin) installation I see this line in
php.ini. Seems that the Sid installation fails.
Maybe related bug: 360105
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686-smp
Locale: LANG=ca_ES.UTF-8, LC_CTYPE=ca_ES.UTF-8 (charmap=UTF-8)
Versions of packages php4-pgsql depends on:
ii debconf [debconf-2.0] 1.4.72 Debian configuration management sy
ii libapache2-mod-php4 [phpapi 4:4.4.2-1+b1 server-side, HTML-embedded scripti
ii libc6 2.3.6-7 GNU C Library: Shared libraries
ii libpq4 8.1.3-4 PostgreSQL C client library
ii php4-cli [phpapi-20050606] 4:4.4.2-1+b1 command-line interpreter for the p
ii php4-common 4:4.4.2-1+b1 Common files for packages built fr
php4-pgsql recommends no packages.
-- debconf information:
php4/extension_pgsql_cli: false
php4/extension_pgsql_apache2: false
php4/add_extension: true
php4/remove_extension: true
--- End Message ---
--- Begin Message ---
Benjamà Villoslada wrote:
>
> -- debconf information:
> php4/extension_pgsql_cli: false
> php4/extension_pgsql_apache2: false
These question default to "true", and if you go with the defaults, you
get the lines added to your php.ini (in your case, for both cli and
apache2) automatically.
If you answer "no" to the question about enabling pgsql support then,
oddly enough, it won't get added for you.
We have plenty of bugs about our broken Debconf config handling in PHP,
but this one doesn't appear to be one of them.
... Adam
--- End Message ---