RRDTool on Blue Host

View: New views
1 Messages — Rating Filter:   Alert me  

RRDTool on Blue Host

by Chris-600 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

RRDTool on Blue Host

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


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