FW: Status map and 3D status map

Hugo Rebello hugo.rebello at br.danzas.com
Mon Mar 24 15:13:55 CET 2003


Where I find the (libjpeg62-dev files). I look in my system and don't found.
When you installed the GD library, you put (--with-jpeg=/DIR) options ?

Thank you.
Hugo

-----Original Message-----
From: m.kauer at corag.de [mailto:m.kauer at corag.de]
Sent: segunda-feira, 24 de março de 2003 11:00
To: Hugo Rebello
Subject: RE: FW: [Nagios-users] Status map and 3D status map



Please have a look at http://www.boutell.com/gd/manual2.0.11.html

gd 2.0.11 requires ..........
      libpng, if you want PNG
      zlib, if you want PNG
      jpeg-6b if you want JPEG
If you want to use the TrueType font support, you must also install the
FreeType 2.x library, including the header files......

So FreeType is only needed, if you want to use the TTFs. You don't need it
for JPEG to work.
When I compiled gd I also got the message "Support for JPEG library: no"
AFTER I installed JPEG.
Have a look at the first line if your log:
checking for jpeg_set_defaults in -ljpeg... no
I think you're missing the Development files for the IJG JPEG library
(libjpeg62-dev files). I installed them and got Support for JPEG library:
yes!

Marcus





                      "Hugo Rebello"
                      <hugo.rebello at br.        To:       <m.kauer at corag.de>,
"'Nagios Users (E-mail) '"
                      danzas.com>
<nagios-users at lists.sourceforge.net>
                                               cc:
                      24.03.2003 15:06         Subject:  RE: FW:
[Nagios-users] Status map and 3D status map






I installed jpeg-6b, but when compile gd I receive the following
notification:
********************************************************************
checking for jpeg_set_defaults in -ljpeg... no
checking for XpmReadFileToXpmImage in -lXpm... no

** Configuration summary for gd 2.0.11:

   Support for PNG library:          yes
   Support for JPEG library:         no
   Support for Freetype 2.x library: no
   Support for Xpm library:          no

configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating config/gdlib-config
config.status: creating test/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
*****************************************************************

I need to install the Freetype for JPEG work ?

Thank you.
Hugo

-----Original Message-----
From: m.kauer at corag.de [mailto:m.kauer at corag.de]
Sent: segunda-feira, 24 de março de 2003 10:33
To: Hugo Rebello
Subject: Re: FW: [Nagios-users] Status map and 3D status map



Hi Hugo,

for my configuration I use gd 2.0.11
This neeeds libpng, zlib, jpeg-6b and Freetype. I don't use XPM.

for JPEG look at: http://www.ijg.org/files/
Download jpegsrc.v6b.tar.gz, unpack it and read the docs.
On my Debian system I also needed to install libjpeg62-dev

for Freetype look at
http://sourceforge.net/project/showfiles.php?group_id=3157
Download freetype-2.1.3.tar.gz, unpack it and follow the docs.

Hope this help!
Good luck,
Marcus




                      "Hugo Rebello"
                      <hugo.rebello at br.danzas.com>         To:
"'Nagios Users (E-mail) '" <nagios-users at lists.sourceforge.net>
                      Sent by:                             cc:
                      nagios-users-admin at lists.sour        Subject:  FW:
[Nagios-users] Status map and 3D status map
                      ceforge.net


                      24.03.2003 14:23






Please, anybody help me ?

I didn't to get solve this problem yet.

Thanks,
Hugo

-----Original Message-----
From: Hugo Rebello [mailto:hugo.rebello at br.danzas.com]
Sent: sexta-feira, 21 de março de 2003 14:35
To: Pascal RENAUT/GROUPE-ES
Subject: RE: Réf. : [Nagios-users] Status map and 3D status map


I compiled with this option ( ./configure --prefix=/usr), so I continue
receiving the notification below.

****************************************************************************


************************
checking for jpeg_set_defaults in -ljpeg... no
checking for XpmReadFileToXpmImage in -lXpm... no

** Configuration summary for gd 2.0.11:

   Support for PNG library:          yes
   Support for JPEG library:         no
   Support for Freetype 2.x library: no
   Support for Xpm library:          no

configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating config/gdlib-config
config.status: creating test/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
****************************************************************************


********************

I'm thinking put (--with-jpeg=DIR) option, but what DIR I must use ?

Thanks,
Hugo

-----Original Message-----
From: Pascal RENAUT/GROUPE-ES
[mailto:pascal.renaut at electricite-strasbourg.fr]
Sent: sexta-feira, 21 de março de 2003 12:46
To: Hugo Rebello
Subject: Réf. : [Nagios-users] Status map and 3D status map



If you compile the lastest gd library (gd2.0.11 on www.boutell.com) with
this option : ./configure --prefix=/usr (because you are a old gd version)
then all it's OK - no problem Freetype, jpeg and Xpm libraries
............................................................................


.........................................................

Pascal RENAUT / Département Ingénierie Réseaux (I.R.) / Groupe Electricité
de Strasbourg / 67953 Strasbourg Cedex 9
Tél : 33 (0) 369 20 6138 / Fax : 33 (0) 369 20 6045 / Email :
pascal.renaut at electricite-strasbourg.fr



                    "Hugo Rebello"
                    <hugo.rebello at br.danzas.com>          Pour :  "'Nagios
Users (E-mail) '"
                    Envoyé par :
<nagios-users at lists.sourceforge.net>
                    nagios-users-admin at lists.sourc        cc :    (ccc :
Pascal RENAUT/GROUPE-ES)
                    eforge.net                            Objet :
[Nagios-users] Status map and 3D
                                                          status map

                    21/03/2003 15:48





Please, anybody help me ?

I'm upgrading the Nagios 1.0b6 to 1.0, but I don't to get install gd
library
with support to jpeg.
Where is jpeg library in machine ?
I tried configure with support for jpeg library using the following command
( ./configure --with-jpeg=/usr/local/bin or /usr/lib), but don't work.
Look the message that I receive when running the command:
****************************************************************************



***************
checking for png_create_read_struct in -lpng... yes
checking for freetype-config... no
checking for FT_Init_FreeType in -lfreetype... no
configure: WARNING: not found - disabling freetype support
checking freetype/freetype.h usability... no
checking freetype/freetype.h presence... no
checking for freetype/freetype.h... no
checking for jpeg_set_defaults in -ljpeg... no
checking for XpmReadFileToXpmImage in -lXpm... no

** Configuration summary for gd 2.0.11:

   Support for PNG library:          yes
   Support for JPEG library:         no
   Support for Freetype 2.x library: no
   Support for Xpm library:          no

configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating config/gdlib-config
config.status: creating test/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
****************************************************************************



******************************

Thank you for advanced

Hugo



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when
reporting any issue.
::: Messages without supporting info will risk being sent to /dev/null






-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when
reporting any issue.
::: Messages without supporting info will risk being sent to /dev/null








-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null





More information about the Users mailing list