Created attachment 179789 [details] fix I'm using icingaweb2 with postgresql backend. It depends only on the pdo_pgsql PHP component when postgres support is enabled, but just after login the code uses the pg_unescape_bytea() function, which comes from the pgsql component. [1] Attached patch adds a dependency on the pgsql component when enabling postgres support. [1] https://github.com/Icinga/icingaweb2/blob/master/library/Icinga/Authentication/User/DbUserBackend.php line 211
A commit references this bug: Author: lme Date: Thu Feb 9 15:46:47 UTC 2017 New revision: 433739 URL: https://svnweb.freebsd.org/changeset/ports/433739 Log: net-mgmt/icingaweb2: Add missing dependency when using PostgreSQL PR: 216931 Submitted by: madpilot MFH: 2017Q1 Changes: head/net-mgmt/icingaweb2/Makefile
Committed, thanks a lot!
A commit references this bug: Author: lme Date: Thu Feb 9 16:34:05 UTC 2017 New revision: 433741 URL: https://svnweb.freebsd.org/changeset/ports/433741 Log: MFH: r433739 net-mgmt/icingaweb2: Add missing dependency when using PostgreSQL PR: 216931 Submitted by: madpilot Approved by: portmgr (feld) Changes: _U branches/2017Q1/ branches/2017Q1/net-mgmt/icingaweb2/Makefile