[Nagiosplug-checkins] nagiosplug REQUIREMENTS,1.8,1.9
Ton Voon
tonvoon at users.sourceforge.net
Tue Jan 31 08:48:05 CET 2006
Update of /cvsroot/nagiosplug/nagiosplug
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1134
Modified Files:
REQUIREMENTS
Log Message:
Note on MacOSX difference in mysql package
Index: REQUIREMENTS
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/REQUIREMENTS,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- REQUIREMENTS 1 Aug 2005 21:25:30 -0000 1.8
+++ REQUIREMENTS 31 Jan 2006 16:47:28 -0000 1.9
@@ -33,13 +33,18 @@
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
More information about the Commits
mailing list