Xymon Mailing List Archive search

problem with rrdtool

5 messages in this thread

list Frauke Scholz · Mon, 16 Jan 2006 11:22:51 +0100 ·

Hi,

I try to build hobbit-4.1.2 under HPUX B.11.00 u 9000/856.

Deport files are installed, for example the rrdtool-1.0.40.

I start ./configure and get the following errors:

Checking for RRDtool ...
Not RRdtool 1.0., checking for 1.2.x
ERROR: RRdtool include files found in /opt/rrdtool-1.0.40/include but
compile fails.

and other errors, for example:
(Bundled) cc:"/opt/rrdtool-1.0.40/include/rrd.h" .... unexpected symbol:
"time_t"
.... unexpected symbol:"rrd_value_t"
.... unexpected symbol "timetype"


I don't know, what to do now. Has someone an idea?


Kind regards,
Frauke Scholz

CSC (Germany) Ltd.; MDS (Managed Desktop Services) Web & Middleware
Engineering
Wolfenbütteler Str. 86/Obergstr. 5
38102 Braunschweig
Germany
Phone: +XX.XXX.XXX.XXXX or +49.5172.129279
Fax: +XX.XXX.XXX.XXXX
e-Mail: user-3b1909cc06e2@xymon.invalid
Internet: http://www.de.csc.com

Experience Results. Experience CSC.

Please note that this e-mail, including any attachments, contains
information that is subject to United States laws and regulations. The use
or further dissemination of these materials or information therein may be
prohibited by United States law.
list Lars Ebeling · Mon, 16 Jan 2006 15:19:03 +0100 ·
My ISP has been down so I don't know if I missed any mails, but you can find 
a binary depot of rrdtool at:

http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/contrib/

That is the version I use and it works.

Are you using the C-compiler that comes with HP-UX? It is said that it is 
only good for compiling a new kernel. Download gcc and gmake.

Regards
Lars
quoted from Frauke Scholz

----- Original Message ----- 
From: "Frauke Scholz" <user-3b1909cc06e2@xymon.invalid>
To: <user-ae9b8668bcde@xymon.invalid>
Sent: Monday, January 16, 2006 11:22 AM
Subject: [hobbit] problem with rrdtool


Hi,

I try to build hobbit-4.1.2 under HPUX B.11.00 u 9000/856.

Deport files are installed, for example the rrdtool-1.0.40.

I start ./configure and get the following errors:

Checking for RRDtool ...
Not RRdtool 1.0., checking for 1.2.x
ERROR: RRdtool include files found in /opt/rrdtool-1.0.40/include but
compile fails.

and other errors, for example:
(Bundled) cc:"/opt/rrdtool-1.0.40/include/rrd.h" .... unexpected symbol:
"time_t"
.... unexpected symbol:"rrd_value_t"
.... unexpected symbol "timetype"


I don't know, what to do now. Has someone an idea?


Kind regards,
Frauke Scholz

CSC (Germany) Ltd.; MDS (Managed Desktop Services) Web & Middleware
Engineering
Wolfenbütteler Str. 86/Obergstr. 5
38102 Braunschweig
Germany
Phone: +XX.XXX.XXX.XXXX or +49.5172.129279
Fax: +XX.XXX.XXX.XXXX
e-Mail: user-3b1909cc06e2@xymon.invalid
Internet: http://www.de.csc.com

Experience Results. Experience CSC.

Please note that this e-mail, including any attachments, contains
information that is subject to United States laws and regulations. The use
or further dissemination of these materials or information therein may be
prohibited by United States law.
list Lars Ebeling · Mon, 16 Jan 2006 16:51:47 +0100 ·
I tested to configure with the bundled c-compiler and got the same errors. 
So that means that you have to download the gnu c-compiler and also gnu 
make.
quoted from Lars Ebeling

Regards
Lars
----- Original Message ----- 
From: "Frauke Scholz" <user-3b1909cc06e2@xymon.invalid>
To: <user-ae9b8668bcde@xymon.invalid>
Sent: Monday, January 16, 2006 11:22 AM
Subject: [hobbit] problem with rrdtool


Hi,

I try to build hobbit-4.1.2 under HPUX B.11.00 u 9000/856.

Deport files are installed, for example the rrdtool-1.0.40.

I start ./configure and get the following errors:

Checking for RRDtool ...
Not RRdtool 1.0., checking for 1.2.x
ERROR: RRdtool include files found in /opt/rrdtool-1.0.40/include but
compile fails.

and other errors, for example:
(Bundled) cc:"/opt/rrdtool-1.0.40/include/rrd.h" .... unexpected symbol:
"time_t"
.... unexpected symbol:"rrd_value_t"
.... unexpected symbol "timetype"


I don't know, what to do now. Has someone an idea?


Kind regards,
Frauke Scholz

CSC (Germany) Ltd.; MDS (Managed Desktop Services) Web & Middleware
Engineering
Wolfenbütteler Str. 86/Obergstr. 5
38102 Braunschweig
Germany
Phone: +XX.XXX.XXX.XXXX or +49.5172.129279
Fax: +XX.XXX.XXX.XXXX
e-Mail: user-3b1909cc06e2@xymon.invalid
Internet: http://www.de.csc.com

Experience Results. Experience CSC.

Please note that this e-mail, including any attachments, contains
information that is subject to United States laws and regulations. The use
or further dissemination of these materials or information therein may be
prohibited by United States law.
list Anton Burkhalter · Mon, 16 Jan 2006 20:48:22 +0100 ·
Hi,
Try it with a newer version of rrdtool

I have compiled the following source packages on HP-UX B.11.23 U ia64,
using the (Bundled) cc: HP aC++/ANSI C B3910B A.05.50 [May 15 2003] 
compiler:
fping-2.4b2_to.tar, rrdtool-1.0.49.tar.gz, hobbit-4.1.2p1.tar.gz

No problem at all to compile it...

The following does NOT work:
INSTALL=`pwd`"/install-sh -c" CC=cc \
  ./configure \
  --sslinclude /opt/openssl/include \
  --ssllib /opt/openssl/lib/hpux64

The following does work:
INSTALL=`pwd`"/install-sh -c" CC=cc \
  ./configure.server \
  --sslinclude /opt/openssl/include \
  --ssllib /opt/openssl/lib/hpux64

==> parameter transfer from configure to configure.server does not work 
for me as expected.

mfg
Anton Burkhalter
quoted from Frauke Scholz


Frauke Scholz wrote:
Hi,

I try to build hobbit-4.1.2 under HPUX B.11.00 u 9000/856.

Deport files are installed, for example the rrdtool-1.0.40.

I start ./configure and get the following errors:

Checking for RRDtool ...
Not RRdtool 1.0., checking for 1.2.x
ERROR: RRdtool include files found in /opt/rrdtool-1.0.40/include but
compile fails.

and other errors, for example:
(Bundled) cc:"/opt/rrdtool-1.0.40/include/rrd.h" .... unexpected symbol:
"time_t"
.... unexpected symbol:"rrd_value_t"
.... unexpected symbol "timetype"


I don't know, what to do now. Has someone an idea?


Kind regards,
Frauke Scholz

CSC (Germany) Ltd.; MDS (Managed Desktop Services) Web & Middleware
Engineering
Wolfenbütteler Str. 86/Obergstr. 5
38102 Braunschweig
Germany
Phone: +XX.XXX.XXX.XXXX or +49.5172.129279
Fax: +XX.XXX.XXX.XXXX
e-Mail: user-3b1909cc06e2@xymon.invalid
Internet: http://www.de.csc.com

Experience Results. Experience CSC.

Please note that this e-mail, including any attachments, contains
information that is subject to United States laws and regulations. The use
or further dissemination of these materials or information therein may be
prohibited by United States law.

list Frauke Scholz · Tue, 17 Jan 2006 10:06:24 +0100 ·

Thank you for the test.
I haven't full access to the server. A collegue has installed the software.
He is not available at the moment.
I ask him and try it again later.
I have the same binary depot file used.

regards
Frauke
quoted from Anton Burkhalter

CSC (Germany) Ltd.; MDS (Managed Desktop Services) Web & Middleware
Engineering
Wolfenbütteler Str. 86/Obergstr. 5
38102 Braunschweig
Germany
Phone: +XX.XXX.XXX.XXXX or +49.5172.129279
Fax: +XX.XXX.XXX.XXXX
e-Mail: user-3b1909cc06e2@xymon.invalid
Internet: http://www.de.csc.com

Experience Results. Experience CSC.

Please note that this e-mail, including any attachments, contains
information that is subject to United States laws and regulations. The use
or further dissemination of these materials or information therein may be
prohibited by United States law.


             "lars ebeling"                                                
             <lars.ebeling at leo                                             
             pg9.no-ip.org>                                             To 
                                       <user-ae9b8668bcde@xymon.invalid>                    
             16.01.2006 16:51                                           cc 
                                                                           
                                                                   Subject 
             Please respond to         Re: [hobbit] problem with rrdtool   
              user-ae9b8668bcde@xymon.invalid                                               
quoted from Anton Burkhalter
                                                                           
                                                                           
I tested to configure with the bundled c-compiler and got the same errors.
So that means that you have to download the gnu c-compiler and also gnu
make.

Regards
Lars
----- Original Message -----
From: "Frauke Scholz" <user-3b1909cc06e2@xymon.invalid>
To: <user-ae9b8668bcde@xymon.invalid>
Sent: Monday, January 16, 2006 11:22 AM
Subject: [hobbit] problem with rrdtool


Hi,

I try to build hobbit-4.1.2 under HPUX B.11.00 u 9000/856.

Deport files are installed, for example the rrdtool-1.0.40.

I start ./configure and get the following errors:

Checking for RRDtool ...
Not RRdtool 1.0., checking for 1.2.x
ERROR: RRdtool include files found in /opt/rrdtool-1.0.40/include but
compile fails.

and other errors, for example:
(Bundled) cc:"/opt/rrdtool-1.0.40/include/rrd.h" .... unexpected symbol:
"time_t"
.... unexpected symbol:"rrd_value_t"
.... unexpected symbol "timetype"


I don't know, what to do now. Has someone an idea?


Kind regards,
Frauke Scholz

CSC (Germany) Ltd.; MDS (Managed Desktop Services) Web & Middleware
Engineering
Wolfenbütteler Str. 86/Obergstr. 5
38102 Braunschweig
Germany
Phone: +XX.XXX.XXX.XXXX or +49.5172.129279
Fax: +XX.XXX.XXX.XXXX
e-Mail: user-3b1909cc06e2@xymon.invalid
Internet: http://www.de.csc.com

Experience Results. Experience CSC.

Please note that this e-mail, including any attachments, contains
information that is subject to United States laws and regulations. The use
or further dissemination of these materials or information therein may be
prohibited by United States law.