You can try to run --with-dhcp-mysql parameter without specifying a location of the mysql_config program if mysql_config is in one of the default locations, e.g. ./configure --with-dhcp-mysql ..... If it isn't in any default location you should specify a path to mysql_config program. Don't specify location of mysql or my.cnf!
On my Centos 7 I successfully used 'whereis' to locate it: $ whereis mysql_config mysql_config: /usr/bin/mysql_config Marcin Siodelski ISC On 30.09.2016 18:32, luke devon wrote: > Hi > > Can somebody help me on identify the correct mysql_config path ? > > configure: error: --with-dhcp-mysql should point to a mysql_config program > > My OS is : CentOS7 > Installed mysql using yum > > --with-dhcp-mysql=//usr/bin/mysql --> doesnt work > > --with-dhcp-mysql=/etc/my.cnf --> doesnt work > > > regards > Luke > > > _______________________________________________ > Kea-users mailing list > [email protected] > https://lists.isc.org/mailman/listinfo/kea-users > _______________________________________________ Kea-users mailing list [email protected] https://lists.isc.org/mailman/listinfo/kea-users
