diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-03-17 14:07:34 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-03-17 14:07:34 (GMT) |
commit | 2db2f402a3bb0c948667c1401b733014fe90a718 (patch) | |
tree | d389192fa3385893f2c4492a98db6ef4790efd32 /REQUIREMENTS | |
parent | 2b10c19323e2415433db55ac4bfa0604294fa43d (diff) | |
download | monitoring-plugins-2db2f402a3bb0c948667c1401b733014fe90a718.tar.gz |
mysql detection cleanup: fixes runtime linking, autodetection of main
locations, detection of lib64 and different layouts
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1327 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'REQUIREMENTS')
-rw-r--r-- | REQUIREMENTS | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/REQUIREMENTS b/REQUIREMENTS index 12552df..f16de93 100644 --- a/REQUIREMENTS +++ b/REQUIREMENTS | |||
@@ -40,11 +40,6 @@ check_mysql, check_mysql_query: | |||
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 | |||
48 | check_pqsql: | 43 | check_pqsql: |
49 | - Requires the PostgreSQL libraries available from | 44 | - Requires the PostgreSQL libraries available from |
50 | http://www.postgresql.org | 45 | http://www.postgresql.org |