Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#37871 - [phppgadmin] PLEASE ENTER SUMMARY

Attached to Project: Community Packages
Opened by Fırat Salgür (neurosys) - Friday, 22 November 2013, 00:00 GMT
Last edited by Sergej Pupykin (sergej) - Friday, 22 November 2013, 17:17 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

php 5.5.6-1 X86_64 package isn't compiled with --with-pgsql flag.

I get the following upon accessing the phppgadmin page:

"Your PHP installation does not support PostgreSQL. You need to recompile PHP using the --with-pgsql configure option."


Additional info:
php 5.5.6-1
php-apache 5.5.6-1
php-pgsql 5.5.6-1
phppgadmin 5.1-2


[root@coinrange packer]# php -i
phpinfo()
PHP Version => 5.5.6

System => Linux coinrange.com 3.11.6-x86_64-linode35 #1 SMP Wed Oct 23 15:24:17 EDT 2013 x86_64
Build Date => Nov 12 2013 17:45:30
Configure Command => './configure' '--srcdir=../php-5.5.6' '--config-cache' '--prefix=/usr' '--sbindir=/usr/bin' '--sysconfdir=/etc/php' '--localstatedir=/var' '--with-layout=GNU' '--with-config-file-path=/etc/php' '--with-config-file-scan-dir=/etc/php/conf.d' '--disable-rpath' '--mandir=/usr/share/man' '--without-pear' '--disable-cgi' '--with-readline' '--enable-pcntl' '--enable-bcmath=shared' '--enable-calendar=shared' '--enable-dba=shared' '--enable-exif=shared' '--enable-ftp=shared' '--enable-gd-native-ttf' '--enable-intl=shared' '--enable-mbstring' '--enable-opcache' '--enable-phar=shared' '--enable-posix=shared' '--enable-shmop=shared' '--enable-soap=shared' '--enable-sockets=shared' '--enable-sysvmsg=shared' '--enable-sysvsem=shared' '--enable-sysvshm=shared' '--enable-zip=shared' '--with-bz2=shared' '--with-curl=shared' '--with-db4=/usr' '--with-enchant=shared,/usr' '--with-fpm-systemd' '--with-freetype-dir=/usr' '--with-gd=shared' '--with-gdbm' '--with-gettext=shared' '--with-gmp=shared' '--with-iconv=shared' '--with-icu-dir=/usr' '--with-imap-ssl' '--with-imap=shared' '--with-jpeg-dir=/usr' '--with-vpx-dir=/usr' '--with-ldap=shared' '--with-ldap-sasl' '--with-mcrypt=shared' '--with-mhash' '--with-mssql=shared' '--with-mysql-sock=/run/mysqld/mysqld.sock' '--with-mysql=shared,mysqlnd' '--with-mysqli=shared,mysqlnd' '--with-openssl=shared' '--with-pcre-regex=/usr' '--with-pdo-mysql=shared,mysqlnd' '--with-pdo-odbc=shared,unixODBC,/usr' '--with-pdo-pgsql=shared' '--with-pdo-sqlite=shared,/usr' '--with-pgsql=shared' '--with-png-dir=/usr' '--with-pspell=shared' '--with-snmp=shared' '--with-sqlite3=shared,/usr' '--with-tidy=shared' '--with-unixODBC=shared,/usr' '--with-xmlrpc=shared' '--with-xsl=shared' '--with-zlib'


This task depends upon

Closed by  Sergej Pupykin (sergej)
Friday, 22 November 2013, 17:17 GMT
Reason for closing:  Works for me
Comment by Fırat Salgür (neurosys) - Friday, 22 November 2013, 00:01 GMT
Sorry for the missing summary title.
Comment by Sergej Pupykin (sergej) - Friday, 22 November 2013, 17:17 GMT
uncomment

extension=pgsql.so

in php.ini

Loading...