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

configure always uses "lmysqlclient" library, whatever the outcome mysql_config --libs

XMLWordPrintable

      On Raspberri Pi, OS ArchLinux ARM, I try to build Zabbix Proxy with client library from Percona Server:
      ./configure --enable-proxy --with-mysql=/usr/bin/perconaserver_config
      But whatever the outcome perconaserver_config --libs
      -L/usr/lib -lperconaserverclient -lpthread -lz -lm -lrt -lssl -lcrypto -ldl
      configure is looking for library "lmysqlclient", not "lperconaserverclient"
      Temporarily solved simply:
      sed-i 's /-lmysqlclient /-lperconaserverclient / g'. / configure

            Unassigned Unassigned
            jeengreen Evgeny Kravchenko
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: