Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 10566] New: php.mk is missing option --with-pgsql
@ 2017-12-08 19:13 bugzilla at busybox.net
  2018-01-10 20:04 ` [Buildroot] [Bug 10566] " bugzilla at busybox.net
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2017-12-08 19:13 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=10566

            Bug ID: 10566
           Summary: php.mk is missing option --with-pgsql
           Product: buildroot
           Version: 2017.02.5
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned at buildroot.uclibc.org
          Reporter: Peter.Pashkov at utas.utc.com
                CC: buildroot at uclibc.org
  Target Milestone: ---

When tried to install zabbix server using PostgreSQL database the setup page
gave an error message "At least one of MySQL, PostgreSQL, Oracle or IBM DB2
should be supported."
This pointed out to that php was configured without "--with-pgsql". The php.mk
file that is in charge of setting different configuration options to
"configure" script doesn't have the option at all.

The version of buildroot in use is: buildroot-2017.02.6

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [Bug 10566] php.mk is missing option --with-pgsql
  2017-12-08 19:13 [Buildroot] [Bug 10566] New: php.mk is missing option --with-pgsql bugzilla at busybox.net
@ 2018-01-10 20:04 ` bugzilla at busybox.net
  2018-01-10 20:10 ` bugzilla at busybox.net
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2018-01-10 20:04 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=10566

Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #1 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
We already have PostgreSQL support in PHP:

ifeq ($(BR2_PACKAGE_PHP_EXT_PDO_POSTGRESQL),y)
PHP_CONF_OPTS += --with-pdo-pgsql=$(STAGING_DIR)/usr
PHP_DEPENDENCIES += postgresql
endif

Are you sure you had BR2_PACKAGE_PHP_EXT_PDO_POSTGRESQL enabled ?

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [Bug 10566] php.mk is missing option --with-pgsql
  2017-12-08 19:13 [Buildroot] [Bug 10566] New: php.mk is missing option --with-pgsql bugzilla at busybox.net
  2018-01-10 20:04 ` [Buildroot] [Bug 10566] " bugzilla at busybox.net
@ 2018-01-10 20:10 ` bugzilla at busybox.net
  2018-01-10 20:15 ` bugzilla at busybox.net
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2018-01-10 20:10 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=10566

--- Comment #2 from Peter <Peter.Pashkov@utas.utc.com> ---
Currently only "--with-pdo-pgsql" is supported, but "--with-pgsql" is missing.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [Bug 10566] php.mk is missing option --with-pgsql
  2017-12-08 19:13 [Buildroot] [Bug 10566] New: php.mk is missing option --with-pgsql bugzilla at busybox.net
  2018-01-10 20:04 ` [Buildroot] [Bug 10566] " bugzilla at busybox.net
  2018-01-10 20:10 ` bugzilla at busybox.net
@ 2018-01-10 20:15 ` bugzilla at busybox.net
  2018-01-16 22:29 ` bugzilla at busybox.net
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2018-01-10 20:15 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=10566

Peter <Peter.Pashkov@utas.utc.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|WORKSFORME                  |---
             Status|RESOLVED                    |REOPENED

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [Bug 10566] php.mk is missing option --with-pgsql
  2017-12-08 19:13 [Buildroot] [Bug 10566] New: php.mk is missing option --with-pgsql bugzilla at busybox.net
                   ` (2 preceding siblings ...)
  2018-01-10 20:15 ` bugzilla at busybox.net
@ 2018-01-16 22:29 ` bugzilla at busybox.net
  2018-01-16 22:29 ` bugzilla at busybox.net
  2019-08-11 23:27 ` bugzilla at busybox.net
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2018-01-16 22:29 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=10566

--- Comment #3 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
Could you submit a patch adding the support for --with-pgsql ? Since you're the
one who needs this, you're in the best position to actually test it.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [Bug 10566] php.mk is missing option --with-pgsql
  2017-12-08 19:13 [Buildroot] [Bug 10566] New: php.mk is missing option --with-pgsql bugzilla at busybox.net
                   ` (3 preceding siblings ...)
  2018-01-16 22:29 ` bugzilla at busybox.net
@ 2018-01-16 22:29 ` bugzilla at busybox.net
  2019-08-11 23:27 ` bugzilla at busybox.net
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2018-01-16 22:29 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=10566

Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [Bug 10566] php.mk is missing option --with-pgsql
  2017-12-08 19:13 [Buildroot] [Bug 10566] New: php.mk is missing option --with-pgsql bugzilla at busybox.net
                   ` (4 preceding siblings ...)
  2018-01-16 22:29 ` bugzilla at busybox.net
@ 2019-08-11 23:27 ` bugzilla at busybox.net
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2019-08-11 23:27 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=10566

Carlos Santos <unixmania@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|REOPENED                    |RESOLVED

--- Comment #4 from Carlos Santos <unixmania@gmail.com> ---
Fixed by commit

  03d52226e2 package/php: add support for PostgreSQL (non-PDO)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-08-11 23:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-08 19:13 [Buildroot] [Bug 10566] New: php.mk is missing option --with-pgsql bugzilla at busybox.net
2018-01-10 20:04 ` [Buildroot] [Bug 10566] " bugzilla at busybox.net
2018-01-10 20:10 ` bugzilla at busybox.net
2018-01-10 20:15 ` bugzilla at busybox.net
2018-01-16 22:29 ` bugzilla at busybox.net
2018-01-16 22:29 ` bugzilla at busybox.net
2019-08-11 23:27 ` bugzilla at busybox.net

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox