<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
I installed<br>
<br>
freetype-2.3.1-sol9-sparc-local <br>
jpeg-6b-sol9-sparc-local <br>
gcc-3.4.6-sol9-sparc-local<br>
libiconv-1.11-sol9-sparc-local<br>
mrtg-2.15.2<br>
libpng-1.2.24-sol9-sparc-local <br>
gd-2.0.35<br>
fontconfig-2.4.2-sol9-sparc-local<br>
zlib-2.32-sol9-sparc-local<br>
<br>
The server has solaris 9<br>
<br>
This is the messages when configure MRTG <br>
<br>
./configure --prefix=/usr/local/mrtg-2
--with-png=/usr/sfw/include/libpng<br>
checking for gcc... gcc<br>
checking for C compiler default output file name... a.out<br>
checking whether the C compiler works... yes<br>
checking whether we are cross compiling... no<br>
checking for suffix of executables... <br>
checking for suffix of object files... o<br>
checking whether we are using the GNU C compiler... yes<br>
checking whether gcc accepts -g... yes<br>
checking for gcc option to accept ANSI C... none needed<br>
checking how to run the C preprocessor... gcc -E<br>
checking whether make sets $(MAKE)... yes<br>
checking for a BSD-compatible install... ./install-sh -c<br>
checking for perl... /usr/bin/perl<br>
checking for groff... no<br>
checking for nroff... /usr/bin/nroff<br>
checking for egrep... egrep<br>
checking for ANSI C header files... yes<br>
checking for sys/types.h... yes<br>
checking for sys/stat.h... yes<br>
checking for stdlib.h... yes<br>
checking for string.h... yes<br>
checking for memory.h... yes<br>
checking for strings.h... yes<br>
checking for inttypes.h... yes<br>
checking for stdint.h... no<br>
checking for unistd.h... yes<br>
checking for inttypes.h... (cached) yes<br>
checking for unsigned long long... yes<br>
checking for long long... yes<br>
checking for strtoll... yes<br>
checking for printf long long format specifier... %lld<br>
checking for pow in -lm... yes<br>
checking for gdImageGif in -lgd... yes<br>
checking for gdImagePng in -lgd... yes<br>
checking for gdImagePng_jpg in -lgd... no<br>
checking for gdImagePng_jpg_ft in -lgd... no<br>
checking for gdImageGd in -lgd... no<br>
checking gd.h usability... yes<br>
checking gd.h presence... yes<br>
checking for gd.h... yes<br>
checking the weather... (cached) it's fine<br>
checking if we can use GCC-specific compiler options... yes<br>
configure: creating ./config.status<br>
config.status: creating Makefile<br>
config.status: creating config.h<br>
config.status: config.h is unchanged<br>
ordering CD from <a class="moz-txt-link-freetext" href="http://people.ee.ethz.ch/~oetiker/wish">http://people.ee.ethz.ch/~oetiker/wish</a> .... just
kidding ;-)<br>
<br>
----------------------------------------------------------------<br>
Config is DONE!<br>
<br>
# make install<br>
/usr/bin/perl -0777 -p -i~ -e "s'^#!\s*/\S*perl'#! /usr/bin/perl'"
./bin/cfgmaker ./bin/indexmaker ./bin/mrtg<br>
/usr/bin/perl -0777 -p -i~ -e 's@GRAPHFMT="...";@GRAPHFMT="png";@'
./bin/mrtg ./bin/indexmaker<br>
/bin/sh ./mkinstalldirs /usr/local/mrtg-2/bin<br>
for x in ./bin/mrtg ./bin/cfgmaker ./bin/indexmaker
./bin/mrtg-traffic-sum; do \<br>
&nbsp; ./install-sh -c -m 755 $x /usr/local/mrtg-2/bin; done<br>
for x in bin/rateup; do \<br>
&nbsp; ./install-sh -c -m 755 $x /usr/local/mrtg-2/bin; done<br>
/bin/sh ./mkinstalldirs /usr/local/mrtg-2/lib/mrtg2/Pod<br>
for x in ./lib/mrtg2/*.pm; do \<br>
&nbsp; ./install-sh -c -m 644 $x /usr/local/mrtg-2/lib/mrtg2; done<br>
for x in ./lib/mrtg2/Pod/*.pm; do \<br>
&nbsp; ./install-sh -c -m 644 $x /usr/local/mrtg-2/lib/mrtg2/Pod; done<br>
/bin/sh ./mkinstalldirs /usr/local/mrtg-2/share/mrtg2/icons<br>
for x in ./images/*.gif ./images/*.png; do \<br>
&nbsp; ./install-sh -c -m 644 $x /usr/local/mrtg-2/share/mrtg2/icons; done<br>
/bin/sh ./mkinstalldirs /usr/local/mrtg-2/share/doc/mrtg2<br>
(cd .; for x in COPYING COPYRIGHT README CHANGES THANKS doc/*.pod
doc/*.txt doc/*.png; do \<br>
&nbsp; ./install-sh -c -m 644 $x /usr/local/mrtg-2/share/doc/mrtg2; done)<br>
/bin/sh ./mkinstalldirs /usr/local/mrtg-2/man/man1<br>
for x in ./doc/*.1; do \<br>
&nbsp; ./install-sh -c -m 644 $x /usr/local/mrtg-2/man/man1; done<br>
<br>
<br>
<br>
&nbsp;cfgmaker --global 'WorkDir: /MRTGMONITOR' --global 'Options[_]:
bits,growright' --output /MRTGMONITOR/cfg/mrtg.cfg <a class="moz-txt-link-abbreviated" href="mailto:public@129.153.199.27">public@129.153.199.27</a><br>
<br>
but when execute the following command appears this error<br>
<br>
<br>
#/usr/local/mrtg-2/bin/mrtg /MRTGMONITOR/cfg/mrtg.cfg<br>
ld.so.1: rateup: fatal: libgd.so.2: open failed: No such file or
directory<br>
2008-01-11 11:58:01: ERROR: Skipping webupdates because rateup did not
return anything sensible<br>
2008-01-11 11:58:01: WARNING: rateup died from Signal 9<br>
&nbsp;with Exit Value 0 when doing router '129.153.199.27_2'<br>
&nbsp;Signal was 9, Returncode was 0<br>
<br>
<br>
would you help me to know what happen whit this.<br>
<br>
Thanks<br>
<br>
<div class="moz-signature">-- <br>
<img src="cid:part1.00010705.05070803@sun.com" border="0"></div>
</body>
</html>