[rrd-users] RRDTool on Blue Host

This is a discussion on [rrd-users] RRDTool on Blue Host within the RRD Users forums, part of the Networking and Network Related category; This is a multipart message in MIME format. --===============0247746937== Content-Type: multipart/alternative; boundary="----=_NextPart_000_0044_01C8A726.63E691F0" Content-Language: ...


Go Back   Usenet Forums > Networking and Network Related > RRD Users

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 2 Weeks Ago
Chris
 
Posts: n/a
Default [rrd-users] RRDTool on Blue Host

This is a multipart message in MIME format.

--===============0247746937==
Content-Type: multipart/alternative;
boundary="----=_NextPart_000_0044_01C8A726.63E691F0"
Content-Language: en-us

This is a multipart message in MIME format.

------=_NextPart_000_0044_01C8A726.63E691F0
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit

I'm trying to install rrdtool on a shared server:

configure: WARNING:
----------------------------------------------------------------------------
* I could not find a working copy of libart-2.0. Check config.log for hints on why
this is the case. Maybe you need to set LDFLAGS and CPPFLAGS appropriately
so that compiler and the linker can find libart_lgpl_2 and its header files. If
you have not installed libart-2.0, you can get it either from its original home on

ftp://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/2.3/

You can find also find an archive copy on

http://oss.oetiker.ch/rrdtool/pub/libs

The last tested version of libart-2.0 is 2.3.17.

LIBS=-lm
LDFLAGS=
CPPFLAGS= -I/usr/include/libart-2.0

----------------------------------------------------------------------------

I downloaded and installed the libart from oss.oetiker.ch/rrdtool/pub/libs.
using this .configure setup:
../configure --prefix=/home/myuser/local --with-libs=/home/myuser/local/lib --with-includes=/home/myuser/local/include
then make and make install. libart seemed to install fine.

Assuming I can just assign the variables in bash before the configure command line,
I set them thus:
env CPPFLAGS="-I/home/myuser/local/include/libart-2.0" LIBS="-lm" LDFLAGS="-L/home/myuser/local/lib"
set BUILD_DIR=/home/myuser/tmp/rrdbuild
set INSTALL_DIR=/home/myuser/local

Then I tried the same configure command line from ~/rrdtool-1.2.27.
I still get the same problem. Also the LIBS, LDFLAGS and CPPFLAGS still show as above.

Any help will be greatly appreciated.

Chris



------=_NextPart_000_0044_01C8A726.63E691F0
Content-Type: text/html;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Dus-ascii">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
08.00.0681.000">
<TITLE>RRDTool on Blue Host </TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P DIR=3DLTR><SPAN LANG=3D"en-us"><FONT FACE=3D"Calibri">I’m =
trying to install rrdtool on a shared server:</FONT></SPAN></P>

<P DIR=3DLTR><SPAN LANG=3D"en-us"></SPAN><SPAN LANG=3D"en-us"><FONT =
FACE=3D"Courier New">configure: WARNING:</FONT></SPAN></P>

<P DIR=3DLTR><SPAN LANG=3D"en-us"><FONT FACE=3D"Courier =
New">--------------------------------------------------------------------=
--------</FONT></SPAN></P>

<P DIR=3DLTR><SPAN LANG=3D"en-us"><FONT FACE=3D"Courier New">* I could =
not find a working copy of libart-2.0. Check config.log for hints on =
why</FONT></SPAN></P>

<P DIR=3DLTR><SPAN LANG=3D"en-us"><FONT FACE=3D"Courier New">&nbsp; this =
is the case. Maybe you need to set LDFLAGS and CPPFLAGS =
appropriately</FONT></SPAN></P>

<P DIR=3DLTR><SPAN LANG=3D"en-us"><FONT FACE=3D"Courier New">&nbsp; so =
that compiler and the linker can find libart_lgpl_2 and its header =
files. If</FONT></SPAN></P>

<P DIR=3DLTR><SPAN LANG=3D"en-us"><FONT FACE=3D"Courier New">&nbsp; you =
have not installed libart-2.0, you can get it either from its original =
home on</FONT></SPAN></P>

<P DIR=3DLTR><SPAN LANG=3D"en-us"><FONT FACE=3D"Courier =
New">&nbsp;&nbsp;&nbsp;&nbsp;</FONT></SPAN><SPAN LANG=3D"en-us"> =
</SPAN><A =
HREF=3D"ftp://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/2.3/"><SPAN =
LANG=3D"en-us"></SPAN><SPAN LANG=3D"en-us"><U><FONT COLOR=3D"#0000FF" =
FACE=3D"Courier =
New">ftp://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/2.3/</FONT></U></S=
PAN><SPAN LANG=3D"en-us"></SPAN></A><SPAN LANG=3D"en-us"></SPAN><SPAN =
LANG=3D"en-us"></SPAN></P>

<P DIR=3DLTR><SPAN LANG=3D"en-us"><FONT FACE=3D"Courier New">&nbsp; You =
can find also find an archive copy on</FONT></SPAN></P>

<P DIR=3DLTR><SPAN LANG=3D"en-us"><FONT FACE=3D"Courier =
New">&nbsp;&nbsp;&nbsp;&nbsp;</FONT></SPAN><SPAN LANG=3D"en-us"> =
</SPAN><A HREF=3D"http://oss.oetiker.ch/rrdtool/pub/libs"><SPAN =
LANG=3D"en-us"></SPAN><SPAN LANG=3D"en-us"><U><FONT COLOR=3D"#0000FF" =
FACE=3D"Courier =
New">http://oss.oetiker.ch/rrdtool/pub/libs</FONT></U></SPAN><SPAN =
LANG=3D"en-us"></SPAN></A><SPAN LANG=3D"en-us"></SPAN><SPAN =
LANG=3D"en-us"></SPAN></P>

<P DIR=3DLTR><SPAN LANG=3D"en-us"><FONT FACE=3D"Courier New">&nbsp; The =
last tested version of libart-2.0 is 2.3.17.</FONT></SPAN></P>

<P DIR=3DLTR><SPAN LANG=3D"en-us"><FONT FACE=3D"Courier =
New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LIBS=3D-lm</FONT></SPAN></P>

<P DIR=3DLTR><SPAN LANG=3D"en-us"><FONT FACE=3D"Courier =
New">&nbsp;&nbsp; LDFLAGS=3D</FONT></SPAN></P>

<P DIR=3DLTR><SPAN LANG=3D"en-us"><FONT FACE=3D"Courier New">&nbsp; =
CPPFLAGS=3D -I/usr/include/libart-2.0</FONT></SPAN></P>

<P DIR=3DLTR><SPAN LANG=3D"en-us"><FONT FACE=3D"Courier =
New">--------------------------------------------------------------------=
--------</FONT></SPAN></P>

<P DIR=3DLTR><SPAN LANG=3D"en-us"></SPAN></P>

<P DIR=3DLTR><SPAN LANG=3D"en-us"><FONT FACE=3D"Calibri">I downloaded =
and installed the libart from =
oss.oetiker.ch/rrdtool/pub/libs.</FONT></SPAN></P>

<P DIR=3DLTR><SPAN LANG=3D"en-us"><FONT FACE=3D"Calibri">using this =
..configure setup:</FONT></SPAN></P>

<P DIR=3DLTR><SPAN LANG=3D"en-us"><FONT FACE=3D"Calibri">./configure =
--prefix=3D/home/</FONT></SPAN><SPAN LANG=3D"en-us"><FONT =
FACE=3D"Calibri">myuser</FONT></SPAN><SPAN LANG=3D"en-us"><FONT =
FACE=3D"Calibri">/local --with-libs=3D/home/</FONT></SPAN><SPAN =
LANG=3D"en-us"><FONT FACE=3D"Calibri">myuser</FONT></SPAN><SPAN =
LANG=3D"en-us"><FONT FACE=3D"Calibri">/local/lib =
--with-includes=3D/home/</FONT></SPAN><SPAN LANG=3D"en-us"><FONT =
FACE=3D"Calibri">myuser</FONT></SPAN><SPAN LANG=3D"en-us"><FONT =
FACE=3D"Calibri">/local/include</FONT></SPAN><SPAN =
LANG=3D"en-us"></SPAN></P>

<P DIR=3DLTR><SPAN LANG=3D"en-us"><FONT FACE=3D"Calibri">then make and =
make install.&nbsp; libart seemed to install fine.</FONT></SPAN></P>

<P DIR=3DLTR><SPAN LANG=3D"en-us"><FONT FACE=3D"Calibri">Assuming I can =
just assign the variables in bash before the configure command =
line,</FONT></SPAN></P>

<P DIR=3DLTR><SPAN LANG=3D"en-us"><FONT FACE=3D"Calibri">I set them =
thus:</FONT></SPAN></P>

<P DIR=3DLTR><SPAN LANG=3D"en-us"><FONT FACE=3D"Calibri">env =
CPPFLAGS=3D&quot;-I/home/myuser/local/include/libart-2.0&quot; =
LIBS=3D&quot;-lm&quot; =
LDFLAGS=3D&quot;-L/home/myuser/local/lib&quot;</FONT></SPAN></P>

<P DIR=3DLTR><SPAN LANG=3D"en-us"><FONT FACE=3D"Calibri">set =
BUILD_DIR=3D/home/myuser/tmp/rrdbuild</FONT></SPAN></P>

<P DIR=3DLTR><SPAN LANG=3D"en-us"><FONT FACE=3D"Calibri">set =
INSTALL_DIR=3D/home/myuser/local</FONT></SPAN></P>

<P DIR=3DLTR><SPAN LANG=3D"en-us"><FONT FACE=3D"Calibri">Then I tried =
the same configure command line from</FONT></SPAN><SPAN LANG=3D"en-us"> =
<FONT FACE=3D"Calibri">~/rrdtool-1.2.27</FONT></SPAN><SPAN =
LANG=3D"en-us"><FONT FACE=3D"Calibri">.</FONT></SPAN></P>

<P DIR=3DLTR><SPAN LANG=3D"en-us"><FONT FACE=3D"Calibri">I still get the =
same problem. Also the LIBS, LDFLAGS and CPPFLAGS still show as =
above.</FONT></SPAN></P>

<P DIR=3DLTR><SPAN LANG=3D"en-us"><FONT FACE=3D"Calibri">Any help will =
be greatly appreciated.</FONT></SPAN></P>

<P DIR=3DLTR><SPAN LANG=3D"en-us"><FONT =
FACE=3D"Calibri">Chris</FONT></SPAN></P>

<P DIR=3DLTR><SPAN LANG=3D"en-us"></SPAN></P>

<P DIR=3DLTR><SPAN LANG=3D"en-us"></SPAN></P>

</BODY>
</HTML>
------=_NextPart_000_0044_01C8A726.63E691F0--


--===============0247746937==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
rrd-users mailing list
rrd-users@lists.oetiker.ch
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users

--===============0247746937==--

Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 06:23 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0