<HTML>
<HEAD>
<TITLE>New install woes - 1.5.3 w/ mysql</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Hi all,<BR>
<BR>
Apparently I am missing something fundamentally here; trying to get mysql functions working with the kamdbctl command, but it seems that while it locates the kamdbctl.mysql file, it can&#8217;t locate/use the the locate_tool() function from the &#8216;kamctl.base&#8217; (which is called at the top of kamdbctl.mysql). I have been going back through trunk/INSTALL file and not seeing anything that is standing out. Neither when I &#8220;strace&#8221; the &#8216;kamdbctl create&#8217; command. &nbsp;But seems that my environment is missing something. &nbsp;I don&#8217;t recall such issues with my production 1.4.2 machine.<BR>
<BR>
It&#8217;s a fresh install CentOS 5.4 with most items (e.g. mysql server/client) installed via the standard yum repo&#8217;s. &nbsp;I tried 1.5.3 from both building it from source as as well as the linux/i386 binary set. &nbsp;Still the same results. &nbsp;Thoughts?<BR>
<BR>
[root@misfits kamailio]# kamctl start<BR>
database engine 'MYSQL' loaded<BR>
Control engine 'FIFO' loaded<BR>
<BR>
INFO: Starting Kamailio : <BR>
INFO: started (pid: 9006)<BR>
<BR>
[root@misfits kamailio]# kamdbctl create<BR>
/usr/local/lib/kamailio/kamctl/kamdbctl.mysql: line 25: locate_tool: command not found<BR>
error: 'mysql' tool not found: set MYSQL variable to correct tool path<BR>
<BR>
</SPAN></FONT>
</BODY>
</HTML>