No check_mysql

Hi all,
I have been able to install and configure nagios successfully and running but I can’t seem to see check_mysql in the /libexec directory mysql is installed and compiled from source (and not installed from rpm) how do I direct nagios-plugin to mysql using ./configure or is there a way to get ./configure to compile check_mysql along with other plugins??
thanks

./configure doesn’t complain about mising library?
Are you sure you have mysql-devel, mysql-client and similar packages installed?

Luca

If you have check_mysql in the plugins directory, you might just need to edit the nrpe.cfg or commands.cfg to properly declare the definition.

I know this is an old post but its a current problem I am working on so I figured I’d post.