From 2db2f402a3bb0c948667c1401b733014fe90a718 Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Fri, 17 Mar 2006 14:07:34 +0000 Subject: 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 --- REQUIREMENTS | 5 ----- 1 file changed, 5 deletions(-) (limited to 'REQUIREMENTS') diff --git a/REQUIREMENTS b/REQUIREMENTS index 12552df4..f16de936 100644 --- a/REQUIREMENTS +++ b/REQUIREMENTS @@ -40,11 +40,6 @@ check_mysql, check_mysql_query: 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 -- cgit v1.2.3