LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-21-2010, 09:09 AM   #46
rfelsburg
Member
 
Registered: Nov 2008
Posts: 52

Rep: Reputation: 18

There isn't a package named libgd2-dev in debian's repo. It's been renamed libgd2-xpm-dev
 
Old 07-21-2010, 09:15 AM   #47
Spuddy
Member
 
Registered: Jul 2010
Posts: 83

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by sem007 View Post
you require gd 1.6.3 or higher
just instll libgd2-dev on ubuntu also install png and jpeg library suggested by rfelsburg
Code:
ODB2:/# aptitude install libgd2-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
No candidate version found for libgd2-dev
No candidate version found for libgd2-dev
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 202 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Writing extended state information... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done

ODB2:/# /etc/init.d/nagios restart
Running configuration check...done.
Stopping nagios: done.
Starting nagios: done.
ODB2:/# /etc/init.d/apache2 restart
Restarting web server: apache2 ... waiting .
ODB2:/#
 
Old 07-21-2010, 09:15 AM   #48
rfelsburg
Member
 
Registered: Nov 2008
Posts: 52

Rep: Reputation: 18
If you look at my above post, libgd2-dev doesn't exist in the debian repo. If I recall correctly, libgd2 is required not just the dev libraries. That's why i posted so many package names.

You may have to search for the libpng, and libjpeg correct names though in apt. You will need both the libpng, libjpeg, and their respective dev libraries.

Last edited by rfelsburg; 07-21-2010 at 09:18 AM.
 
Old 07-21-2010, 09:16 AM   #49
Spuddy
Member
 
Registered: Jul 2010
Posts: 83

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by rfelsburg View Post
There isn't a package named libgd2-dev in debian's repo. It's been renamed libgd2-xpm-dev
ODB2:/# aptitude install libgd2-xpm-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 202 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Writing extended state information... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done

ODB2:/#
 
Old 07-21-2010, 09:23 AM   #50
rfelsburg
Member
 
Registered: Nov 2008
Posts: 52

Rep: Reputation: 18
I'm sorry I completely overlooked the i next to your package name, meaning it's already installed.

do an aptitude search for libpng, libjpeg, and zlib and see what we have there.
 
Old 07-21-2010, 09:26 AM   #51
Spuddy
Member
 
Registered: Jul 2010
Posts: 83

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by rfelsburg View Post
I'm sorry I completely overlooked the i next to your package name, meaning it's already installed.

do an aptitude search for libpng, libjpeg, and zlib and see what we have there.
Thanks for your patience buddy, I'm almost there!

Code:
ODB2:/# aptitude search libpng
p   libpng++-dev                                                           - C++ interface to the PNG library
v   libpng-dev                                                             -
p   libpng-sixlegs-java                                                    - Sixlegs Java PNG Decoder
p   libpng-sixlegs-java-doc                                                - Documentation for Sixlegs Java PNG Decoder
i A libpng12-0                                                             - PNG library - runtime
v   libpng12-0-dev                                                         -
i   libpng12-dev                                                           - PNG library - development
p   libpng3                                                                - PNG library - runtime
v   libpng3-dev                                                            -
p   libpnglite-dev                                                         - lightweight C library for loading and writing PNG images
v   libpngwriter                                                           -
v   libpngwriter-dev                                                       -
p   libpngwriter0-dev                                                      - easy to use graphics library (development)
p   libpngwriter0c2                                                        - easy to use graphics library (runtime)
ODB2:/#
ODB2:/# aptitude search libjpeg
v   libjpeg-dbg                                                            -
v   libjpeg-dev                                                            -
p   libjpeg-progs                                                          - Programs for manipulating JPEG files
i A libjpeg62                                                              - The Independent JPEG Group's JPEG runtime library (version 6.2)
p   libjpeg62-dbg                                                          - Development files for the IJG JPEG library (version 6.2)
i   libjpeg62-dev                                                          - Development files for the IJG JPEG library (version 6.2)
p   libjpeg7                                                               - The Independent JPEG Group's JPEG runtime library (v7)
p   libjpeg7-dbg                                                           - Debugging files for the IJG JPEG library (v7)
p   libjpeg8                                                               - The Independent JPEG Group's JPEG runtime library
p   libjpeg8-dbg                                                           - Development files for the IJG JPEG library
p   libjpeg8-dev                                                           - Development files for the IJG JPEG library
ODB2:/# aptitude search zlib
p   gambas2-gb-compress-bzlib2                                             - The Gambas bzlib2 component
p   gambas2-gb-compress-zlib                                               - The Gambas zlib compression component
p   gauche-zlib                                                            - zlib binding for Gauche
v   haskell-zlib-doc                                                       -
p   libcompress-raw-zlib-perl                                              - low-level interface to zlib compression library
p   libcompress-zlib-perl                                                  - Transitional dummy package for Compress::Zlib
p   libghc6-bzlib-dev                                                      - Haskell bindings to the bzip2 library
v   libghc6-bzlib-dev-0.5.0.0-2ffe3                                        -
p   libghc6-bzlib-doc                                                      - Documentation for the Haskell bindings to the bzip2 library
p   libghc6-bzlib-prof                                                     - Profiling libraries for the Haskell bindings to the bzip2 library
v   libghc6-bzlib-prof-0.5.0.0-2ffe3                                       -
p   libghc6-zlib-dev                                                       - Compression and decompression in the gzip and zlib formats
v   libghc6-zlib-dev-0.5.2.0-d3bd7                                         -
p   libghc6-zlib-doc                                                       - Compression and decompression in the gzip and zlib formats; documentation
p   libghc6-zlib-prof                                                      - Compression and decompression in the gzip and zlib formats; profiling libraries
v   libghc6-zlib-prof-0.5.2.0-d3bd7                                        -
p   libio-compress-zlib-perl                                               - Transitional dummy package for IO::Compress::Zlib
p   libio-zlib-perl                                                        - IO:: style interface to gzip/zlib compressed files/handles
p   libjzlib-java                                                          - reimplementation of zlib in pure Java
p   libzlib-ruby                                                           - transitional dummy package
v   libzlib-ruby1.8                                                        -
p   zlib-bin                                                               - compression library - sample programs
p   zlib-gst                                                               - Zlib bindings for GNU Smalltalk
i   zlib1g                                                                 - compression library - runtime
p   zlib1g-dbg                                                             - compression library - development
i A zlib1g-dev                                                             - compression library - development
p   zlibc                                                                  - An on-fly auto-uncompressing C library
ODB2:/#
 
Old 07-21-2010, 09:39 AM   #52
rfelsburg
Member
 
Registered: Nov 2008
Posts: 52

Rep: Reputation: 18
Do you have a log of the ./configure that you ran?

For instance, where you unpacked the nagios source to, it should be named config.log

Can you post that please?
 
Old 07-21-2010, 09:50 AM   #53
Spuddy
Member
 
Registered: Jul 2010
Posts: 83

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by rfelsburg View Post
Do you have a log of the ./configure that you ran?

For instance, where you unpacked the nagios source to, it should be named config.log

Can you post that please?
Code:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  $ ./configure --prefix=/usr/local/nagios --with-cgiurl=/nagios/cgi-bin --with-htmurl=/nagios/ --with-nagios-user=nagiosadmin --with-nagios-group=nagios --with-command-group=nagios

## --------- ##
## Platform. ##
## --------- ##

hostname = ODB2
uname -m = x86_64
uname -r = 2.6.26-2-amd64
uname -s = Linux
uname -v = #1 SMP Fri Aug 14 07:12:04 UTC 2009

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1815: checking for a BSD-compatible install
configure:1871: result: /usr/bin/install -c
configure:1890: checking build system type
configure:1908: result: x86_64-unknown-linux-gnu
configure:1930: checking host system type
configure:1945: result: x86_64-unknown-linux-gnu
configure:2016: checking for gcc
configure:2032: found /usr/bin/gcc
configure:2043: result: gcc
configure:2281: checking for C compiler version
configure:2288: gcc --version >&5
gcc (Debian 4.4.4-6) 4.4.4
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2291: $? = 0
configure:2298: gcc -v >&5
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.4.4-6' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.4.4 (Debian 4.4.4-6) 
configure:2301: $? = 0
configure:2308: gcc -V >&5
gcc: '-V' option must have argument
configure:2311: $? = 1
configure:2334: checking for C compiler default output file name
configure:2361: gcc    conftest.c  >&5
configure:2364: $? = 0
configure:2402: result: a.out
configure:2419: checking whether the C compiler works
configure:2429: ./a.out
configure:2432: $? = 0
configure:2449: result: yes
configure:2456: checking whether we are cross compiling
configure:2458: result: no
configure:2461: checking for suffix of executables
configure:2468: gcc -o conftest    conftest.c  >&5
configure:2471: $? = 0
configure:2495: result: 
configure:2501: checking for suffix of object files
configure:2527: gcc -c   conftest.c >&5
configure:2530: $? = 0
configure:2553: result: o
configure:2557: checking whether we are using the GNU C compiler
configure:2586: gcc -c   conftest.c >&5
configure:2592: $? = 0
configure:2609: result: yes
configure:2614: checking whether gcc accepts -g
configure:2644: gcc -c -g  conftest.c >&5
configure:2650: $? = 0
configure:2749: result: yes
configure:2766: checking for gcc option to accept ISO C89
configure:2840: gcc  -c -g -O2  conftest.c >&5
configure:2846: $? = 0
configure:2869: result: none needed
configure:2887: checking whether make sets $(MAKE)
configure:2908: result: yes
configure:2919: checking for strip
configure:2937: found /usr/bin/strip
configure:2950: result: /usr/bin/strip
configure:2965: checking how to run the C preprocessor
configure:3005: gcc -E  conftest.c
configure:3011: $? = 0
configure:3042: gcc -E  conftest.c
conftest.c:8:28: error: ac_nonexistent.h: No such file or directory
configure:3048: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3081: result: gcc -E
configure:3110: gcc -E  conftest.c
configure:3116: $? = 0
configure:3147: gcc -E  conftest.c
conftest.c:8:28: error: ac_nonexistent.h: No such file or directory
configure:3153: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3191: checking for grep that handles long lines and -e
configure:3265: result: /bin/grep
configure:3270: checking for egrep
configure:3348: result: /bin/grep -E
configure:3353: checking for ANSI C header files
configure:3383: gcc -c -g -O2  conftest.c >&5
configure:3389: $? = 0
configure:3488: gcc -o conftest -g -O2   conftest.c  >&5
configure:3491: $? = 0
configure:3497: ./conftest
configure:3500: $? = 0
configure:3517: result: yes
configure:3527: checking whether time.h and sys/time.h may both be included
configure:3557: gcc -c -g -O2  conftest.c >&5
configure:3563: $? = 0
configure:3578: result: yes
configure:3588: checking for sys/wait.h that is POSIX.1 compatible
configure:3624: gcc -c -g -O2  conftest.c >&5
configure:3630: $? = 0
configure:3645: result: yes
configure:3669: checking for sys/types.h
configure:3690: gcc -c -g -O2  conftest.c >&5
configure:3696: $? = 0
configure:3712: result: yes
configure:3669: checking for sys/stat.h
configure:3690: gcc -c -g -O2  conftest.c >&5
configure:3696: $? = 0
configure:3712: result: yes
configure:3669: checking for stdlib.h
configure:3690: gcc -c -g -O2  conftest.c >&5
configure:3696: $? = 0
configure:3712: result: yes
configure:3669: checking for string.h
configure:3690: gcc -c -g -O2  conftest.c >&5
configure:3696: $? = 0
configure:3712: result: yes
configure:3669: checking for memory.h
configure:3690: gcc -c -g -O2  conftest.c >&5
configure:3696: $? = 0
configure:3712: result: yes
configure:3669: checking for strings.h
configure:3690: gcc -c -g -O2  conftest.c >&5
configure:3696: $? = 0
configure:3712: result: yes
configure:3669: checking for inttypes.h
configure:3690: gcc -c -g -O2  conftest.c >&5
configure:3696: $? = 0
configure:3712: result: yes
configure:3669: checking for stdint.h
configure:3690: gcc -c -g -O2  conftest.c >&5
configure:3696: $? = 0
configure:3712: result: yes
configure:3669: checking for unistd.h
configure:3690: gcc -c -g -O2  conftest.c >&5
configure:3696: $? = 0
configure:3712: result: yes
configure:3774: checking arpa/inet.h usability
configure:3791: gcc -c -g -O2  conftest.c >&5
configure:3797: $? = 0
configure:3811: result: yes
configure:3815: checking arpa/inet.h presence
configure:3830: gcc -E  conftest.c
configure:3836: $? = 0
configure:3850: result: yes
configure:3878: checking for arpa/inet.h
configure:3886: result: yes
configure:3774: checking ctype.h usability
configure:3791: gcc -c -g -O2  conftest.c >&5
configure:3797: $? = 0
configure:3811: result: yes
configure:3815: checking ctype.h presence
configure:3830: gcc -E  conftest.c
configure:3836: $? = 0
configure:3850: result: yes
configure:3878: checking for ctype.h
configure:3886: result: yes
configure:3774: checking dirent.h usability
configure:3791: gcc -c -g -O2  conftest.c >&5
configure:3797: $? = 0
configure:3811: result: yes
configure:3815: checking dirent.h presence
configure:3830: gcc -E  conftest.c
configure:3836: $? = 0
configure:3850: result: yes
configure:3878: checking for dirent.h
configure:3886: result: yes
configure:3774: checking errno.h usability
configure:3791: gcc -c -g -O2  conftest.c >&5
configure:3797: $? = 0
configure:3811: result: yes
configure:3815: checking errno.h presence
configure:3830: gcc -E  conftest.c
configure:3836: $? = 0
configure:3850: result: yes
configure:3878: checking for errno.h
configure:3886: result: yes
configure:3774: checking fcntl.h usability
configure:3791: gcc -c -g -O2  conftest.c >&5
configure:3797: $? = 0
configure:3811: result: yes
configure:3815: checking fcntl.h presence
configure:3830: gcc -E  conftest.c
configure:3836: $? = 0
configure:3850: result: yes
configure:3878: checking for fcntl.h
configure:3886: result: yes
configure:3774: checking getopt.h usability
configure:3791: gcc -c -g -O2  conftest.c >&5
configure:3797: $? = 0
configure:3811: result: yes
configure:3815: checking getopt.h presence
configure:3830: gcc -E  conftest.c
configure:3836: $? = 0
configure:3850: result: yes
configure:3878: checking for getopt.h
configure:3886: result: yes
configure:3774: checking grp.h usability
configure:3791: gcc -c -g -O2  conftest.c >&5
configure:3797: $? = 0
configure:3811: result: yes
configure:3815: checking grp.h presence
configure:3830: gcc -E  conftest.c
configure:3836: $? = 0
configure:3850: result: yes
configure:3878: checking for grp.h
configure:3886: result: yes
configure:3774: checking libgen.h usability
configure:3791: gcc -c -g -O2  conftest.c >&5
configure:3797: $? = 0
configure:3811: result: yes
configure:3815: checking libgen.h presence
configure:3830: gcc -E  conftest.c
configure:3836: $? = 0
configure:3850: result: yes
configure:3878: checking for libgen.h
configure:3886: result: yes
configure:3774: checking limits.h usability
configure:3791: gcc -c -g -O2  conftest.c >&5
configure:3797: $? = 0
configure:3811: result: yes
configure:3815: checking limits.h presence
configure:3830: gcc -E  conftest.c
configure:3836: $? = 0
configure:3850: result: yes
configure:3878: checking for limits.h
configure:3886: result: yes
configure:3774: checking math.h usability
configure:3791: gcc -c -g -O2  conftest.c >&5
configure:3797: $? = 0
configure:3811: result: yes
configure:3815: checking math.h presence
configure:3830: gcc -E  conftest.c
configure:3836: $? = 0
configure:3850: result: yes
configure:3878: checking for math.h
configure:3886: result: yes
configure:3774: checking netdb.h usability
configure:3791: gcc -c -g -O2  conftest.c >&5
configure:3797: $? = 0
configure:3811: result: yes
configure:3815: checking netdb.h presence
configure:3830: gcc -E  conftest.c
configure:3836: $? = 0
configure:3850: result: yes
configure:3878: checking for netdb.h
configure:3886: result: yes
configure:3774: checking netinet/in.h usability
configure:3791: gcc -c -g -O2  conftest.c >&5
configure:3797: $? = 0
configure:3811: result: yes
configure:3815: checking netinet/in.h presence
configure:3830: gcc -E  conftest.c
configure:3836: $? = 0
configure:3850: result: yes
configure:3878: checking for netinet/in.h
configure:3886: result: yes
configure:3774: checking pthread.h usability
configure:3791: gcc -c -g -O2  conftest.c >&5
configure:3797: $? = 0
configure:3811: result: yes
configure:3815: checking pthread.h presence
configure:3830: gcc -E  conftest.c
configure:3836: $? = 0
configure:3850: result: yes
configure:3878: checking for pthread.h
configure:3886: result: yes
configure:3774: checking pthreads.h usability
configure:3791: gcc -c -g -O2  conftest.c >&5
conftest.c:66:22: error: pthreads.h: No such file or directory
configure:3797: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PTHREAD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <pthreads.h>
configure:3811: result: no
configure:3815: checking pthreads.h presence
configure:3830: gcc -E  conftest.c
conftest.c:33:22: error: pthreads.h: No such file or directory
configure:3836: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PTHREAD_H 1
| /* end confdefs.h.  */
| #include <pthreads.h>
configure:3850: result: no
configure:3878: checking for pthreads.h
configure:3886: result: no
configure:3774: checking pwd.h usability
configure:3791: gcc -c -g -O2  conftest.c >&5
configure:3797: $? = 0
configure:3811: result: yes
configure:3815: checking pwd.h presence
configure:3830: gcc -E  conftest.c
configure:3836: $? = 0
configure:3850: result: yes
configure:3878: checking for pwd.h
configure:3886: result: yes
configure:3774: checking regex.h usability
configure:3791: gcc -c -g -O2  conftest.c >&5
configure:3797: $? = 0
configure:3811: result: yes
configure:3815: checking regex.h presence
configure:3830: gcc -E  conftest.c
configure:3836: $? = 0
configure:3850: result: yes
configure:3878: checking for regex.h
configure:3886: result: yes
configure:3774: checking signal.h usability
configure:3791: gcc -c -g -O2  conftest.c >&5
configure:3797: $? = 0
configure:3811: result: yes
configure:3815: checking signal.h presence
configure:3830: gcc -E  conftest.c
configure:3836: $? = 0
configure:3850: result: yes
configure:3878: checking for signal.h
configure:3886: result: yes
configure:3774: checking socket.h usability
configure:3791: gcc -c -g -O2  conftest.c >&5
conftest.c:69:20: error: socket.h: No such file or directory
configure:3797: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SIGNAL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <socket.h>
configure:3811: result: no
configure:3815: checking socket.h presence
configure:3830: gcc -E  conftest.c
conftest.c:36:20: error: socket.h: No such file or directory
configure:3836: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SIGNAL_H 1
| /* end confdefs.h.  */
| #include <socket.h>
configure:3850: result: no
configure:3878: checking for socket.h
configure:3886: result: no
configure:3774: checking stdarg.h usability
configure:3791: gcc -c -g -O2  conftest.c >&5
configure:3797: $? = 0
configure:3811: result: yes
configure:3815: checking stdarg.h presence
configure:3830: gcc -E  conftest.c
configure:3836: $? = 0
configure:3850: result: yes
configure:3878: checking for stdarg.h
configure:3886: result: yes
configure:3764: checking for string.h
configure:3770: result: yes
configure:3764: checking for strings.h
configure:3770: result: yes
configure:3774: checking sys/mman.h usability
configure:3791: gcc -c -g -O2  conftest.c >&5
configure:3797: $? = 0
configure:3811: result: yes
configure:3815: checking sys/mman.h presence
configure:3830: gcc -E  conftest.c
configure:3836: $? = 0
configure:3850: result: yes
configure:3878: checking for sys/mman.h
configure:3886: result: yes
configure:3764: checking for sys/types.h
configure:3770: result: yes
configure:3774: checking sys/time.h usability
configure:3791: gcc -c -g -O2  conftest.c >&5
configure:3797: $? = 0
configure:3811: result: yes
configure:3815: checking sys/time.h presence
configure:3830: gcc -E  conftest.c
configure:3836: $? = 0
configure:3850: result: yes
configure:3878: checking for sys/time.h
configure:3886: result: yes
configure:3774: checking sys/resource.h usability
configure:3791: gcc -c -g -O2  conftest.c >&5
configure:3797: $? = 0
configure:3811: result: yes
configure:3815: checking sys/resource.h presence
configure:3830: gcc -E  conftest.c
configure:3836: $? = 0
configure:3850: result: yes
configure:3878: checking for sys/resource.h
configure:3886: result: yes
configure:3764: checking for sys/wait.h
configure:3770: result: yes
configure:3774: checking sys/socket.h usability
configure:3791: gcc -c -g -O2  conftest.c >&5
configure:3797: $? = 0
configure:3811: result: yes
configure:3815: checking sys/socket.h presence
configure:3830: gcc -E  conftest.c
configure:3836: $? = 0
configure:3850: result: yes
configure:3878: checking for sys/socket.h
configure:3886: result: yes
configure:3764: checking for sys/stat.h
configure:3770: result: yes
configure:3774: checking sys/timeb.h usability
configure:3791: gcc -c -g -O2  conftest.c >&5
configure:3797: $? = 0
configure:3811: result: yes
configure:3815: checking sys/timeb.h presence
configure:3830: gcc -E  conftest.c
configure:3836: $? = 0
configure:3850: result: yes
configure:3878: checking for sys/timeb.h
configure:3886: result: yes
configure:3774: checking sys/un.h usability
configure:3791: gcc -c -g -O2  conftest.c >&5
configure:3797: $? = 0
configure:3811: result: yes
configure:3815: checking sys/un.h presence
configure:3830: gcc -E  conftest.c
configure:3836: $? = 0
configure:3850: result: yes
configure:3878: checking for sys/un.h
configure:3886: result: yes
configure:3774: checking sys/ipc.h usability
configure:3791: gcc -c -g -O2  conftest.c >&5
configure:3797: $? = 0
configure:3811: result: yes
configure:3815: checking sys/ipc.h presence
configure:3830: gcc -E  conftest.c
configure:3836: $? = 0
configure:3850: result: yes
configure:3878: checking for sys/ipc.h
configure:3886: result: yes
configure:3774: checking sys/msg.h usability
configure:3791: gcc -c -g -O2  conftest.c >&5
configure:3797: $? = 0
configure:3811: result: yes
configure:3815: checking sys/msg.h presence
configure:3830: gcc -E  conftest.c
configure:3836: $? = 0
configure:3850: result: yes
configure:3878: checking for sys/msg.h
configure:3886: result: yes
configure:3774: checking sys/poll.h usability
configure:3791: gcc -c -g -O2  conftest.c >&5
configure:3797: $? = 0
configure:3811: result: yes
configure:3815: checking sys/poll.h presence
configure:3830: gcc -E  conftest.c
configure:3836: $? = 0
configure:3850: result: yes
configure:3878: checking for sys/poll.h
configure:3886: result: yes
configure:3774: checking syslog.h usability
configure:3791: gcc -c -g -O2  conftest.c >&5
configure:3797: $? = 0
configure:3811: result: yes
configure:3815: checking syslog.h presence
configure:3830: gcc -E  conftest.c
configure:3836: $? = 0
configure:3850: result: yes
configure:3878: checking for syslog.h
configure:3886: result: yes
configure:3774: checking uio.h usability
configure:3791: gcc -c -g -O2  conftest.c >&5
conftest.c:85:17: error: uio.h: No such file or directory
configure:3797: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYSLOG_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <uio.h>
 
Old 07-21-2010, 09:51 AM   #54
Spuddy
Member
 
Registered: Jul 2010
Posts: 83

Original Poster
Rep: Reputation: 15
more config.log

Code:
configure:3850: result: no
configure:3878: checking for uio.h
configure:3886: result: no
configure:3764: checking for unistd.h
configure:3770: result: yes
configure:3900: checking for an ANSI C-conforming const
configure:3975: gcc -c -g -O2  conftest.c >&5
configure:3981: $? = 0
configure:3996: result: yes
configure:4006: checking whether struct tm is in sys/time.h or time.h
configure:4036: gcc -c -g -O2  conftest.c >&5
configure:4042: $? = 0
configure:4057: result: time.h
configure:4067: checking for struct tm.tm_zone
configure:4098: gcc -c -g -O2  conftest.c >&5
configure:4104: $? = 0
configure:4164: result: yes
configure:4315: checking for mode_t
configure:4345: gcc -c -g -O2  conftest.c >&5
configure:4351: $? = 0
configure:4366: result: yes
configure:4378: checking for pid_t
configure:4408: gcc -c -g -O2  conftest.c >&5
configure:4414: $? = 0
configure:4429: result: yes
configure:4441: checking for size_t
configure:4471: gcc -c -g -O2  conftest.c >&5
configure:4477: $? = 0
configure:4492: result: yes
configure:4504: checking return type of signal handlers
configure:4532: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:61: error: void value not ignored as it ought to be
configure:4538: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <signal.h>
| 
| int
| main ()
| {
| return *(signal (0, 0)) (0) == 1;
|   ;
|   return 0;
| }
configure:4553: result: void
configure:4561: checking for uid_t in sys/types.h
configure:4584: result: yes
configure:4599: checking type of array argument to getgroups
configure:4643: gcc -o conftest -g -O2   conftest.c  >&5
configure:4646: $? = 0
configure:4652: ./conftest
configure:4655: $? = 0
configure:4690: result: gid_t
configure:4700: checking for va_copy
configure:4728: gcc -o conftest -g -O2   conftest.c  >&5
configure:4734: $? = 0
configure:4751: result: yes
configure:4822: checking for vsnprintf
configure:4878: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:81: warning: conflicting types for built-in function 'vsnprintf'
configure:4884: $? = 0
configure:4901: result: yes
configure:4909: checking for snprintf
configure:4965: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:81: warning: conflicting types for built-in function 'snprintf'
configure:4971: $? = 0
configure:4988: result: yes
configure:4996: checking for asprintf
configure:5052: gcc -o conftest -g -O2   conftest.c  >&5
configure:5058: $? = 0
configure:5075: result: yes
configure:5083: checking for vasprintf
configure:5139: gcc -o conftest -g -O2   conftest.c  >&5
configure:5145: $? = 0
configure:5162: result: yes
configure:5171: checking for C99 vsnprintf
configure:5217: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c: In function 'foo':
conftest.c:69: warning: incompatible implicit declaration of built-in function 'exit'
conftest.c:76: warning: incompatible implicit declaration of built-in function 'snprintf'
configure:5220: $? = 0
configure:5226: ./conftest
configure:5229: $? = 0
configure:5245: result: yes
configure:5258: checking for library containing getservbyname
configure:5299: gcc -o conftest -g -O2   conftest.c  >&5
configure:5305: $? = 0
configure:5333: result: none required
configure:5343: checking for library containing connect
configure:5384: gcc -o conftest -g -O2   conftest.c  >&5
configure:5390: $? = 0
configure:5418: result: none required
configure:5438: checking for initgroups
configure:5494: gcc -o conftest -g -O2   conftest.c  >&5
configure:5500: $? = 0
 
Old 07-21-2010, 09:52 AM   #55
Spuddy
Member
 
Registered: Jul 2010
Posts: 83

Original Poster
Rep: Reputation: 15
more config.log

Code:
configure:5518: result: yes
configure:5438: checking for setenv
configure:5494: gcc -o conftest -g -O2   conftest.c  >&5
configure:5500: $? = 0
configure:5518: result: yes
configure:5438: checking for strdup
configure:5494: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:84: warning: conflicting types for built-in function 'strdup'
configure:5500: $? = 0
configure:5518: result: yes
configure:5438: checking for strstr
configure:5494: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:85: warning: conflicting types for built-in function 'strstr'
configure:5500: $? = 0
configure:5518: result: yes
configure:5438: checking for strtoul
configure:5494: gcc -o conftest -g -O2   conftest.c  >&5
configure:5500: $? = 0
configure:5518: result: yes
configure:5438: checking for unsetenv
configure:5494: gcc -o conftest -g -O2   conftest.c  >&5
configure:5500: $? = 0
configure:5518: result: yes
configure:5529: checking for type of socket size
configure:5555: gcc -c -g -O2  conftest.c >&5
configure:5561: $? = 0
configure:5570: result: size_t
configure:5592: checking for pthread_create in -lcma
configure:5627: gcc -o conftest -g -O2   conftest.c -lcma   >&5
/usr/bin/ld: cannot find -lcma
collect2: ld returned 1 exit status
configure:5633: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define RETSIGTYPE void
| #define GETGROUPS_T gid_t
| #define HAVE_VA_COPY 1
| #define HAVE_C99_VSNPRINTF 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETENV 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOUL 1
| #define HAVE_UNSETENV 1
| #define SOCKET_SIZE_TYPE size_t
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char pthread_create ();
| int
| main ()
| {
| return pthread_create ();
|   ;
|   return 0;
| }
configure:5651: result: no
configure:5661: checking for pthread_create in -lpthread
configure:5696: gcc -o conftest -g -O2   conftest.c -lpthread   >&5
configure:5702: $? = 0
configure:5720: result: yes
configure:6013: checking for library containing nanosleep
configure:6054: gcc -o conftest -g -O2   conftest.c  >&5
configure:6060: $? = 0
configure:6088: result: none required
configure:6166: checking for mail
configure:6184: found /usr/bin/mail
configure:6196: result: /usr/bin/mail
configure:6441: checking for main in -liconv
configure:6470: gcc -o conftest -g -O2   conftest.c -liconv   >&5
/usr/bin/ld: cannot find -liconv
collect2: ld returned 1 exit status
configure:6476: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define RETSIGTYPE void
| #define GETGROUPS_T gid_t
| #define HAVE_VA_COPY 1
| #define HAVE_C99_VSNPRINTF 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETENV 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOUL 1
| #define HAVE_UNSETENV 1
| #define SOCKET_SIZE_TYPE size_t
| #define DEFAULT_NAGIOS_USER "nagiosadmin"
| #define DEFAULT_NAGIOS_GROUP "nagios"
| #define USE_XSDDEFAULT
| #define USE_XCDDEFAULT
| #define USE_XRDDEFAULT
| #define USE_XODTEMPLATE
| #define USE_XPDDEFAULT
| #define USE_XDDDEFAULT
| #define USE_STATUSWRL
| /* end confdefs.h.  */
| 
| 
| int
| main ()
| {
| return main ();
|   ;
|   return 0;
| }
configure:6494: result: no
configure:6502: checking for gdImagePng in -lgd (order 1)
configure:6535: gcc -o conftest -g -O2   conftest.c -lgd -lttf -lpng -ljpeg -lz -lm  >&5
/usr/bin/ld: cannot find -lttf
collect2: ld returned 1 exit status
configure:6541: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define RETSIGTYPE void
| #define GETGROUPS_T gid_t
| #define HAVE_VA_COPY 1
| #define HAVE_C99_VSNPRINTF 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETENV 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOUL 1
| #define HAVE_UNSETENV 1
| #define SOCKET_SIZE_TYPE size_t
| #define DEFAULT_NAGIOS_USER "nagiosadmin"
| #define DEFAULT_NAGIOS_GROUP "nagios"
| #define USE_XSDDEFAULT
| #define USE_XCDDEFAULT
| #define USE_XRDDEFAULT
| #define USE_XODTEMPLATE
| #define USE_XPDDEFAULT
| #define USE_XDDDEFAULT
| #define USE_STATUSWRL
| /* end confdefs.h.  */
| 	/* Override any gcc2 internal prototype to avoid an error.  */
| /* We use char because int might match the return type of a gcc2
|     builtin and then its argument prototype would still apply.  */
| char gdImagePng();
| 
| int
| main ()
| {
| gdImagePng()
|   ;
|   return 0;
| }
configure:6568: result: no
configure:6575: checking for gdImagePng in -lgd (order 2)
configure:6608: gcc -o conftest -g -O2   conftest.c -lgd  -lpng -ljpeg -lz -lm  >&5
configure:6614: $? = 0
configure:6634: result: yes
configure:6839: checking for gdImageCreateTrueColor in -lgd
configure:6874: gcc -o conftest -g -O2   conftest.c -lgd   >&5
configure:6880: $? = 0
configure:6898: result: yes
configure:6985: checking ltdl.h usability
configure:7002: gcc -c -g -O2  conftest.c >&5
conftest.c:113:18: error: ltdl.h: No such file or directory
configure:7008: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define RETSIGTYPE void
| #define GETGROUPS_T gid_t
| #define HAVE_VA_COPY 1
| #define HAVE_C99_VSNPRINTF 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETENV 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOUL 1
| #define HAVE_UNSETENV 1
| #define SOCKET_SIZE_TYPE size_t
| #define DEFAULT_NAGIOS_USER "nagiosadmin"
| #define DEFAULT_NAGIOS_GROUP "nagios"
| #define USE_XSDDEFAULT
| #define USE_XCDDEFAULT
| #define USE_XRDDEFAULT
| #define USE_XODTEMPLATE
| #define USE_XPDDEFAULT
| #define USE_XDDDEFAULT
| #define USE_STATUSWRL
| #define USE_STATUSMAP
| #define HAVE_GDIMAGECREATETRUECOLOR 1
| #define USE_TRENDS
| #define USE_HISTOGRAM
| #define USE_NANOSLEEP
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <ltdl.h>
configure:7022: result: no
configure:7026: checking ltdl.h presence
configure:7041: gcc -E  conftest.c
conftest.c:80:18: error: ltdl.h: No such file or directory
configure:7047: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define RETSIGTYPE void
| #define GETGROUPS_T gid_t
| #define HAVE_VA_COPY 1
| #define HAVE_C99_VSNPRINTF 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETENV 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOUL 1
| #define HAVE_UNSETENV 1
| #define SOCKET_SIZE_TYPE size_t
| #define DEFAULT_NAGIOS_USER "nagiosadmin"
| #define DEFAULT_NAGIOS_GROUP "nagios"
| #define USE_XSDDEFAULT
| #define USE_XCDDEFAULT
| #define USE_XRDDEFAULT
| #define USE_XODTEMPLATE
| #define USE_XPDDEFAULT
| #define USE_XDDDEFAULT
| #define USE_STATUSWRL
| #define USE_STATUSMAP
| #define HAVE_GDIMAGECREATETRUECOLOR 1
| #define USE_TRENDS
| #define USE_HISTOGRAM
| #define USE_NANOSLEEP
| /* end confdefs.h.  */
| #include <ltdl.h>
configure:7061: result: no
configure:7089: checking for ltdl.h
configure:7096: result: no
configure:7190: checking dlfcn.h usability
configure:7207: gcc -c -g -O2  conftest.c >&5
configure:7213: $? = 0
configure:7227: result: yes
configure:7231: checking dlfcn.h presence
configure:7246: gcc -E  conftest.c
configure:7252: $? = 0
configure:7266: result: yes
configure:7294: checking for dlfcn.h
configure:7301: result: yes
configure:7307: checking for dlopen in -ldl
configure:7342: gcc -o conftest -g -O2   conftest.c -ldl   >&5
configure:7348: $? = 0
configure:7366: result: yes
configure:7396: checking for extra flags needed to export symbols
configure:7429: gcc -o conftest -g -O2  -Wl,-export-dynamic conftest.c  >&5
configure:7435: $? = 0
configure:7501: result:  -Wl,-export-dynamic
configure:7505: checking for linker flags for loadable modules
configure:7539: result: -shared
configure:7661: checking for traceroute
configure:7679: found /usr/sbin/traceroute
configure:7691: result: /usr/sbin/traceroute
configure:7712: checking for type va_list
configure:7743: gcc -c -g -O2  conftest.c >&5
configure:7749: $? = 0
configure:7754: result: yes
configure:7812: checking for perl
configure:7830: found /usr/bin/perl
configure:7842: result: /usr/bin/perl
configure:7881: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on ODB2

config.status:675: creating Makefile
config.status:675: creating subst
config.status:810: WARNING:  subst.in seems to ignore the --datarootdir setting
config.status:675: creating pkginfo
config.status:675: creating base/Makefile
config.status:675: creating common/Makefile
config.status:675: creating contrib/Makefile
config.status:675: creating cgi/Makefile
config.status:675: creating html/Makefile
config.status:810: WARNING:  html/Makefile.in seems to ignore the --datarootdir setting
config.status:675: creating module/Makefile
config.status:675: creating xdata/Makefile
config.status:675: creating daemon-init
config.status:675: creating t/Makefile
config.status:675: creating t-tap/Makefile
config.status:675: creating include/config.h
config.status:675: creating include/snprintf.h
config.status:967: include/snprintf.h is unchanged
config.status:675: creating include/cgiutils.h
configure:9208: result: *** Configuration summary for nagios 3.2.1 03-09-2010 ***:
configure:9215: result:         Nagios executable:  nagios
configure:9217: result:         Nagios user/group:  nagiosadmin,nagios
configure:9219: result:        Command user/group:  nagiosadmin,nagios
configure:9230: result:             Embedded Perl:  no
configure:9234: result:              Event Broker:  yes
configure:9240: result:         Install ${prefix}:  /usr/local/nagios
configure:9242: result:                 Lock file:  ${prefix}/var/nagios.lock
configure:9244: result:    Check result directory:  ${prefix}/var/spool/checkresults
configure:9246: result:            Init directory:  /etc/init.d
configure:9248: result:   Apache conf.d directory:  /etc/apache2/conf.d
configure:9250: result:              Mail program:  /usr/bin/mail
configure:9252: result:                   Host OS:  linux-gnu
configure:9259: result:                  HTML URL:  http://localhost/nagios//
configure:9261: result:                   CGI URL:  http://localhost/nagios/cgi-bin/
configure:9263: result:  Traceroute (used by WAP):  /usr/sbin/traceroute

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_HAVE_C99_VSNPRINTF=yes
ac_cv_HAVE_VA_COPY=yes
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_asprintf=yes
ac_cv_func_initgroups=yes
ac_cv_func_setenv=yes
ac_cv_func_snprintf=yes
ac_cv_func_strdup=yes
ac_cv_func_strstr=yes
ac_cv_func_strtoul=yes
ac_cv_func_unsetenv=yes
ac_cv_func_vasprintf=yes
ac_cv_func_vsnprintf=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_ctype_h=yes
ac_cv_header_dirent_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_getopt_h=yes
ac_cv_header_grp_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libgen_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_ltdl_h=no
ac_cv_header_math_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_pthread_h=yes
ac_cv_header_pthreads_h=no
ac_cv_header_pwd_h=yes
ac_cv_header_regex_h=yes
ac_cv_header_signal_h=yes
ac_cv_header_socket_h=no
ac_cv_header_stdarg_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_ipc_h=yes
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_msg_h=yes
ac_cv_header_sys_poll_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_timeb_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_un_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_syslog_h=yes
ac_cv_header_time=yes
ac_cv_header_uio_h=no
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_cma_pthread_create=no
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_gd_gdImageCreateTrueColor=yes
ac_cv_lib_gd_gdImagePng_1=no
ac_cv_lib_gd_gdImagePng_2=yes
ac_cv_lib_iconv_main=no
ac_cv_lib_pthread_pthread_create=yes
ac_cv_member_struct_tm_tm_zone=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_MAIL_PROG=/usr/bin/mail
ac_cv_path_PATH_TO_TRACEROUTE=/usr/sbin/traceroute
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_STRIP=/usr/bin/strip
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_connect='none required'
ac_cv_search_getservbyname='none required'
ac_cv_search_nanosleep='none required'
ac_cv_struct_tm=time.h
ac_cv_type_getgroups=gid_t
ac_cv_type_mode_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_signal=void
ac_cv_type_size_t=yes
ac_cv_type_uid_t=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

BASEEXTRALIBS=''
BROKERLIBS=' -ldl'
BROKER_H='../include/broker.h ../include/nebmods.h ../include/nebmodules.h ../include/nebcallbacks.h ../include/neberrors.h'
BROKER_LDFLAGS=' -Wl,-export-dynamic'
BROKER_O='broker.o nebmods.o'
CC='gcc'
CFLAGS='-g -O2'
CGIEXTRAS=' statuswrl.cgi statusmap.cgi trends.cgi histogram.cgi'
CHECKRESULTDIR='${prefix}/var/spool/checkresults'
COMMAND_OPTS='-o nagiosadmin -g nagios'
CPP='gcc -E'
CPPFLAGS=''
DEFS='-DHAVE_CONFIG_H'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
GDLIBS='-lgd  -lpng -ljpeg -lz -lm'
GREP='/bin/grep'
HTTPD_CONF='/etc/apache2/conf.d'
INITDIR=''
INSTALL='/usr/bin/install -c'
INSTALLPERLSTUFF='no'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_OPTS='-o nagiosadmin -g nagios'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAIL_PROG='/usr/bin/mail'
MOD_CFLAGS='-fPIC'
MOD_LDFLAGS='-shared'
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PACKDIR='/usr/local/nagios/nagios-3.2.1/pkg'
PATH_SEPARATOR=':'
PATH_TO_TRACEROUTE='/usr/sbin/traceroute'
PERL='/usr/bin/perl'
PERLDIR=''
PERLLIBS=''
PERLXSI_O=''
SET_MAKE=''
SHELL='/bin/sh'
SNPRINTF_O=''
SOCKETLIBS=''
STRIP='/usr/bin/strip'
THREADLIBS=' -lpthread'
TMPDIR='/tmp'
USE_EVENTBROKER='yes'
USE_LIBTAP='no'
VERSION='3.2.1'
XCDC='xcddefault.c'
XCDH='xcddefault.h'
XDDC='xdddefault.c'
XDDH='xdddefault.h'
XODC='xodtemplate.c'
XODH='xodtemplate.h'
XPDC='xpddefault.c'
XPDH='xpddefault.h'
XRDC='xrddefault.c'
XRDH='xrddefault.h'
XSDC='xsddefault.c'
XSDH='xsddefault.h'
ac_ct_CC='gcc'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
cgiurl='/nagios/cgi-bin'
command_grp='nagios'
command_user='nagiosadmin'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
htmurl='/nagios/'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
init_dir='/etc/init.d'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
lockfile='${prefix}/var/nagios.lock'
mandir='${datarootdir}/man'
nagios_grp='nagios'
nagios_name='nagios'
nagios_user='nagiosadmin'
nagiostats_name='nagiostats'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local/nagios'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=''
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_ARPA_INET_H 1
#define HAVE_CTYPE_H 1
#define HAVE_DIRENT_H 1
#define HAVE_ERRNO_H 1
#define HAVE_FCNTL_H 1
#define HAVE_GETOPT_H 1
#define HAVE_GRP_H 1
#define HAVE_LIBGEN_H 1
#define HAVE_LIMITS_H 1
#define HAVE_MATH_H 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_PTHREAD_H 1
#define HAVE_PWD_H 1
#define HAVE_REGEX_H 1
#define HAVE_SIGNAL_H 1
#define HAVE_STDARG_H 1
#define HAVE_STRING_H 1
#define HAVE_STRINGS_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIMEB_H 1
#define HAVE_SYS_UN_H 1
#define HAVE_SYS_IPC_H 1
#define HAVE_SYS_MSG_H 1
#define HAVE_SYS_POLL_H 1
#define HAVE_SYSLOG_H 1
#define HAVE_UNISTD_H 1
#define HAVE_STRUCT_TM_TM_ZONE 1
#define HAVE_TM_ZONE 1
#define RETSIGTYPE void
#define GETGROUPS_T gid_t
#define HAVE_VA_COPY 1
#define HAVE_C99_VSNPRINTF 1
#define HAVE_INITGROUPS 1
#define HAVE_SETENV 1
#define HAVE_STRDUP 1
#define HAVE_STRSTR 1
#define HAVE_STRTOUL 1
#define HAVE_UNSETENV 1
#define SOCKET_SIZE_TYPE size_t
#define DEFAULT_NAGIOS_USER "nagiosadmin"
#define DEFAULT_NAGIOS_GROUP "nagios"
#define USE_XSDDEFAULT
#define USE_XCDDEFAULT
#define USE_XRDDEFAULT
#define USE_XODTEMPLATE
#define USE_XPDDEFAULT
#define USE_XDDDEFAULT
#define USE_STATUSWRL
#define USE_STATUSMAP
#define HAVE_GDIMAGECREATETRUECOLOR 1
#define USE_TRENDS
#define USE_HISTOGRAM
#define USE_NANOSLEEP
#define HAVE_DLFCN_H
#define USE_EVENT_BROKER
#define DO_CLEAN "1"
#define TRACEROUTE_COMMAND "/usr/sbin/traceroute"

configure: exit 0
 
Old 07-21-2010, 09:59 AM   #56
rfelsburg
Member
 
Registered: Nov 2008
Posts: 52

Rep: Reputation: 18
Unfortunatly that doens't have what I'm looking for.

Do me a favor, copy your nagios source folder to a second location.

So if it's at /usr/local/src/nagios-3.x.x copy it to /usr/local/src/nagios-3-TEST

then run

Code:
./configure --prefix=/usr/local/nagios --with-cgiurl=/nagios/cgi-bin --with-htmurl=/nagios/ --with-nagios-user=nagiosadmin --with-nagios-group=nagios --with-command-group=nagios > configure.log 2>&1
Then post what was in configure.log
 
Old 07-21-2010, 10:12 AM   #57
Spuddy
Member
 
Registered: Jul 2010
Posts: 83

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by rfelsburg View Post
Unfortunatly that doens't have what I'm looking for.

Do me a favor, copy your nagios source folder to a second location.

So if it's at /usr/local/src/nagios-3.x.x copy it to /usr/local/src/nagios-3-TEST

then run

Code:
./configure --prefix=/usr/local/nagios --with-cgiurl=/nagios/cgi-bin --with-htmurl=/nagios/ --with-nagios-user=nagiosadmin --with-nagios-group=nagios --with-command-group=nagios > configure.log 2>&1
Then post what was in configure.log
Thanks

Code:
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
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 ISO C89... none needed
checking whether make sets $(MAKE)... yes
checking for strip... /usr/bin/strip
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... 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 arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking pthreads.h usability... no
checking pthreads.h presence... no
checking for pthreads.h... no
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking socket.h usability... no
checking socket.h presence... no
checking for socket.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for sys/types.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking for sys/wait.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for sys/stat.h... (cached) yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking sys/msg.h usability... yes
checking sys/msg.h presence... yes
checking for sys/msg.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking uio.h usability... no
checking uio.h presence... no
checking for uio.h... no
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for mode_t... yes
checking for pid_t... yes
checking for size_t... yes
checking return type of signal handlers... void
checking for uid_t in sys/types.h... yes
checking type of array argument to getgroups... gid_t
checking for va_copy... yes
checking for vsnprintf... yes
checking for snprintf... yes
checking for asprintf... yes
checking for vasprintf... yes
checking for C99 vsnprintf... yes
checking for library containing getservbyname... none required
checking for library containing connect... none required
checking for initgroups... yes
checking for setenv... yes
checking for strdup... yes
checking for strstr... yes
checking for strtoul... yes
checking for unsetenv... yes
checking for type of socket size... size_t
checking for pthread_create in -lcma... no
checking for pthread_create in -lpthread... yes
checking for library containing nanosleep... none required
checking for mail... /usr/bin/mail
We'll use default routines (in xdata/xsddefault.*) for status data I/O...
We'll use default routines (in xdata/xcddefault.*) for comment data I/O...
We'll use default routines (in xdata/xrddefault.*) for retention data I/O...
We'll use template-based routines (in xdata/xodtemplate.*) for object data I/O...
We'll use default routines (in xdata/xpddefault.*) for performance data I/O...
We'll use default routines (in xdata/xdddefault.*) for scheduled downtime data I/O...
checking for main in -liconv... no
checking for gdImagePng in -lgd (order 1)... no
checking for gdImagePng in -lgd (order 2)... yes
GD library was found!
checking for gdImageCreateTrueColor in -lgd... yes
checking ltdl.h usability... no
checking ltdl.h presence... no
checking for ltdl.h... no
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for dlopen in -ldl... yes
checking for extra flags needed to export symbols...  -Wl,-export-dynamic
checking for linker flags for loadable modules... -shared
checking for traceroute... /usr/sbin/traceroute
checking for type va_list... yes
checking for perl... /usr/bin/perl
configure: creating ./config.status
config.status: creating Makefile
config.status: creating subst
config.status: WARNING:  subst.in seems to ignore the --datarootdir setting
config.status: creating pkginfo
config.status: creating base/Makefile
config.status: creating common/Makefile
config.status: creating contrib/Makefile
config.status: creating cgi/Makefile
config.status: creating html/Makefile
config.status: WARNING:  html/Makefile.in seems to ignore the --datarootdir setting
config.status: creating module/Makefile
config.status: creating xdata/Makefile
config.status: creating daemon-init
config.status: creating t/Makefile
config.status: creating t-tap/Makefile
config.status: creating include/config.h
config.status: include/config.h is unchanged
config.status: creating include/snprintf.h
config.status: include/snprintf.h is unchanged
config.status: creating include/cgiutils.h
config.status: include/cgiutils.h is unchanged

Creating sample config files in sample-config/ ...


*** Configuration summary for nagios 3.2.1 03-09-2010 ***:

 General Options:
 -------------------------
        Nagios executable:  nagios
        Nagios user/group:  nagiosadmin,nagios
       Command user/group:  nagiosadmin,nagios
            Embedded Perl:  no
             Event Broker:  yes
        Install ${prefix}:  /usr/local/nagios
                Lock file:  ${prefix}/var/nagios.lock
   Check result directory:  ${prefix}/var/spool/checkresults
           Init directory:  /etc/init.d
  Apache conf.d directory:  /etc/apache2/conf.d
             Mail program:  /usr/bin/mail
                  Host OS:  linux-gnu

 Web Interface Options:
 ------------------------
                 HTML URL:  http://localhost/nagios//
                  CGI URL:  http://localhost/nagios/cgi-bin/
 Traceroute (used by WAP):  /usr/sbin/traceroute


Review the options above for accuracy.  If they look okay,
type 'make all' to compile the main program and CGIs.
 
Old 07-21-2010, 10:20 AM   #58
rfelsburg
Member
 
Registered: Nov 2008
Posts: 52

Rep: Reputation: 18
It looks like you have the major compenents needed, installed, and it found them...IF it had failed it would look like this:


Code:
checking for gdImagePng in -lgd (order 1)... no
checking for gdImagePng in -lgd (order 2)... no
checking for gdImagePng in -lgd (order 3)... no
checking for gdImagePng in -lgd (order 4)... no


*** GD, PNG, and/or JPEG libraries could not be located... *********

Boutell's GD library is required to compile the statusmap, trends
and histogram CGIs.  Get it from http://www.boutell.com/gd/, compile
it, and use the --with-gd-lib and --with-gd-inc arguments to specify
the locations of the GD library and include files.

NOTE: In addition to the gd-devel library, you'll also need to make
      sure you have the png-devel and jpeg-devel libraries installed
      on your system.

NOTE: After you install the necessary libraries on your system:
      1. Make sure /etc/ld.so.conf has an entry for the directory in
         which the GD, PNG, and JPEG libraries are installed.
      2. Run 'ldconfig' to update the run-time linker options.
      3. Run 'make clean' in the Nagios distribution to clean out
         any old references to your previous compile.
      4. Rerun the configure script.

NOTE: If you can't get the configure script to recognize the GD libs
      on your system, get over it and move on to other things.  The
      CGIs that use the GD libs are just a small part of the entire
      Nagios package.  Get everything else working first and then
      revisit the problem.  Make sure to check the nagios-users
      mailing list archives for possible solutions to GD library
      problems when you resume your troubleshooting.

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

Let me dig so more, and get back to you.

Last edited by rfelsburg; 07-21-2010 at 10:21 AM.
 
Old 07-21-2010, 10:22 AM   #59
Spuddy
Member
 
Registered: Jul 2010
Posts: 83

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by rfelsburg View Post
Let me dig so more, and get back to you.
Ok thanks, does this help in my case at all?

http://www.unixmen.com/linux-tutoria...on-this-server
 
Old 07-21-2010, 10:25 AM   #60
rfelsburg
Member
 
Registered: Nov 2008
Posts: 52

Rep: Reputation: 18
This is another step we could take, however I was going to leave reconfiguring and installing nagios as a last resort.

Normally specifying --with-gd-libs= is used if it can't find gd, yours did find it just fine, which is why I'm curious why it didn't install those cgi's.
 
  


Reply

Tags
debian, error, nagios



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Nagios and Oreon (Nagios web front end) installation and Configuration LXer Syndicated Linux News 1 05-31-2016 07:26 AM
Nagios 3.1.2 + RHEL 5.3 You don't have permission to access /nagios/ on this server psix Linux - Server 13 08-04-2015 02:25 AM
cannot find Nagios web interface (Nagios 3.2.0) and O/S = Fedora 10 gutiojj Linux - Newbie 7 02-04-2010 08:55 AM
Nagios Daemon, PID not found but rc.nagios runs agentc0re Slackware 1 07-03-2007 02:47 PM
LXer: Nagios 2.5 and Oreon 1.3 (Nagios web front end) installation with screenshots LXer Syndicated Linux News 0 08-11-2006 05:33 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:34 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration