diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-03-22 17:32:11 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-03-22 17:32:11 +0000 |
commit | c5273a6d8f63f37b502054e97209770e9553c599 (patch) | |
tree | 0d04cd16f99a6aa50423b047afdd36a7611d83df /REQUIREMENTS | |
parent | 63271bf65d7f6da74e832e16217bac5778d21d6b (diff) | |
download | monitoring-plugins-c5273a6d8f63f37b502054e97209770e9553c599.tar.gz |
Reinstated --with-mysql option
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1347 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'REQUIREMENTS')
-rw-r--r-- | REQUIREMENTS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/REQUIREMENTS b/REQUIREMENTS index fbd213b6..bcc6433b 100644 --- a/REQUIREMENTS +++ b/REQUIREMENTS @@ -39,7 +39,7 @@ check_mysql, check_mysql_query: Lib: libmysql, libmysqlclient Redhat Powertools Source: mysql-3.20.32a-3.i386.rpm, mysql-devel-3.20.32a-3.i386.rpm (these seem to be broken, however) RPMS from www.mysql.org work better - Must have mysql_config in PATH + Must have mysql_config in PATH or specified with --with-mysql=DIR for DIR/bin/mysql_config check_pqsql: - Requires the PostgreSQL libraries available from |