summaryrefslogtreecommitdiffstats
path: root/REQUIREMENTS
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2006-01-31 16:47:28 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2006-01-31 16:47:28 (GMT)
commit3b1194438640cff4dc2b1a0f03fcd03ae208d85b (patch)
tree9c70b0c9cc030e40bbc76cb486e279620a3d84ba /REQUIREMENTS
parent7a346c9c90838e27f94c590266db58ffdc3b96c3 (diff)
downloadmonitoring-plugins-3b1194438640cff4dc2b1a0f03fcd03ae208d85b.tar.gz
Note on MacOSX difference in mysql package
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1312 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'REQUIREMENTS')
-rw-r--r--REQUIREMENTS7
1 files changed, 6 insertions, 1 deletions
diff --git a/REQUIREMENTS b/REQUIREMENTS
index bd08aa1..12552df 100644
--- a/REQUIREMENTS
+++ b/REQUIREMENTS
@@ -33,13 +33,18 @@ check_ldap:
33 Lib: libldap, liblber 33 Lib: libldap, liblber
34 Redhat Source: openldap-1.2.9-6.i386.rpm, openldap-devel-1.2.9-6.i386.rpm 34 Redhat Source: openldap-1.2.9-6.i386.rpm, openldap-devel-1.2.9-6.i386.rpm
35 35
36check_mysql: 36check_mysql, check_mysql_query:
37 - Requires the MySQL libraries available from 37 - Requires the MySQL libraries available from
38 http://www.mysql.org 38 http://www.mysql.org
39 Lib: libmysql, libmysqlclient 39 Lib: libmysql, libmysqlclient
40 Redhat Powertools Source: mysql-3.20.32a-3.i386.rpm, mysql-devel-3.20.32a-3.i386.rpm (these seem to be broken, however) 40 Redhat Powertools Source: mysql-3.20.32a-3.i386.rpm, mysql-devel-3.20.32a-3.i386.rpm (these seem to be broken, however)
41 RPMS from www.mysql.org work better 41 RPMS from www.mysql.org work better
42 42
43 If you use the Mac OS X package from mysql.org, you need to add two soft links for ./configure
44 to find the mysql libraries correctly:
45 cd /usr/local/mysql/lib && ln -s . mysql
46 cd /usr/local/mysql/include && ln -s . mysql
47
43check_pqsql: 48check_pqsql:
44 - Requires the PostgreSQL libraries available from 49 - Requires the PostgreSQL libraries available from
45 http://www.postgresql.org 50 http://www.postgresql.org