[oclug] RPM dependancy prob

Gilles J. Seguin segg at infonet.ca
Thu Sep 8 11:56:33 EDT 2005


On Thu, 2005-09-08 at 06:52 -0400, Gilles J. Seguin wrote:
> and the necessary required patches were removed from the posted message,
> was not aware of that behavior for the mailing list.
> hum, 9 KB email.
> 
> >  Add it to the
> > RPM db? What did you have in mind...
> 
> exactly that.
> 
> trying to send the two missing attachments
> 

back from the future

rrdtool-1.0.49-fc4.patch is

diff -Nur rrdtool-1.0.49-orig/src/rrd_tool.h rrdtool-1.0.49/src/rrd_tool.h
--- rrdtool-1.0.49-orig/src/rrd_tool.h  2004-08-08 12:58:15.000000000 +0200
+++ rrdtool-1.0.49/src/rrd_tool.h       2005-05-20 14:40:13.000000000 +0200
@@ -21,7 +21,7 @@
 # include "ntconfig.h"
 #else
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "../config.h"
 #include "config_aux.h"
 #endif
 #endif

rrdtool-1.0.49-php_config.patch is

--- contrib/php4/php_rrdtool.h.orig     2003-06-30 10:46:50.000000000 +0200
+++ contrib/php4/php_rrdtool.h  2004-08-25 20:15:28.172799056 +0200
@@ -12,6 +12,9 @@
 #ifndef _PHP4_RRDTOOL_H
 #define _PHP4_RRDTOOL_H

+#include "php_config.h"
+#include "config.h"
+
 #if COMPILE_DL_RRDTOOL
 #undef HAVE_RRDTOOL
 #define HAVE_RRDTOOL 1





More information about the OCLUG mailing list