Notice the "-l -lm". After that "-l" is where the _client_lib_name variable is but since it's blank, configure dies thinking that it has not detected libmysqlclient.
I can make configure work by adding the following lines:
8060a8061,8063
> -lmariadb)
> _client_lib_name="mysqlclient"
> ;;
However, I am not a saavy enough programmer to suggest a permanent fix -- which is why I am posting here.
Any help on where to go from here would be greatly appreciated.
EDIT: I forgot to put in my USE flags:
net-analyzer/zabbix-3.2.6::gentoo was built with the following:
USE="agent frontend ipv6 ldap mysql openipmi server snmp ssl -curl -java -libxml2 -odbc -oracle -postgres -proxy -sqlite -ssh -static -xmpp"
Question
cbdougla
Link to comment
Share on other sites
1 answer to this question
Recommended Posts