[mrtg] Re: ...gd installation problems...
Grendel
grendel at interq.ad.jp
Tue Apr 3 17:48:51 MEST 2001
Hi,
You need to edit the libgd Makefile so that /usr/local/include is in
the list of directories to look for headers, and /usr/local/lib is in
the list of places to look for libraries. In other words, the following
two lines in the Makefile need to be as a bare mimimum:
INCLUDEDIRS=-I. -I/usr/local/include
LIBDIRS=-L. -L/usr/local/lib
Since libgd does not have the ./configure that comes with most of the
other tarballs you've probably downloaded so far, I strongly suggest you
re-read the user-editable section at the beginning of the Makefile.
There might be other items you need to adjust.
Hope that helps,
James Overbeck
GMO - http://www.gmo.co.jp/
Tokyo, Japan
Julien Borne wrote:
>
> Rahhh... I didn't know it would be so hard to follow instructions...
> After all the problems i got, i'm finally installing gd.
> And here are other problems, when I try to 'make':
>
> # make INCLUDEDIRS="-I. -I../zlib -I../libpng" LIBDIRS="-L../zlib -L.
> -L../libpng" LIBS="-lgd -lpng -lz -lm"
> gcc -I. -I../zlib -I../libpng -O -DHAVE_LIBPNG -DHAVE_LIBJPEG -c
> gd_jpeg.c
> gd_jpeg.c:26: jpeglib.h: Ce fichier ou ce r駱ertoire n'existe pas
> gd_jpeg.c:27: jerror.h: Ce fichier ou ce r駱ertoire n'existe pas
> gd_jpeg.c:193: #error IJG JPEG library BITS_IN_JSAMPLE value must be 8
> or 12
> gd_jpeg.c:368: #error IJG JPEG library BITS_IN_JSAMPLE value must be 8
> or 12
> *** Error code 1
> make: Fatal error: Command failed for target `gd_jpeg.o'
>
> Wow, nice, huh? (for non-french speakers [;-)], that means it can't find
> jpeglib.h and jerror.h) So I tried to look at the index.html, i saw it
> may be useful to install jpeg-6b, so I did it, tried to make again, same
> thing, tried to change my PATH to show the good target where jpeglib.h
> is located (jpeg-6b actually)... no way.
> Do I have to change something in my Makefile? or with the make command?
>
> Thanks again to everyone!
>
> Julien
>
> --
> Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
> Archive http://www.ee.ethz.ch/~slist/mrtg
> FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
> WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://www.ee.ethz.ch/~slist/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
More information about the mrtg
mailing list