summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7a346c9)
raw | patch | inline | side by side (parent: 7a346c9)
author | Ton Voon <tonvoon@users.sourceforge.net> | |
Tue, 31 Jan 2006 16:47:28 +0000 (16:47 +0000) | ||
committer | Ton Voon <tonvoon@users.sourceforge.net> | |
Tue, 31 Jan 2006 16:47:28 +0000 (16:47 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1312 f882894a-f735-0410-b71e-b25c423dba1c
REQUIREMENTS | patch | blob | history |
diff --git a/REQUIREMENTS b/REQUIREMENTS
index bd08aa1e4371f6061866c7fc7a33bd44d704b8e6..12552df4ac15add8b220701300ccae3f25fa7957 100644 (file)
--- a/REQUIREMENTS
+++ b/REQUIREMENTS
Lib: libldap, liblber
Redhat Source: openldap-1.2.9-6.i386.rpm, openldap-devel-1.2.9-6.i386.rpm
-check_mysql:
+check_mysql, check_mysql_query:
- Requires the MySQL libraries available from
http://www.mysql.org
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
+ If you use the Mac OS X package from mysql.org, you need to add two soft links for ./configure
+ to find the mysql libraries correctly:
+ cd /usr/local/mysql/lib && ln -s . mysql
+ cd /usr/local/mysql/include && ln -s . mysql
+
check_pqsql:
- Requires the PostgreSQL libraries available from
http://www.postgresql.org