Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-17665

net-mgmt/zabbix44-server failed with "LIBXML2 library not found"

XMLWordPrintable

    • Icon: Problem report Problem report
    • Resolution: Cannot Reproduce
    • Icon: Trivial Trivial
    • None
    • 4.4.7
    • Installation (I)
    • None
    • FreeBSD sandbox 12.1-RELEASE-p1 FreeBSD 12.1-RELEASE-p1 GENERIC amd64

      Script 'configure' did not recognize full path to pkg-config on my FreeBSD12 jail during net-mgmt/zabbbix44-server port build.

      The problem is in lookup a full path to pkg-config. The pkg-config port is installed.

      When I changed (see patch below) detected $PKG_CONFIG to full path, configure finished successfully and port built too.

      {{— /usr//obj/usr/ports/net-mgmt/zabbix44-server/work/zabbix-4.4.7/configure.orig 2020-05-01 02:09:30.575618000 +0000}}
      {{+++ /usr/obj/usr/ports/net-mgmt/zabbix44-server/work/zabbix-4.4.7/configure 2020-05-01 02:11:29.872901000 +0000}}
      @@ -9663 +9663 @@
      - if test -x "$PKG_CONFIG"; then
      + if test -x "/usr/local/bin/pkg-config"; then
      

        1. config.log
          342 kB
          Alexander Ignatyev

            kpavars Kristians Pavars
            -=Alex=- Alexander Ignatyev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: