[ytl@lanmon-dev:~/Work/lanmon/rrdtool-1.2.19]$ ./configure --disable-tcl --disable-python
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes

Audit Compilation Environment
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if gcc likes the -fno-strict-aliasing flag... yes
checking if gcc likes the -Wall flag... yes
checking if gcc likes the -std=gnu99 flag... yes
checking if gcc likes the -pedantic flag... yes
checking if gcc likes the -Wshadow flag... yes
checking if gcc likes the -Wpointer-arith flag... yes
checking if gcc likes the -Wcast-align flag... yes
checking if gcc likes the -Wmissing-prototypes flag... yes
checking if gcc likes the -Wmissing-declarations flag... yes
checking if gcc likes the -Wnested-externs flag... yes
checking if gcc likes the -Winline flag... yes
checking if gcc likes the -W flag... yes

Checking for Header Files
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking fp_class.h usability... no
checking fp_class.h presence... no
checking for fp_class.h... no
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for unistd.h... (cached) yes
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking for an ANSI C-conforming const... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for acos... no
checking for acos in -lm... yes

Test Library Functions
checking for strftime... yes
checking for vprintf... yes
checking for _doprnt... no
checking whether byte ordering is bigendian... no
checking for tzset... yes
checking for mbstowcs... yes
checking for opendir... yes
checking for readdir... yes
checking for chdir... yes
checking for chroot... yes
checking for getuid... yes
checking for setlocale... yes
checking for strerror... yes
checking for strerror_r... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for fpclass... no
checking for class... no
checking for fp_class... no
checking for isnan... yes
checking for memmove... yes
checking for strchr... yes
checking for mktime... yes
checking for getrusage... yes
checking for gettimeofday... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes

IEEE Math Checks
checking for fpclassify... no
checking for fpclassify with <math.h>... yes
checking for finite... yes
checking for isinf... yes
checking if IEEE math works out of the box... yes

Resolve Portability Issues
checking if realloc can deal with NULL... yes
checking if ctime_r need special care to act posixly correct... no
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for cc_r... gcc
checking do we need malloc/malloc.h... nope, works out of the box

Findr 3rd-Party Libraries
checking for art_vpath_add_point in -lart_lgpl_2... yes
checking libart_lgpl/libart.h usability... yes
checking libart_lgpl/libart.h presence... yes
checking for libart_lgpl/libart.h... yes
checking for zlibVersion in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for png_access_version_number in -lpng... yes
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking for FT_Init_FreeType in -lfreetype... yes
checking ft2build.h usability... yes
checking ft2build.h presence... yes
checking for ft2build.h... yes

Prep for Building Language Bindings
checking for perl... /usr/local/bin/perl
checking for the perl version you are running... 5.8.8
checking for the C compiler perl wants to use to build its modules... cc
checking for cc... /usr/bin/cc
checking Perl Modules to build... perl_piped perl_shared
checking for ruby... no
checking Ruby Modules to build... No Ruby Modules will be built
checking for gnroff... /usr/bin/gnroff
checking for groff... /usr/bin/groff

Apply Configuration Information
configure: creating ./config.status
config.status: creating examples/shared-demo.pl
config.status: creating examples/piped-demo.pl
config.status: creating examples/stripes.pl
config.status: creating examples/bigtops.pl
config.status: creating examples/minmax.pl
config.status: creating examples/4charts.pl
config.status: creating examples/perftest.pl
config.status: creating examples/Makefile
config.status: creating doc/Makefile
config.status: creating src/Makefile
config.status: creating bindings/Makefile
config.status: creating bindings/tcl/Makefile
config.status: creating bindings/tcl/ifOctets.tcl
config.status: creating bindings/python/Makefile
config.status: creating Makefile
config.status: creating rrd_config.h
config.status: rrd_config.h is unchanged
config.status: executing depfiles commands
config.status: executing default commands
checking in... and out again
ordering CD from http://tobi.oetiker.ch/wish .... just kidding ;-)

----------------------------------------------------------------
Config is DONE!

          With MMAP IO: yes
          Perl Modules: perl_piped perl_shared
           Perl Binary: /usr/local/bin/perl
          Perl Version: 5.8.8
          Perl Options: PREFIX=/usr/local/rrdtool-1.2.19 LIB=/usr/local/rrdtool-1.2.19/lib/perl/5.8.8
          Ruby Modules: 
           Ruby Binary: no
          Ruby Options: sitedir=NONE/lib/ruby
    Build Tcl Bindings: no
 Build Python Bindings: no
          Build rrdcgi: yes
       Build librrd MT: yes


Type 'make' to compile the software and use 'make install' to 
install everything to: /usr/local/rrdtool-1.2.19.

       ... that wishlist is NO JOKE. If you find RRDtool useful
make me happy. Go to http://tobi.oetiker.ch/wish and
place an order.

                               -- Tobi Oetiker <tobi@oetiker.ch>
----------------------------------------------------------------
[ytl@lanmon-dev:~/Work/lanmon/rrdtool-1.2.19]$ 
make  all-recursive
make[1]: Entering directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19'
Making all in src
make[2]: Entering directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/src'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/src'
Making all in bindings
make[2]: Entering directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/bindings'
make[3]: Entering directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/bindings'
cd perl-piped && /usr/local/bin/perl Makefile.PL PREFIX=/usr/local/rrdtool-1.2.19 LIB=/usr/local/rrdtool-1.2.19/lib/perl/5.8.8
Checking if your kit is complete...
Looks good
Writing Makefile for RRDp
cd perl-piped && make
make[4]: Entering directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/bindings/perl-piped'
cp RRDp.pm blib/lib/RRDp.pm
Manifying blib/man3/RRDp.3
make[4]: Leaving directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/bindings/perl-piped'
cd perl-shared && /usr/local/bin/perl Makefile.PL  PREFIX=/usr/local/rrdtool-1.2.19 LIB=/usr/local/rrdtool-1.2.19/lib/perl/5.8.8 RPATH=/usr/local/rrdtool-1.2.19/lib
Checking if your kit is complete...
Looks good
Writing Makefile for RRDs
cd perl-shared && make
make[4]: Entering directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/bindings/perl-shared'
cp RRDs.pm blib/lib/RRDs.pm
cp ntmake.pl blib/lib/ntmake.pl
/usr/local/bin/perl /usr/local/lib/perl5/5.8.8/ExtUtils/xsubpp  -typemap /usr/local/lib/perl5/5.8.8/ExtUtils/typemap  RRDs.xs > RRDs.xsc && mv RRDs.xsc RRDs.c
cc -c  -I../../src -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2   -DVERSION=\"1.2019\" -DXS_VERSION=\"1.2019\" -fpic "-I/usr/local/lib/perl5/5.8.8/i686-linux-thread-multi/CORE"  -DPERLPATCHLEVEL=8 RRDs.c
Running Mkbootstrap for RRDs ()
chmod 644 RRDs.bs
rm -f blib/arch/auto/RRDs/RRDs.so
cc  -shared -L/usr/local/lib RRDs.o -L../../src/.libs/ -Wl,--rpath -Wl,/usr/local/rrdtool-1.2.19/lib -lrrd -lm -o blib/arch/auto/RRDs/RRDs.so         \
        \
  
chmod 755 blib/arch/auto/RRDs/RRDs.so
cp RRDs.bs blib/arch/auto/RRDs/RRDs.bs
chmod 644 blib/arch/auto/RRDs/RRDs.bs
Manifying blib/man3/RRDs.3
make[4]: Leaving directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/bindings/perl-shared'
make[3]: Leaving directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/bindings'
make[2]: Leaving directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/bindings'
Making all in doc
make[2]: Entering directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/doc'
ln -s ../bindings/perl-shared/RRDs.pm RRDs.pod
ln -s ../bindings/perl-piped/RRDp.pm RRDp.pod
make[2]: Leaving directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/doc'
Making all in examples
make[2]: Entering directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/examples'
sed 's,@''exec_prefix@,/usr/local/rrdtool-1.2.19,' cgi-demo.cgi.in > cgi-demo.cgi
chmod a+x cgi-demo.cgi
make[2]: Leaving directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/examples'
make[2]: Entering directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19'
make[2]: Leaving directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19'
make[1]: Leaving directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19'
[ytl@lanmon-dev:~/Work/lanmon/rrdtool-1.2.19]$ sudo make install
Making install in src
make[1]: Entering directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/src'
make[2]: Entering directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/src'
test -z "/usr/local/rrdtool-1.2.19/lib" || mkdir -p -- "/usr/local/rrdtool-1.2.19/lib"
 /bin/sh ../libtool --mode=install /usr/bin/install -c  'librrd.la' '/usr/local/rrdtool-1.2.19/lib/librrd.la'
/usr/bin/install -c .libs/librrd.so.2.0.9 /usr/local/rrdtool-1.2.19/lib/librrd.so.2.0.9
(cd /usr/local/rrdtool-1.2.19/lib && { ln -s -f librrd.so.2.0.9 librrd.so.2 || { rm -f librrd.so.2 && ln -s librrd.so.2.0.9 librrd.so.2; }; })
(cd /usr/local/rrdtool-1.2.19/lib && { ln -s -f librrd.so.2.0.9 librrd.so || { rm -f librrd.so && ln -s librrd.so.2.0.9 librrd.so; }; })
/usr/bin/install -c .libs/librrd.lai /usr/local/rrdtool-1.2.19/lib/librrd.la
/usr/bin/install -c .libs/librrd.a /usr/local/rrdtool-1.2.19/lib/librrd.a
ranlib /usr/local/rrdtool-1.2.19/lib/librrd.a
chmod 644 /usr/local/rrdtool-1.2.19/lib/librrd.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/rrdtool-1.2.19/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/rrdtool-1.2.19/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /bin/sh ../libtool --mode=install /usr/bin/install -c  'librrd_th.la' '/usr/local/rrdtool-1.2.19/lib/librrd_th.la'
/usr/bin/install -c .libs/librrd_th.so.2.0.8 /usr/local/rrdtool-1.2.19/lib/librrd_th.so.2.0.8
(cd /usr/local/rrdtool-1.2.19/lib && { ln -s -f librrd_th.so.2.0.8 librrd_th.so.2 || { rm -f librrd_th.so.2 && ln -s librrd_th.so.2.0.8 librrd_th.so.2; }; })
(cd /usr/local/rrdtool-1.2.19/lib && { ln -s -f librrd_th.so.2.0.8 librrd_th.so || { rm -f librrd_th.so && ln -s librrd_th.so.2.0.8 librrd_th.so; }; })
/usr/bin/install -c .libs/librrd_th.lai /usr/local/rrdtool-1.2.19/lib/librrd_th.la
/usr/bin/install -c .libs/librrd_th.a /usr/local/rrdtool-1.2.19/lib/librrd_th.a
ranlib /usr/local/rrdtool-1.2.19/lib/librrd_th.a
chmod 644 /usr/local/rrdtool-1.2.19/lib/librrd_th.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/rrdtool-1.2.19/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/rrdtool-1.2.19/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/local/rrdtool-1.2.19/bin" || mkdir -p -- "/usr/local/rrdtool-1.2.19/bin"
  /bin/sh ../libtool --mode=install /usr/bin/install -c 'rrdtool' '/usr/local/rrdtool-1.2.19/bin/rrdtool'
/usr/bin/install -c .libs/rrdtool /usr/local/rrdtool-1.2.19/bin/rrdtool
  /bin/sh ../libtool --mode=install /usr/bin/install -c 'rrdupdate' '/usr/local/rrdtool-1.2.19/bin/rrdupdate'
/usr/bin/install -c rrdupdate /usr/local/rrdtool-1.2.19/bin/rrdupdate
  /bin/sh ../libtool --mode=install /usr/bin/install -c 'rrdcgi' '/usr/local/rrdtool-1.2.19/bin/rrdcgi'
/usr/bin/install -c .libs/rrdcgi /usr/local/rrdtool-1.2.19/bin/rrdcgi
test -z "/usr/local/rrdtool-1.2.19/share/rrdtool/fonts" || mkdir -p -- "/usr/local/rrdtool-1.2.19/share/rrdtool/fonts"
 /usr/bin/install -c -m 644 'DejaVuSansMono-Roman.ttf' '/usr/local/rrdtool-1.2.19/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf'
test -z "/usr/local/rrdtool-1.2.19/include" || mkdir -p -- "/usr/local/rrdtool-1.2.19/include"
 /usr/bin/install -c -m 644 'rrd.h' '/usr/local/rrdtool-1.2.19/include/rrd.h'
make[2]: Leaving directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/src'
make[1]: Leaving directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/src'
Making install in bindings
make[1]: Entering directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/bindings'
make[2]: Entering directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/bindings'
cd perl-piped && make
make[3]: Entering directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/bindings/perl-piped'
make[3]: Leaving directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/bindings/perl-piped'
cd perl-shared && make
make[3]: Entering directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/bindings/perl-shared'
make[3]: Leaving directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/bindings/perl-shared'
make[3]: Entering directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/bindings'
make[3]: Nothing to be done for `install-exec-am'.
test -f perl-piped/Makefile && cd perl-piped && make install || true
make[4]: Entering directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/bindings/perl-piped'
Writing /usr/local/lib/perl5/site_perl/5.8.8/i686-linux-thread-multi/auto/RRDp/.packlist
Appending installation info to /usr/local/lib/perl5/5.8.8/i686-linux-thread-multi/perllocal.pod
make[4]: Leaving directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/bindings/perl-piped'
test -f perl-shared/Makefile && cd perl-shared && make install || true
make[4]: Entering directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/bindings/perl-shared'
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Writing /usr/local/rrdtool-1.2.19/lib/perl/5.8.8/i686-linux-thread-multi/auto/RRDs/.packlist
Appending installation info to /usr/local/rrdtool-1.2.19/lib/perl/5.8.8/i686-linux-thread-multi/perllocal.pod
make[4]: Leaving directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/bindings/perl-shared'
test -f ruby/Makefile && cd ruby && make EPREFIX=/usr/local/rrdtool-1.2.19 sitedir=NONE/lib/ruby install || true
make[3]: Leaving directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/bindings'
make[2]: Leaving directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/bindings'
make[1]: Leaving directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/bindings'
Making install in doc
make[1]: Entering directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/doc'
make[2]: Entering directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/doc'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt" || mkdir -p -- "/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt"
 /usr/bin/install -c -m 644 'bin_dec_hex.pod' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/bin_dec_hex.pod'
 /usr/bin/install -c -m 644 'rrddump.pod' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/rrddump.pod'
 /usr/bin/install -c -m 644 'rrdgraph_examples.pod' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/rrdgraph_examples.pod'
 /usr/bin/install -c -m 644 'rrdrestore.pod' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/rrdrestore.pod'
 /usr/bin/install -c -m 644 'rrdupdate.pod' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/rrdupdate.pod'
 /usr/bin/install -c -m 644 'cdeftutorial.pod' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/cdeftutorial.pod'
 /usr/bin/install -c -m 644 'rrdfetch.pod' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/rrdfetch.pod'
 /usr/bin/install -c -m 644 'rrdgraph_graph.pod' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/rrdgraph_graph.pod'
 /usr/bin/install -c -m 644 'rrdthreads.pod' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/rrdthreads.pod'
 /usr/bin/install -c -m 644 'rrdxport.pod' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/rrdxport.pod'
 /usr/bin/install -c -m 644 'rpntutorial.pod' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/rpntutorial.pod'
 /usr/bin/install -c -m 644 'rrdfirst.pod' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/rrdfirst.pod'
 /usr/bin/install -c -m 644 'rrdgraph_rpn.pod' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/rrdgraph_rpn.pod'
 /usr/bin/install -c -m 644 'rrdtool.pod' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/rrdtool.pod'
 /usr/bin/install -c -m 644 'rrd-beginners.pod' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/rrd-beginners.pod'
 /usr/bin/install -c -m 644 'rrdinfo.pod' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/rrdinfo.pod'
 /usr/bin/install -c -m 644 'rrdtune.pod' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/rrdtune.pod'
 /usr/bin/install -c -m 644 'rrdbuild.pod' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/rrdbuild.pod'
 /usr/bin/install -c -m 644 'rrdcgi.pod' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/rrdcgi.pod'
 /usr/bin/install -c -m 644 'rrdgraph.pod' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/rrdgraph.pod'
 /usr/bin/install -c -m 644 'rrdlast.pod' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/rrdlast.pod'
 /usr/bin/install -c -m 644 'rrdlastupdate.pod' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/rrdlastupdate.pod'
 /usr/bin/install -c -m 644 'rrdcreate.pod' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/rrdcreate.pod'
 /usr/bin/install -c -m 644 'rrdgraph_data.pod' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/rrdgraph_data.pod'
 /usr/bin/install -c -m 644 'rrdresize.pod' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/rrdresize.pod'
 /usr/bin/install -c -m 644 'rrdtutorial.pod' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/rrdtutorial.pod'
 /usr/bin/install -c -m 644 'bin_dec_hex.txt' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/bin_dec_hex.txt'
 /usr/bin/install -c -m 644 'rrddump.txt' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/rrddump.txt'
 /usr/bin/install -c -m 644 'rrdgraph_examples.txt' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/rrdgraph_examples.txt'
 /usr/bin/install -c -m 644 'rrdrestore.txt' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/rrdrestore.txt'
 /usr/bin/install -c -m 644 'rrdupdate.txt' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/rrdupdate.txt'
 /usr/bin/install -c -m 644 'cdeftutorial.txt' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/cdeftutorial.txt'
 /usr/bin/install -c -m 644 'rrdfetch.txt' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/rrdfetch.txt'
 /usr/bin/install -c -m 644 'rrdgraph_graph.txt' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/rrdgraph_graph.txt'
 /usr/bin/install -c -m 644 'rrdthreads.txt' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/rrdthreads.txt'
 /usr/bin/install -c -m 644 'rrdxport.txt' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/rrdxport.txt'
 /usr/bin/install -c -m 644 'rpntutorial.txt' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/rpntutorial.txt'
 /usr/bin/install -c -m 644 'rrdfirst.txt' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/rrdfirst.txt'
 /usr/bin/install -c -m 644 'rrdgraph_rpn.txt' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/rrdgraph_rpn.txt'
 /usr/bin/install -c -m 644 'rrdtool.txt' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/rrdtool.txt'
 /usr/bin/install -c -m 644 'rrd-beginners.txt' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/rrd-beginners.txt'
 /usr/bin/install -c -m 644 'rrdinfo.txt' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/rrdinfo.txt'
 /usr/bin/install -c -m 644 'rrdtune.txt' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/rrdtune.txt'
 /usr/bin/install -c -m 644 'rrdbuild.txt' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/rrdbuild.txt'
 /usr/bin/install -c -m 644 'rrdcgi.txt' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/rrdcgi.txt'
 /usr/bin/install -c -m 644 'rrdgraph.txt' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/rrdgraph.txt'
 /usr/bin/install -c -m 644 'rrdlast.txt' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/rrdlast.txt'
 /usr/bin/install -c -m 644 'rrdlastupdate.txt' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/rrdlastupdate.txt'
 /usr/bin/install -c -m 644 'rrdcreate.txt' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/rrdcreate.txt'
 /usr/bin/install -c -m 644 'rrdgraph_data.txt' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/rrdgraph_data.txt'
 /usr/bin/install -c -m 644 'rrdresize.txt' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/rrdresize.txt'
 /usr/bin/install -c -m 644 'rrdtutorial.txt' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/txt/rrdtutorial.txt'
test -z "/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/html" || mkdir -p -- "/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/html"
 /usr/bin/install -c -m 644 'bin_dec_hex.html' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/html/bin_dec_hex.html'
 /usr/bin/install -c -m 644 'rrddump.html' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/html/rrddump.html'
 /usr/bin/install -c -m 644 'rrdgraph_examples.html' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/html/rrdgraph_examples.html'
 /usr/bin/install -c -m 644 'rrdrestore.html' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/html/rrdrestore.html'
 /usr/bin/install -c -m 644 'rrdupdate.html' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/html/rrdupdate.html'
 /usr/bin/install -c -m 644 'cdeftutorial.html' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/html/cdeftutorial.html'
 /usr/bin/install -c -m 644 'rrdfetch.html' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/html/rrdfetch.html'
 /usr/bin/install -c -m 644 'rrdgraph_graph.html' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/html/rrdgraph_graph.html'
 /usr/bin/install -c -m 644 'rrdthreads.html' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/html/rrdthreads.html'
 /usr/bin/install -c -m 644 'rrdxport.html' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/html/rrdxport.html'
 /usr/bin/install -c -m 644 'rpntutorial.html' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/html/rpntutorial.html'
 /usr/bin/install -c -m 644 'rrdfirst.html' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/html/rrdfirst.html'
 /usr/bin/install -c -m 644 'rrdgraph_rpn.html' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/html/rrdgraph_rpn.html'
 /usr/bin/install -c -m 644 'rrdtool.html' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/html/rrdtool.html'
 /usr/bin/install -c -m 644 'rrd-beginners.html' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/html/rrd-beginners.html'
 /usr/bin/install -c -m 644 'rrdinfo.html' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/html/rrdinfo.html'
 /usr/bin/install -c -m 644 'rrdtune.html' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/html/rrdtune.html'
 /usr/bin/install -c -m 644 'rrdbuild.html' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/html/rrdbuild.html'
 /usr/bin/install -c -m 644 'rrdcgi.html' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/html/rrdcgi.html'
 /usr/bin/install -c -m 644 'rrdgraph.html' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/html/rrdgraph.html'
 /usr/bin/install -c -m 644 'rrdlast.html' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/html/rrdlast.html'
 /usr/bin/install -c -m 644 'rrdlastupdate.html' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/html/rrdlastupdate.html'
 /usr/bin/install -c -m 644 'rrdcreate.html' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/html/rrdcreate.html'
 /usr/bin/install -c -m 644 'rrdgraph_data.html' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/html/rrdgraph_data.html'
 /usr/bin/install -c -m 644 'rrdresize.html' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/html/rrdresize.html'
 /usr/bin/install -c -m 644 'rrdtutorial.html' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/html/rrdtutorial.html'
 /usr/bin/install -c -m 644 'RRDs.html' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/html/RRDs.html'
 /usr/bin/install -c -m 644 'RRDp.html' '/usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/html/RRDp.html'
test -z "/usr/local/rrdtool-1.2.19/man/man1" || mkdir -p -- "/usr/local/rrdtool-1.2.19/man/man1"
 /usr/bin/install -c -m 644 'bin_dec_hex.1' '/usr/local/rrdtool-1.2.19/man/man1/bin_dec_hex.1'
 /usr/bin/install -c -m 644 'rrddump.1' '/usr/local/rrdtool-1.2.19/man/man1/rrddump.1'
 /usr/bin/install -c -m 644 'rrdgraph_examples.1' '/usr/local/rrdtool-1.2.19/man/man1/rrdgraph_examples.1'
 /usr/bin/install -c -m 644 'rrdrestore.1' '/usr/local/rrdtool-1.2.19/man/man1/rrdrestore.1'
 /usr/bin/install -c -m 644 'rrdupdate.1' '/usr/local/rrdtool-1.2.19/man/man1/rrdupdate.1'
 /usr/bin/install -c -m 644 'cdeftutorial.1' '/usr/local/rrdtool-1.2.19/man/man1/cdeftutorial.1'
 /usr/bin/install -c -m 644 'rrdfetch.1' '/usr/local/rrdtool-1.2.19/man/man1/rrdfetch.1'
 /usr/bin/install -c -m 644 'rrdgraph_graph.1' '/usr/local/rrdtool-1.2.19/man/man1/rrdgraph_graph.1'
 /usr/bin/install -c -m 644 'rrdthreads.1' '/usr/local/rrdtool-1.2.19/man/man1/rrdthreads.1'
 /usr/bin/install -c -m 644 'rrdxport.1' '/usr/local/rrdtool-1.2.19/man/man1/rrdxport.1'
 /usr/bin/install -c -m 644 'rpntutorial.1' '/usr/local/rrdtool-1.2.19/man/man1/rpntutorial.1'
 /usr/bin/install -c -m 644 'rrdfirst.1' '/usr/local/rrdtool-1.2.19/man/man1/rrdfirst.1'
 /usr/bin/install -c -m 644 'rrdgraph_rpn.1' '/usr/local/rrdtool-1.2.19/man/man1/rrdgraph_rpn.1'
 /usr/bin/install -c -m 644 'rrdtool.1' '/usr/local/rrdtool-1.2.19/man/man1/rrdtool.1'
 /usr/bin/install -c -m 644 'rrd-beginners.1' '/usr/local/rrdtool-1.2.19/man/man1/rrd-beginners.1'
 /usr/bin/install -c -m 644 'rrdinfo.1' '/usr/local/rrdtool-1.2.19/man/man1/rrdinfo.1'
 /usr/bin/install -c -m 644 'rrdtune.1' '/usr/local/rrdtool-1.2.19/man/man1/rrdtune.1'
 /usr/bin/install -c -m 644 'rrdbuild.1' '/usr/local/rrdtool-1.2.19/man/man1/rrdbuild.1'
 /usr/bin/install -c -m 644 'rrdcgi.1' '/usr/local/rrdtool-1.2.19/man/man1/rrdcgi.1'
 /usr/bin/install -c -m 644 'rrdgraph.1' '/usr/local/rrdtool-1.2.19/man/man1/rrdgraph.1'
 /usr/bin/install -c -m 644 'rrdlast.1' '/usr/local/rrdtool-1.2.19/man/man1/rrdlast.1'
 /usr/bin/install -c -m 644 'rrdlastupdate.1' '/usr/local/rrdtool-1.2.19/man/man1/rrdlastupdate.1'
 /usr/bin/install -c -m 644 'rrdcreate.1' '/usr/local/rrdtool-1.2.19/man/man1/rrdcreate.1'
 /usr/bin/install -c -m 644 'rrdgraph_data.1' '/usr/local/rrdtool-1.2.19/man/man1/rrdgraph_data.1'
 /usr/bin/install -c -m 644 'rrdresize.1' '/usr/local/rrdtool-1.2.19/man/man1/rrdresize.1'
 /usr/bin/install -c -m 644 'rrdtutorial.1' '/usr/local/rrdtool-1.2.19/man/man1/rrdtutorial.1'
make  install-data-hook
make[3]: Entering directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/doc'
cd /usr/local/rrdtool-1.2.19/share/doc/rrdtool-1.2.19/html && rm -f index.html && ln -s rrdtool.html index.html
make[3]: Leaving directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/doc'
make[2]: Leaving directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/doc'
make[1]: Leaving directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/doc'
Making install in examples
make[1]: Entering directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/examples'
make[2]: Entering directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/examples'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/rrdtool-1.2.19/share/rrdtool/examples" || mkdir -p -- "/usr/local/rrdtool-1.2.19/share/rrdtool/examples"
 /usr/bin/install -c 'cgi-demo.cgi' '/usr/local/rrdtool-1.2.19/share/rrdtool/examples/cgi-demo.cgi'
 /usr/bin/install -c 'piped-demo.pl' '/usr/local/rrdtool-1.2.19/share/rrdtool/examples/piped-demo.pl'
 /usr/bin/install -c 'shared-demo.pl' '/usr/local/rrdtool-1.2.19/share/rrdtool/examples/shared-demo.pl'
 /usr/bin/install -c 'stripes.pl' '/usr/local/rrdtool-1.2.19/share/rrdtool/examples/stripes.pl'
 /usr/bin/install -c 'bigtops.pl' '/usr/local/rrdtool-1.2.19/share/rrdtool/examples/bigtops.pl'
 /usr/bin/install -c 'minmax.pl' '/usr/local/rrdtool-1.2.19/share/rrdtool/examples/minmax.pl'
 /usr/bin/install -c '4charts.pl' '/usr/local/rrdtool-1.2.19/share/rrdtool/examples/4charts.pl'
 /usr/bin/install -c 'perftest.pl' '/usr/local/rrdtool-1.2.19/share/rrdtool/examples/perftest.pl'
make[2]: Leaving directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/examples'
make[1]: Leaving directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/examples'
make[1]: Entering directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19'
make[2]: Entering directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19'
make[1]: Leaving directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19'
[ytl@lanmon-dev:~/Work/lanmon/rrdtool-1.2.19]$ 

Perl Bindings

[ytl@lanmon-dev:~/Work/lanmon/rrdtool-1.2.19/bindings]$ ls
Makefile  Makefile.am  Makefile.in  perl-piped  perl-shared  python  ruby  tcl
[ytl@lanmon-dev:~/Work/lanmon/rrdtool-1.2.19/bindings]$ make
make[1]: Entering directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/bindings'
cd perl-piped && make
make[2]: Entering directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/bindings/perl-piped'
Manifying blib/man3/RRDp.3
make[2]: Leaving directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/bindings/perl-piped'
cd perl-shared && make
make[2]: Entering directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/bindings/perl-shared'
rm -f blib/arch/auto/RRDs/RRDs.so
cc  -shared -L/usr/local/lib RRDs.o -L../../src/.libs/ -Wl,--rpath -Wl,/usr/local/rrdtool-1.2.19/lib -lrrd -lm -o blib/arch/auto/RRDs/RRDs.so         \
        \
  
chmod 755 blib/arch/auto/RRDs/RRDs.so
cp RRDs.bs blib/arch/auto/RRDs/RRDs.bs
chmod 644 blib/arch/auto/RRDs/RRDs.bs
make[2]: Leaving directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/bindings/perl-shared'
make[1]: Leaving directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/bindings'
[ytl@lanmon-dev:~/Work/lanmon/rrdtool-1.2.19/bindings]$ sudo make install
Password:
AFS Password: 
make[1]: Entering directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/bindings'
cd perl-piped && make
make[2]: Entering directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/bindings/perl-piped'
make[2]: Leaving directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/bindings/perl-piped'
cd perl-shared && make
make[2]: Entering directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/bindings/perl-shared'
make[2]: Leaving directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/bindings/perl-shared'
make[2]: Entering directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/bindings'
make[2]: Nothing to be done for `install-exec-am'.
test -f perl-piped/Makefile && cd perl-piped && make install || true
make[3]: Entering directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/bindings/perl-piped'
Installing /usr/local/lib/perl5/site_perl/5.8.8/RRDp.pm
Installing /usr/local/share/man/man3/RRDp.3
Writing /usr/local/lib/perl5/site_perl/5.8.8/i686-linux-thread-multi/auto/RRDp/.packlist
Appending installation info to /usr/local/lib/perl5/5.8.8/i686-linux-thread-multi/perllocal.pod
make[3]: Leaving directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/bindings/perl-piped'
test -f perl-shared/Makefile && cd perl-shared && make install || true
make[3]: Entering directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/bindings/perl-shared'
Installing /usr/local/rrdtool-1.2.19/lib/perl/5.8.8/i686-linux-thread-multi/auto/RRDs/RRDs.so
Installing /usr/local/rrdtool-1.2.19/lib/perl/5.8.8/i686-linux-thread-multi/auto/RRDs/RRDs.bs
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /usr/local/rrdtool-1.2.19/lib/perl/5.8.8/i686-linux-thread-multi/RRDs.pm
Installing /usr/local/rrdtool-1.2.19/lib/perl/5.8.8/i686-linux-thread-multi/ntmake.pl
Installing /usr/local/rrdtool-1.2.19/share/man/man3/RRDs.3
Writing /usr/local/rrdtool-1.2.19/lib/perl/5.8.8/i686-linux-thread-multi/auto/RRDs/.packlist
Appending installation info to /usr/local/rrdtool-1.2.19/lib/perl/5.8.8/i686-linux-thread-multi/perllocal.pod
make[3]: Leaving directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/bindings/perl-shared'
test -f ruby/Makefile && cd ruby && make EPREFIX=/usr/local/rrdtool-1.2.19 sitedir=NONE/lib/ruby install || true
make[2]: Leaving directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/bindings'
make[1]: Leaving directory `/afs/slac.stanford.edu/u/sf/ytl/Work/lanmon/rrdtool-1.2.19/bindings'
[ytl@lanmon-dev:~/Work/lanmon/rrdtool-1.2.19/bindings]$ 
  • No labels