<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-9">
<META content="MSHTML 6.00.6000.16809" name=GENERATOR></HEAD>
<BODY><!--ppd1000036-->
<DIV><SPAN class=761111606-21042009><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; 
Hi,</FONT></SPAN></DIV>
<DIV><SPAN class=761111606-21042009><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=761111606-21042009><FONT face=Arial size=2>We are trying to 
upgrde to 2.16.2 but I am getting the following 4 suggestings at the very 
beginning and I have done 3 except the "c" in order not to affect the running 
2.10.11. What can you tell us about how we can achieve to intall 2.16.2 on top 
of 2.10.11 installation? something is not liked from the previous installation 
but what?</FONT></SPAN></DIV>
<DIV><SPAN class=761111606-21042009><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=761111606-21042009><FONT face=Arial size=2>thank 
you</FONT></SPAN></DIV>
<DIV><SPAN class=761111606-21042009><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=761111606-21042009><FONT face=Arial size=2>#./configure 
--prefix=/usr/local/mrtg-216 
--with-gd-inc=/export/home/mrtg-2.16.2/gd-1.8.4<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 ISO C89... 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 grep that 
handles long lines and -e... /usr/xpg4/bin/grep<BR>checking for egrep... 
/usr/xpg4/bin/grep -E<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... no<BR>checking for gdImagePng in -lgd... no<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</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=761111606-21042009><FONT face=Arial size=2>** Ooops, one of 
many bad things happened:</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=761111606-21042009><FONT face=Arial size=2>&nbsp;&nbsp; 
a)&nbsp; You don't have the GD library 
installed.<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Get it from <A 
href="http://www.boutell.com">http://www.boutell.com</A>, compile it 
and<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; use either --with-gd-lib=DIR and 
--with-gd-inc=DIR to specify<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; its 
location. You might also have to use 
--with-z-inc,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
--with-z-lib and --with-png-inc, --with-png-lib for 
gd<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
versions 1.6 and higher.&nbsp; Check config.log for 
more<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; information on the 
problem.</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=761111606-21042009><FONT face=Arial size=2>&nbsp;&nbsp; 
b)&nbsp; You have the GD library installed, but not the 
gd.h<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; header file.&nbsp; Download the 
source (see above) and use<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
--with-gd-inc=DIR to specify where the file can be found.</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=761111606-21042009><FONT face=Arial size=2>&nbsp;&nbsp; 
c)&nbsp; You have the library and the header file installed, 
but<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; you also have a shared GD library in 
the same directory. <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Remove the shared 
library files and/or links (e.g. <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
libgd.so.2.0.0, libgd.so and libgd.so.2).&nbsp; This is 
especially<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
likely if you're using a recent (post 1.8.4) version of 
GD<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; and didn't configure it with 
--disable-shared.</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=761111606-21042009><FONT face=Arial size=2>&nbsp;&nbsp; 
d)&nbsp; You have gd library installed and also it's headers, but you 
are<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; missing libpng (and headers) or 
freetype (and headers)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (mrtg does not 
use freetype, but if your copy of gd is 
precompiled<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; against it, you have to 
install it ... </FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=761111606-21042009><FONT face=Arial size=2>&nbsp;&nbsp; 
Consider following the instructions in 
doc/mrtg-unix-guide.txt<BR>&nbsp;/export/home/mrtg-2.16.2</FONT></SPAN></DIV><BR><TABLE class=MsoNormalTable cellPadding=0 border=0><TBODY><TR><TD style="PADDING-RIGHT: 0.75pt; PADDING-LEFT: 0.75pt; BACKGROUND: white; PADDING-BOTTOM: 0.75pt; PADDING-TOP: 0.75pt"><P class=MsoNormal><SPAN style="COLOR: black"><FONT face=Arial size=2>This message and attachments are confidential and intended solely for the individual(s) stated in this<BR>message. If you received this message although you are not the addressee, you are responsible to keep the<BR>message confidential. The sender has no responsibility for the accuracy or correctness of the<BR>information in the message and its attachments. Our company shall have no liability for any changes<BR>or late receiving, loss of integrity and confidentiality, viruses and any damages caused in<BR>anyway to your computer system.</FONT></SPAN></P></TD></TR></TBODY></TABLE><P class=MsoNormal><SPAN style="DISPLAY: none"><?xml:namespace prefix = o /><o:p><FONT face=Arial size=2></FONT></o:p></SPAN></P><TABLE class=MsoNormalTable cellPadding=0 border=0><TBODY><TR><TD style="PADDING-RIGHT: 0.75pt; PADDING-LEFT: 0.75pt; BACKGROUND: white; PADDING-BOTTOM: 0.75pt; PADDING-TOP: 0.75pt"><P class=MsoNormal><FONT face=Arial><FONT size=2><SPAN style="COLOR: black">Bu mesaj ve ekleri, mesajda gonderildigi belirtilen kisi/kisilere ozeldir ve gizlidir. Bu mesajin muhatabi<BR>olmamaniza ragmen tarafiniza ulasmis olmasi halinde mesaj iceriginin gizliligi ve bu gizlilik yukumlulugune<BR>uyulmasi zorunlulugu tarafiniz icin de soz konusudur. Mesaj ve eklerinde yer alan bilgilerin dogrulugu ve<BR>guncelligi konusunda gonderenin ya da sirketimizin herhangi bir sorumlulugu bulunmamaktadir. Sirketimiz<BR>mesajin ve bilgilerinin size degisiklige ugrayarak veya gec ulasmasindan, butunlugunun ve gizliliginin<BR>korunamamasindan, virus icermesinden ve bilgisayar sisteminize verebilecegi herhangi bir zarardan<BR>sorumlu tutulamaz.</SPAN><o:p></o:p></FONT></FONT></P></TD></TR></TBODY></TABLE></BODY></HTML>