<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’t locate/use the the locate_tool() function from the ‘kamctl.base’ (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 “strace” the ‘kamdbctl create’ command. But seems that my environment is missing something. I don’t recall such issues with my production 1.4.2 machine.<BR>
<BR>
It’s a fresh install CentOS 5.4 with most items (e.g. mysql server/client) installed via the standard yum repo’s. I tried 1.5.3 from both building it from source as as well as the linux/i386 binary set. Still the same results. 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>