-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Cette liste ci est pour les anglophones. Il y a un autre liste pour les
francophones: [EMAIL PROTECTED]

Avez-vous installe le paquet "mysql-devel?" Aussi, essayer de utilizer
l'option '--with-mysql', mais ne fournir pas un path (apres vous avez
installer le paquet, si vous n'avez pas encore l'installer).

Pardonnez moi pour mon francais potentiellement pauvre. Je le etudiais
il ya longtemps.

Il y a aussi des paquets deb dans le depot de Debian, et deb-src dans le
depot d'Ubtuntu 7.10 (Gutsy Gibbon).

William Deloraine wrote:
> Bonjour,
> 
> Tout d'abord je vous remercie d'accorder un support pour ce logiciel.
> Ma configuration est :
> ubuntu-7.04-server-i386
> noyau 2.6.20
> bacula 2.0.3
> Problème à l'installation :
> Je souhaite utiliser bacula avec le SGBD MySQL.
> J'ai installé mysql grâce à apt-get install mysql.
> Lorsque je fournis le path d'installation pour le ./configure il me 
> retourne "unable to find mysql.h".
> J'ai essayé tous les paths possibles qui sont retournés par la commande 
> "whereis mysql" et toujours le même resultat et un find / -name mysql.h 
> n'a rien donné.
> Comment puis-je faire pour installer bacula avec la base de données 
> MySQL installé avec un paquet .deb?
> 
> 
> Merci.
> 
> William DELORAINE
> INSITACTION
> 
> <config.log>
> 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.60.  Invocation command line was
> 
>   $ ./configure --enable-smartalloc --sbindir=/usr/sbin/ 
> --sysconfdir=/etc/bacula --with-mysql=/usr/share/mysql 
> --with-working-dir=/var/workbacula
> 
> ## --------- ##
> ## Platform. ##
> ## --------- ##
> 
> hostname = nezhaut
> uname -m = i686
> uname -r = 2.6.20-15-server
> uname -s = Linux
> uname -v = #2 SMP Sun Apr 15 07:41:34 UTC 2007
> 
> /usr/bin/uname -p = unknown
> /bin/uname -X     = unknown
> 
> /bin/arch              = i686
> /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
> PATH: /usr/games
> 
> 
> ## ----------- ##
> ## Core tests. ##
> ## ----------- ##
> 
> configure:1991: checking for true
> configure:2009: found /bin/true
> configure:2021: result: /bin/true
> configure:2037: checking for false
> configure:2055: found /bin/false
> configure:2067: result: /bin/false
> configure:2137: checking for gcc
> configure:2153: found /usr/bin/gcc
> configure:2164: result: gcc
> configure:2402: checking for C compiler version
> configure:2409: gcc --version >&5
> gcc (GCC) 4.1.2 (Ubuntu 4.1.2-0ubuntu4)
> Copyright (C) 2006 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:2412: $? = 0
> configure:2419: gcc -v >&5
> Using built-in specs.
> Target: i486-linux-gnu
> Configured with: ../src/configure -v 
> --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr 
> --enable-shared --with-system-zlib --libexecdir=/usr/lib 
> --without-included-gettext --enable-threads=posix --enable-nls 
> --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu 
> --enable-libstdcxx-debug --enable-mpfr --enable-checking=release 
> i486-linux-gnu
> Thread model: posix
> gcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4)
> configure:2422: $? = 0
> configure:2429: gcc -V >&5
> gcc: '-V' option must have argument
> configure:2432: $? = 1
> configure:2455: checking for C compiler default output file name
> configure:2482: gcc    conftest.c  >&5
> configure:2485: $? = 0
> configure:2531: result: a.out
> configure:2536: checking whether the C compiler works
> configure:2546: ./a.out
> configure:2549: $? = 0
> configure:2566: result: yes
> configure:2573: checking whether we are cross compiling
> configure:2575: result: no
> configure:2578: checking for suffix of executables
> configure:2585: gcc -o conftest    conftest.c  >&5
> configure:2588: $? = 0
> configure:2612: result:
> configure:2618: checking for suffix of object files
> configure:2644: gcc -c   conftest.c >&5
> configure:2647: $? = 0
> configure:2670: result: o
> configure:2674: checking whether we are using the GNU C compiler
> configure:2703: gcc -c   conftest.c >&5
> configure:2709: $? = 0
> configure:2716: test -z "$ac_c_werror_flag" || test ! -s conftest.err
> configure:2719: $? = 0
> configure:2726: test -s conftest.o
> configure:2729: $? = 0
> configure:2743: result: yes
> configure:2748: checking whether gcc accepts -g
> configure:2778: gcc -c -g  conftest.c >&5
> configure:2784: $? = 0
> configure:2791: test -z "$ac_c_werror_flag" || test ! -s conftest.err
> configure:2794: $? = 0
> configure:2801: test -s conftest.o
> configure:2804: $? = 0
> configure:2934: result: yes
> configure:2951: checking for gcc option to accept ISO C89
> configure:3025: gcc  -c -g -O2  conftest.c >&5
> configure:3031: $? = 0
> configure:3038: test -z "$ac_c_werror_flag" || test ! -s conftest.err
> configure:3041: $? = 0
> configure:3048: test -s conftest.o
> configure:3051: $? = 0
> configure:3071: result: none needed
> configure:3147: checking for g++
> configure:3163: found /usr/bin/g++
> configure:3174: result: g++
> configure:3205: checking for C++ compiler version
> configure:3212: g++ --version >&5
> g++ (GCC) 4.1.2 (Ubuntu 4.1.2-0ubuntu4)
> Copyright (C) 2006 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:3215: $? = 0
> configure:3222: g++ -v >&5
> Using built-in specs.
> Target: i486-linux-gnu
> Configured with: ../src/configure -v 
> --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr 
> --enable-shared --with-system-zlib --libexecdir=/usr/lib 
> --without-included-gettext --enable-threads=posix --enable-nls 
> --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu 
> --enable-libstdcxx-debug --enable-mpfr --enable-checking=release 
> i486-linux-gnu
> Thread model: posix
> gcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4)
> configure:3225: $? = 0
> configure:3232: g++ -V >&5
> g++: '-V' option must have argument
> configure:3235: $? = 1
> configure:3238: checking whether we are using the GNU C++ compiler
> configure:3267: g++ -c   conftest.cpp >&5
> configure:3273: $? = 0
> configure:3280: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
> configure:3283: $? = 0
> configure:3290: test -s conftest.o
> configure:3293: $? = 0
> configure:3307: result: yes
> configure:3312: checking whether g++ accepts -g
> configure:3342: g++ -c -g  conftest.cpp >&5
> configure:3348: $? = 0
> configure:3355: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
> configure:3358: $? = 0
> configure:3365: test -s conftest.o
> configure:3368: $? = 0
> configure:3498: result: yes
> configure:3522: checking whether gcc and cc understand -c and -o together
> configure:3557: gcc -c conftest.c -o conftest2.o >&5
> configure:3560: $? = 0
> configure:3566: gcc -c conftest.c -o conftest2.o >&5
> configure:3569: $? = 0
> configure:3580: cc -c conftest.c >&5
> configure:3583: $? = 0
> configure:3591: cc -c conftest.c -o conftest2.o >&5
> configure:3594: $? = 0
> configure:3600: cc -c conftest.c -o conftest2.o >&5
> configure:3603: $? = 0
> configure:3621: result: yes
> configure:3638: checking how to run the C preprocessor
> configure:3678: gcc -E  conftest.c
> configure:3684: $? = 0
> configure:3722: gcc -E  conftest.c
> conftest.c:8:28: error: ac_nonexistent.h: No such file or directory
> configure:3728: $? = 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:3768: result: gcc -E
> configure:3797: gcc -E  conftest.c
> configure:3803: $? = 0
> configure:3841: gcc -E  conftest.c
> conftest.c:8:28: error: ac_nonexistent.h: No such file or directory
> configure:3847: $? = 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:3892: checking for grep that handles long lines and -e
> configure:3966: result: /bin/grep
> configure:3971: checking for egrep
> configure:4049: result: /bin/grep -E
> configure:4055: checking whether gcc needs -traditional
> configure:4097: result: no
> configure:4115: checking for g++
> configure:4133: found /usr/bin/g++
> configure:4146: result: /usr/bin/g++
> configure:4173: checking for a BSD-compatible install
> configure:4229: result: /usr/bin/install -c
> configure:4283: checking for ranlib
> configure:4299: found /usr/bin/ranlib
> configure:4310: result: ranlib
> configure:4338: checking for mv
> configure:4356: found /bin/mv
> configure:4369: result: /bin/mv
> configure:4379: checking for rm
> configure:4397: found /bin/rm
> configure:4410: result: /bin/rm
> configure:4420: checking for cp
> configure:4438: found /bin/cp
> configure:4451: result: /bin/cp
> configure:4461: checking for sed
> configure:4479: found /bin/sed
> configure:4492: result: /bin/sed
> configure:4502: checking for echo
> configure:4520: found /bin/echo
> configure:4533: result: /bin/echo
> configure:4543: checking for cmp
> configure:4561: found /usr/bin/cmp
> configure:4574: result: /usr/bin/cmp
> configure:4584: checking for tbl
> configure:4602: found /usr/bin/tbl
> configure:4615: result: /usr/bin/tbl
> configure:4625: checking for ar
> configure:4643: found /usr/bin/ar
> configure:4656: result: /usr/bin/ar
> configure:4666: checking for openssl
> configure:4684: found /usr/bin/openssl
> configure:4697: result: /usr/bin/openssl
> configure:4707: checking for mtx
> configure:4738: result: mtx
> configure:4748: checking for dd
> configure:4766: found /bin/dd
> configure:4779: result: /bin/dd
> configure:4789: checking for mkisofs
> configure:4820: result: mkisofs
> configure:4830: checking for python
> configure:4848: found /usr/bin/python
> configure:4861: result: /usr/bin/python
> configure:4871: checking for growisofs
> configure:4902: result: growisofs
> configure:4912: checking for dvd+rw-mediainfo
> configure:4943: result: dvd+rw-mediainfo
> configure:4953: checking for dvd+rw-format
> configure:4984: result: dvd+rw-format
> configure:4994: checking for pkg-config
> configure:5025: result: pkg-config
> configure:5039: checking for wx-config
> configure:5070: result: wx-config
> configure:5081: checking for cdrecord
> configure:5112: result: cdrecord
> configure:5122: checking for pidof
> configure:5140: found /bin/pidof
> configure:5153: result: /bin/pidof
> configure:5165: checking for gawk
> configure:5195: result: no
> configure:5165: checking for mawk
> configure:5181: found /usr/bin/mawk
> configure:5192: result: mawk
> configure:5222: checking for mawk
> configure:5240: found /usr/bin/mawk
> configure:5253: result: /usr/bin/mawk
> configure:5279: checking build system type
> configure:5297: result: i686-pc-linux-gnu
> configure:5320: checking host system type
> configure:5335: result: i686-pc-linux-gnu
> configure:5689: checking for Operating System Distribution
> configure:5761: result: done
> configure:5769: checking whether make sets $(MAKE)
> configure:5790: result: yes
> configure:5814: checking whether NLS is requested
> configure:5823: result: yes
> configure:5861: checking for msgfmt
> configure:5896: result: no
> configure:5902: checking for gmsgfmt
> configure:5933: result: :
> configure:5973: checking for xgettext
> configure:6008: result: no
> configure:6045: checking for msgmerge
> configure:6079: result: no
> configure:6151: checking for ld used by GCC
> configure:6215: result: /usr/bin/ld
> configure:6224: checking if the linker (/usr/bin/ld) is GNU ld
> configure:6237: result: yes
> configure:6244: checking for shared library run path origin
> configure:6257: result: done
> configure:6673: checking for CFPreferencesCopyAppValue
> configure:6703: gcc -o conftest -g -O2  
> -I/System/Library/Frameworks/CoreFoundation.framework/Headers  
> conftest.c  -framework CoreFoundation >&5
> gcc: CoreFoundation: No such file or directory
> cc1: error: unrecognized command line option "-framework"
> configure:6709: $? = 1
> configure: failed program was:
> | /* confdefs.h.  */
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define HAVE_GCC 1
> | #define HAVE_LINUX_OS 1
> | /* end confdefs.h.  */
> | #include <CFPreferences.h>
> | int
> | main ()
> | {
> | CFPreferencesCopyAppValue(NULL, NULL)
> |   ;
> |   return 0;
> | }
> configure:6744: result: no
> configure:6753: checking for CFLocaleCopyCurrent
> configure:6783: gcc -o conftest -g -O2  
> -I/System/Library/Frameworks/CoreFoundation.framework/Headers  
> conftest.c  -framework CoreFoundation >&5
> gcc: CoreFoundation: No such file or directory
> cc1: error: unrecognized command line option "-framework"
> configure:6789: $? = 1
> configure: failed program was:
> | /* confdefs.h.  */
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define HAVE_GCC 1
> | #define HAVE_LINUX_OS 1
> | /* end confdefs.h.  */
> | #include <CFLocale.h>
> | int
> | main ()
> | {
> | CFLocaleCopyCurrent();
> |   ;
> |   return 0;
> | }
> configure:6824: result: no
> configure:6841: checking whether NLS is requested
> configure:6850: result: yes
> configure:6868: checking for GNU gettext in libc
> configure:6897: gcc -o conftest -g -O2   conftest.c  >&5
> configure:6903: $? = 0
> configure:6910: test -z "$ac_c_werror_flag" || test ! -s conftest.err
> configure:6913: $? = 0
> configure:6920: test -s conftest
> configure:6923: $? = 0
> configure:6936: result: yes
> configure:7698: checking whether to use NLS
> configure:7700: result: yes
> configure:7703: checking where the gettext function comes from
> configure:7714: result: libc
> configure:7838: checking for msgfmt
> configure:7868: result: :
> configure:14956: gcc -o conftest -g -O2   conftest.c  >&5
> configure:14962: $? = 0
> configure:14969: test -z "$ac_c_werror_flag" || test ! -s conftest.err
> configure:14972: $? = 0
> configure:14979: test -s conftest
> configure:14982: $? = 0
> configure:15018: checking termcap.h usability
> configure:15035: gcc -c -g -O2  conftest.c >&5
> conftest.c:50:21: error: termcap.h: No such file or directory
> configure:15041: $? = 1
> configure: failed program was:
> | /* confdefs.h.  */
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define HAVE_GCC 1
> | #define HAVE_LINUX_OS 1
> | #define ENABLE_NLS 1
> | #define HAVE_GETTEXT 1
> | #define HAVE_DCGETTEXT 1
> | #define LOCALEDIR "/share/locale"
> | #define SYSCONFDIR "/etc/bacula"
> | #define SMARTALLOC 1
> | #define HAVE_IPV6 1
> | /* end confdefs.h.  */
> | #include <stdio.h>
> | #if HAVE_SYS_TYPES_H
> | # include <sys/types.h>
> | #endif
> | #if HAVE_SYS_STAT_H
> | # include <sys/stat.h>
> | #endif
> | #if STDC_HEADERS
> | # include <stdlib.h>
> | # include <stddef.h>
> | #else
> | # if HAVE_STDLIB_H
> | #  include <stdlib.h>
> | # endif
> | #endif
> | #if HAVE_STRING_H
> | # if !STDC_HEADERS && HAVE_MEMORY_H
> | #  include <memory.h>
> | # endif
> | # include <string.h>
> | #endif
> | #if HAVE_STRINGS_H
> | # include <strings.h>
> | #endif
> | #if HAVE_INTTYPES_H
> | # include <inttypes.h>
> | #endif
> | #if HAVE_STDINT_H
> | # include <stdint.h>
> | #endif
> | #if HAVE_UNISTD_H
> | # include <unistd.h>
> | #endif
> | #include <termcap.h>
> configure:15072: result: no
> configure:15076: checking termcap.h presence
> configure:15091: gcc -E  conftest.c
> conftest.c:17:21: error: termcap.h: No such file or directory
> configure:15097: $? = 1
> configure: failed program was:
> | /* confdefs.h.  */
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define HAVE_GCC 1
> | #define HAVE_LINUX_OS 1
> | #define ENABLE_NLS 1
> | #define HAVE_GETTEXT 1
> | #define HAVE_DCGETTEXT 1
> | #define LOCALEDIR "/share/locale"
> | #define SYSCONFDIR "/etc/bacula"
> | #define SMARTALLOC 1
> | #define HAVE_IPV6 1
> | /* end confdefs.h.  */
> | #include <termcap.h>
> configure:15118: result: no
> configure:15146: checking for termcap.h
> configure:15153: result: no
> configure:15360: checking curses.h usability
> configure:15377: gcc -c -g -O2  conftest.c >&5
> conftest.c:50:20: error: curses.h: No such file or directory
> configure:15383: $? = 1
> configure: failed program was:
> | /* confdefs.h.  */
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define HAVE_GCC 1
> | #define HAVE_LINUX_OS 1
> | #define ENABLE_NLS 1
> | #define HAVE_GETTEXT 1
> | #define HAVE_DCGETTEXT 1
> | #define LOCALEDIR "/share/locale"
> | #define SYSCONFDIR "/etc/bacula"
> | #define SMARTALLOC 1
> | #define HAVE_IPV6 1
> | /* end confdefs.h.  */
> | #include <stdio.h>
> | #if HAVE_SYS_TYPES_H
> | # include <sys/types.h>
> | #endif
> | #if HAVE_SYS_STAT_H
> | # include <sys/stat.h>
> | #endif
> | #if STDC_HEADERS
> | # include <stdlib.h>
> | # include <stddef.h>
> | #else
> | # if HAVE_STDLIB_H
> | #  include <stdlib.h>
> | # endif
> | #endif
> | #if HAVE_STRING_H
> | # if !STDC_HEADERS && HAVE_MEMORY_H
> | #  include <memory.h>
> | # endif
> | # include <string.h>
> | #endif
> | #if HAVE_STRINGS_H
> | # include <strings.h>
> | #endif
> | #if HAVE_INTTYPES_H
> | # include <inttypes.h>
> | #endif
> | #if HAVE_STDINT_H
> | # include <stdint.h>
> | #endif
> | #if HAVE_UNISTD_H
> | # include <unistd.h>
> | #endif
> | #include <curses.h>
> configure:15414: result: no
> configure:15418: checking curses.h presence
> configure:15433: gcc -E  conftest.c
> conftest.c:17:20: error: curses.h: No such file or directory
> configure:15439: $? = 1
> configure: failed program was:
> | /* confdefs.h.  */
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define HAVE_GCC 1
> | #define HAVE_LINUX_OS 1
> | #define ENABLE_NLS 1
> | #define HAVE_GETTEXT 1
> | #define HAVE_DCGETTEXT 1
> | #define LOCALEDIR "/share/locale"
> | #define SYSCONFDIR "/etc/bacula"
> | #define SMARTALLOC 1
> | #define HAVE_IPV6 1
> | /* end confdefs.h.  */
> | #include <curses.h>
> configure:15460: result: no
> configure:15488: checking for curses.h
> configure:15496: result: no
> configure:15509: checking for term.h
> configure:15533: gcc -c -g -O2  conftest.c >&5
> conftest.c:22:18: error: term.h: No such file or directory
> configure:15539: $? = 1
> configure: failed program was:
> | /* confdefs.h.  */
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define HAVE_GCC 1
> | #define HAVE_LINUX_OS 1
> | #define ENABLE_NLS 1
> | #define HAVE_GETTEXT 1
> | #define HAVE_DCGETTEXT 1
> | #define LOCALEDIR "/share/locale"
> | #define SYSCONFDIR "/etc/bacula"
> | #define SMARTALLOC 1
> | #define HAVE_IPV6 1
> | /* end confdefs.h.  */
> | #if HAVE_CURSES_H
> | #include <curses.h>
> | #endif
> |
> |
> | #include <term.h>
> configure:15571: result: no
> configure:15895: checking /usr/include/readline/readline.h usability
> configure:15912: gcc -c -g -O2  conftest.c >&5
> conftest.c:50:44: error: /usr/include/readline/readline.h: No such file 
> or directory
> configure:15918: $? = 1
> configure: failed program was:
> | /* confdefs.h.  */
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define HAVE_GCC 1
> | #define HAVE_LINUX_OS 1
> | #define ENABLE_NLS 1
> | #define HAVE_GETTEXT 1
> | #define HAVE_DCGETTEXT 1
> | #define LOCALEDIR "/share/locale"
> | #define SYSCONFDIR "/etc/bacula"
> | #define SMARTALLOC 1
> | #define HAVE_IPV6 1
> | /* end confdefs.h.  */
> | #include <stdio.h>
> | #if HAVE_SYS_TYPES_H
> | # include <sys/types.h>
> | #endif
> | #if HAVE_SYS_STAT_H
> | # include <sys/stat.h>
> | #endif
> | #if STDC_HEADERS
> | # include <stdlib.h>
> | # include <stddef.h>
> | #else
> | # if HAVE_STDLIB_H
> | #  include <stdlib.h>
> | # endif
> | #endif
> | #if HAVE_STRING_H
> | # if !STDC_HEADERS && HAVE_MEMORY_H
> | #  include <memory.h>
> | # endif
> | # include <string.h>
> | #endif
> | #if HAVE_STRINGS_H
> | # include <strings.h>
> | #endif
> | #if HAVE_INTTYPES_H
> | # include <inttypes.h>
> | #endif
> | #if HAVE_STDINT_H
> | # include <stdint.h>
> | #endif
> | #if HAVE_UNISTD_H
> | # include <unistd.h>
> | #endif
> | #include </usr/include/readline/readline.h>
> configure:15949: result: no
> configure:15953: checking /usr/include/readline/readline.h presence
> configure:15968: gcc -E  conftest.c
> conftest.c:17:44: error: /usr/include/readline/readline.h: No such file 
> or directory
> configure:15974: $? = 1
> configure: failed program was:
> | /* confdefs.h.  */
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define HAVE_GCC 1
> | #define HAVE_LINUX_OS 1
> | #define ENABLE_NLS 1
> | #define HAVE_GETTEXT 1
> | #define HAVE_DCGETTEXT 1
> | #define LOCALEDIR "/share/locale"
> | #define SYSCONFDIR "/etc/bacula"
> | #define SMARTALLOC 1
> | #define HAVE_IPV6 1
> | /* end confdefs.h.  */
> | #include </usr/include/readline/readline.h>
> configure:15995: result: no
> configure:16023: checking for /usr/include/readline/readline.h
> configure:16030: result: no
> configure:16058: checking /var/depkgs/readline/readline.h usability
> configure:16075: gcc -c -g -O2  conftest.c >&5
> conftest.c:50:43: error: /var/depkgs/readline/readline.h: No such file 
> or directory
> configure:16081: $? = 1
> configure: failed program was:
> | /* confdefs.h.  */
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define HAVE_GCC 1
> | #define HAVE_LINUX_OS 1
> | #define ENABLE_NLS 1
> | #define HAVE_GETTEXT 1
> | #define HAVE_DCGETTEXT 1
> | #define LOCALEDIR "/share/locale"
> | #define SYSCONFDIR "/etc/bacula"
> | #define SMARTALLOC 1
> | #define HAVE_IPV6 1
> | /* end confdefs.h.  */
> | #include <stdio.h>
> | #if HAVE_SYS_TYPES_H
> | # include <sys/types.h>
> | #endif
> | #if HAVE_SYS_STAT_H
> | # include <sys/stat.h>
> | #endif
> | #if STDC_HEADERS
> | # include <stdlib.h>
> | # include <stddef.h>
> | #else
> | # if HAVE_STDLIB_H
> | #  include <stdlib.h>
> | # endif
> | #endif
> | #if HAVE_STRING_H
> | # if !STDC_HEADERS && HAVE_MEMORY_H
> | #  include <memory.h>
> | # endif
> | # include <string.h>
> | #endif
> | #if HAVE_STRINGS_H
> | # include <strings.h>
> | #endif
> | #if HAVE_INTTYPES_H
> | # include <inttypes.h>
> | #endif
> | #if HAVE_STDINT_H
> | # include <stdint.h>
> | #endif
> | #if HAVE_UNISTD_H
> | # include <unistd.h>
> | #endif
> | #include </var/depkgs/readline/readline.h>
> configure:16112: result: no
> configure:16116: checking /var/depkgs/readline/readline.h presence
> configure:16131: gcc -E  conftest.c
> conftest.c:17:43: error: /var/depkgs/readline/readline.h: No such file 
> or directory
> configure:16137: $? = 1
> configure: failed program was:
> | /* confdefs.h.  */
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define HAVE_GCC 1
> | #define HAVE_LINUX_OS 1
> | #define ENABLE_NLS 1
> | #define HAVE_GETTEXT 1
> | #define HAVE_DCGETTEXT 1
> | #define LOCALEDIR "/share/locale"
> | #define SYSCONFDIR "/etc/bacula"
> | #define SMARTALLOC 1
> | #define HAVE_IPV6 1
> | /* end confdefs.h.  */
> | #include </var/depkgs/readline/readline.h>
> configure:16158: result: no
> configure:16186: checking for /var/depkgs/readline/readline.h
> configure:16194: result: no
> configure:16241: checking whether stat file-mode macros are broken
> configure:16289: result: no
> configure:16307: checking for dirent.h that defines DIR
> configure:16336: gcc -c -g -O2  conftest.c >&5
> configure:16342: $? = 0
> configure:16349: test -z "$ac_c_werror_flag" || test ! -s conftest.err
> configure:16352: $? = 0
> configure:16359: test -s conftest.o
> configure:16362: $? = 0
> configure:16375: result: yes
> configure:16388: checking for library containing opendir
> configure:16429: gcc -o conftest -g -O2   conftest.c  >&5
> configure:16435: $? = 0
> configure:16442: test -z "$ac_c_werror_flag" || test ! -s conftest.err
> configure:16445: $? = 0
> configure:16452: test -s conftest
> configure:16455: $? = 0
> configure:16479: result: none required
> configure:16599: checking for strcasecmp
> configure:16655: gcc -o conftest -g -O2   conftest.c  >&5
> conftest.c:41: warning: conflicting types for built-in function 'strcasecmp'
> configure:16661: $? = 0
> configure:16668: test -z "$ac_c_werror_flag" || test ! -s conftest.err
> configure:16671: $? = 0
> configure:16678: test -s conftest
> configure:16681: $? = 0
> configure:16695: result: yes
> configure:16599: checking for select
> configure:16655: gcc -o conftest -g -O2   conftest.c  >&5
> configure:16661: $? = 0
> configure:16668: test -z "$ac_c_werror_flag" || test ! -s conftest.err
> configure:16671: $? = 0
> configure:16678: test -s conftest
> configure:16681: $? = 0
> configure:16695: result: yes
> configure:16599: checking for setenv
> configure:16655: gcc -o conftest -g -O2   conftest.c  >&5
> configure:16661: $? = 0
> configure:16668: test -z "$ac_c_werror_flag" || test ! -s conftest.err
> configure:16671: $? = 0
> configure:16678: test -s conftest
> configure:16681: $? = 0
> configure:16695: result: yes
> configure:16599: checking for putenv
> configure:16655: gcc -o conftest -g -O2   conftest.c  >&5
> configure:16661: $? = 0
> configure:16668: test -z "$ac_c_werror_flag" || test ! -s conftest.err
> configure:16671: $? = 0
> configure:16678: test -s conftest
> configure:16681: $? = 0
> configure:16695: result: yes
> configure:16599: checking for tcgetattr
> configure:16655: gcc -o conftest -g -O2   conftest.c  >&5
> configure:16661: $? = 0
> configure:16668: test -z "$ac_c_werror_flag" || test ! -s conftest.err
> configure:16671: $? = 0
> configure:16678: test -s conftest
> configure:16681: $? = 0
> configure:16695: result: yes
> configure:16599: checking for lstat
> configure:16655: gcc -o conftest -g -O2   conftest.c  >&5
> configure:16661: $? = 0
> configure:16668: test -z "$ac_c_werror_flag" || test ! -s conftest.err
> configure:16671: $? = 0
> configure:16678: test -s conftest
> configure:16681: $? = 0
> configure:16695: result: yes
> configure:16599: checking for lchown
> configure:16655: gcc -o conftest -g -O2   conftest.c  >&5
> configure:16661: $? = 0
> configure:16668: test -z "$ac_c_werror_flag" || test ! -s conftest.err
> configure:16671: $? = 0
> configure:16678: test -s conftest
> configure:16681: $? = 0
> configure:16695: result: yes
> configure:16710: checking for nanosleep
> configure:16766: gcc -o conftest -g -O2   conftest.c  >&5
> configure:16772: $? = 0
> configure:16779: test -z "$ac_c_werror_flag" || test ! -s conftest.err
> configure:16782: $? = 0
> configure:16789: test -s conftest
> configure:16792: $? = 0
> configure:16806: result: yes
> configure:16710: checking for nl_langinfo
> configure:16766: gcc -o conftest -g -O2   conftest.c  >&5
> configure:16772: $? = 0
> configure:16779: test -z "$ac_c_werror_flag" || test ! -s conftest.err
> configure:16782: $? = 0
> configure:16789: test -s conftest
> configure:16792: $? = 0
> configure:16806: result: yes
> configure:16831: checking varargs.h usability
> configure:16848: gcc -c -g -O2  conftest.c >&5
> In file included from conftest.c:60:
> /usr/lib/gcc/i486-linux-gnu/4.1.2/include/varargs.h:4:2: error: #error 
> "GCC no longer implements <varargs.h>."
> /usr/lib/gcc/i486-linux-gnu/4.1.2/include/varargs.h:5:2: error: #error 
> "Revise your code to use <stdarg.h>."
> configure:16854: $? = 1
> configure: failed program was:
> | /* confdefs.h.  */
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define HAVE_GCC 1
> | #define HAVE_LINUX_OS 1
> | #define ENABLE_NLS 1
> | #define HAVE_GETTEXT 1
> | #define HAVE_DCGETTEXT 1
> | #define LOCALEDIR "/share/locale"
> | #define SYSCONFDIR "/etc/bacula"
> | #define SMARTALLOC 1
> | #define HAVE_IPV6 1
> | #define HAVE_DIRENT_H 1
> | #define HAVE_STRCASECMP 1
> | #define HAVE_SELECT 1
> | #define HAVE_SETENV 1
> | #define HAVE_PUTENV 1
> | #define HAVE_TCGETATTR 1
> | #define HAVE_LSTAT 1
> | #define HAVE_LCHOWN 1
> | #define HAVE_NANOSLEEP 1
> | #define HAVE_NL_LANGINFO 1
> | /* end confdefs.h.  */
> | #include <stdio.h>
> | #if HAVE_SYS_TYPES_H
> | # include <sys/types.h>
> | #endif
> | #if HAVE_SYS_STAT_H
> | # include <sys/stat.h>
> | #endif
> | #if STDC_HEADERS
> | # include <stdlib.h>
> | # include <stddef.h>
> | #else
> | # if HAVE_STDLIB_H
> | #  include <stdlib.h>
> | # endif
> | #endif
> | #if HAVE_STRING_H
> | # if !STDC_HEADERS && HAVE_MEMORY_H
> | #  include <memory.h>
> | # endif
> | # include <string.h>
> | #endif
> | #if HAVE_STRINGS_H
> | # include <strings.h>
> | #endif
> | #if HAVE_INTTYPES_H
> | # include <inttypes.h>
> | #endif
> | #if HAVE_STDINT_H
> | # include <stdint.h>
> | #endif
> | #if HAVE_UNISTD_H
> | # include <unistd.h>
> | #endif
> | #include <varargs.h>
> configure:16885: result: no
> configure:16889: checking varargs.h presence
> configure:16904: gcc -E  conftest.c
> In file included from conftest.c:27:
> /usr/lib/gcc/i486-linux-gnu/4.1.2/include/varargs.h:4:2: error: #error 
> "GCC no longer implements <varargs.h>."
> /usr/lib/gcc/i486-linux-gnu/4.1.2/include/varargs.h:5:2: error: #error 
> "Revise your code to use <stdarg.h>."
> configure:16910: $? = 1
> configure: failed program was:
> | /* confdefs.h.  */
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define HAVE_GCC 1
> | #define HAVE_LINUX_OS 1
> | #define ENABLE_NLS 1
> | #define HAVE_GETTEXT 1
> | #define HAVE_DCGETTEXT 1
> | #define LOCALEDIR "/share/locale"
> | #define SYSCONFDIR "/etc/bacula"
> | #define SMARTALLOC 1
> | #define HAVE_IPV6 1
> | #define HAVE_DIRENT_H 1
> | #define HAVE_STRCASECMP 1
> | #define HAVE_SELECT 1
> | #define HAVE_SETENV 1
> | #define HAVE_PUTENV 1
> | #define HAVE_TCGETATTR 1
> | #define HAVE_LSTAT 1
> | #define HAVE_LCHOWN 1
> | #define HAVE_NANOSLEEP 1
> | #define HAVE_NL_LANGINFO 1
> | /* end confdefs.h.  */
> | #include <varargs.h>
> configure:16931: result: no
> configure:16959: checking for varargs.h
> configure:16967: result: no
> configure:16987: checking for Python support
> configure:17257: result: no
> configure:17270: checking for socket
> configure:17326: gcc -o conftest -g -O2   conftest.c  >&5
> configure:17332: $? = 0
> configure:17339: test -z "$ac_c_werror_flag" || test ! -s conftest.err
> configure:17342: $? = 0
> configure:17349: test -s conftest
> configure:17352: $? = 0
> configure:17365: result: yes
> configure:17368: result: using libc's socket
> configure:17910: checking for OpenSSL
> configure:18093: result: no
> configure:18624: checking for PostgreSQL support
> configure:18906: result: no
> configure:18919: checking for MySQL support
> configure:18996: result: no
> configure:18998: error: Invalid MySQL directory /usr/share/mysql - 
> unable to find mysql.h under /usr/share/mysql
> 
> ## ---------------- ##
> ## Cache variables. ##
> ## ---------------- ##
> 
> ac_cv_build=i686-pc-linux-gnu
> ac_cv_c_compiler_gnu=yes
> ac_cv_cxx_compiler_gnu=yes
> ac_cv_env_CCC_set=
> ac_cv_env_CCC_value=
> 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_CXXFLAGS_set=
> ac_cv_env_CXXFLAGS_value=
> ac_cv_env_CXX_set=
> ac_cv_env_CXX_value=
> ac_cv_env_LDFLAGS_set=
> ac_cv_env_LDFLAGS_value=
> ac_cv_env_WXCONFIG_set=
> ac_cv_env_WXCONFIG_value=
> ac_cv_env_WXFLAGS_set=
> ac_cv_env_WXFLAGS_value=
> ac_cv_env_XMKMF_set=
> ac_cv_env_XMKMF_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_lchown=yes
> ac_cv_func_lstat=yes
> ac_cv_func_nanosleep=yes
> ac_cv_func_nl_langinfo=yes
> ac_cv_func_putenv=yes
> ac_cv_func_select=yes
> ac_cv_func_setenv=yes
> ac_cv_func_socket=yes
> ac_cv_func_strcasecmp=yes
> ac_cv_func_tcgetattr=yes
> ac_cv_header__usr_include_readline_readline_h=no
> ac_cv_header__var_depkgs_readline_readline_h=no
> ac_cv_header_curses_h=no
> ac_cv_header_dirent_dirent_h=yes
> ac_cv_header_stat_broken=no
> ac_cv_header_term_h=no
> ac_cv_header_termcap_h=no
> ac_cv_header_varargs_h=no
> ac_cv_host=i686-pc-linux-gnu
> ac_cv_objext=o
> ac_cv_path_AR=/usr/bin/ar
> ac_cv_path_AWK=/usr/bin/mawk
> ac_cv_path_CDRECORD=cdrecord
> ac_cv_path_CMP=/usr/bin/cmp
> ac_cv_path_CP=/bin/cp
> ac_cv_path_CXX=/usr/bin/g++
> ac_cv_path_DD=/bin/dd
> ac_cv_path_DVDRWFORMAT=dvd+rw-format
> ac_cv_path_DVDRWMEDIAINFO=dvd+rw-mediainfo
> ac_cv_path_ECHO=/bin/echo
> ac_cv_path_EGREP='/bin/grep -E'
> ac_cv_path_FALSEPRG=/bin/false
> ac_cv_path_GMSGFMT=:
> ac_cv_path_GREP=/bin/grep
> ac_cv_path_GROWISOFS=growisofs
> ac_cv_path_MKISOFS=mkisofs
> ac_cv_path_MSGFMT=:
> ac_cv_path_MSGMERGE=:
> ac_cv_path_MTX=mtx
> ac_cv_path_MV=/bin/mv
> ac_cv_path_OPENSSL=/usr/bin/openssl
> ac_cv_path_PIDOF=/bin/pidof
> ac_cv_path_PKGCONFIG=pkg-config
> ac_cv_path_PYTHON=/usr/bin/python
> ac_cv_path_RM=/bin/rm
> ac_cv_path_SED=/bin/sed
> ac_cv_path_TBL=/usr/bin/tbl
> ac_cv_path_TRUEPRG=/bin/true
> ac_cv_path_WXCONFIG=wx-config
> ac_cv_path_XGETTEXT=:
> ac_cv_path_install='/usr/bin/install -c'
> ac_cv_prog_AWK=mawk
> ac_cv_prog_CPP='gcc -E'
> ac_cv_prog_ac_ct_CC=gcc
> ac_cv_prog_ac_ct_CXX=g++
> ac_cv_prog_ac_ct_RANLIB=ranlib
> ac_cv_prog_cc_c89=
> ac_cv_prog_cc_g=yes
> ac_cv_prog_cc_gcc_c_o=yes
> ac_cv_prog_cxx_g=yes
> ac_cv_prog_gcc_traditional=no
> ac_cv_prog_make_make_set=yes
> ac_cv_search_opendir='none required'
> acl_cv_hardcode_direct=no
> acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
> acl_cv_hardcode_libdir_separator=
> acl_cv_hardcode_minus_L=no
> acl_cv_libext=a
> acl_cv_path_LD=/usr/bin/ld
> acl_cv_prog_gnu_ld=yes
> acl_cv_rpath=done
> acl_cv_shlibext=so
> acl_cv_wl=-Wl,
> gt_cv_func_CFLocaleCopyCurrent=no
> gt_cv_func_CFPreferencesCopyAppValue=no
> gt_cv_func_gnugettext1_libc=yes
> 
> ## ----------------- ##
> ## Output variables. ##
> ## ----------------- ##
> 
> ALLOCA=''
> ALL_DIRS='subdirs'
> AR='/usr/bin/ar'
> ARFLAGS='cr'
> AWK='/usr/bin/mawk'
> BUILD_DIR='/var/bacula'
> BUILD_INCLUDED_LIBINTL=''
> CATOBJEXT=''
> CC='gcc'
> CDRECORD='cdrecord'
> CFLAGS='-g -O2'
> CMP='/usr/bin/cmp'
> CONS_INC=''
> CONS_LDFLAGS=''
> CONS_LIBS=''
> CONS_OBJ=''
> CONS_SRC=''
> CP='/bin/cp'
> CPP='gcc -E'
> CPPFLAGS=''
> CXX='/usr/bin/g++'
> CXXFLAGS='-g -O2'
> DATADIRNAME=''
> DATE='06 March 2007'
> DB_LIBS=''
> DB_NAME='bdb'
> DD='/bin/dd'
> DEBUG=''
> DEFS=''
> DINCLUDE=''
> DIRD_DIR='src/dird'
> DIR_TOOLS='DIRTOOLS'
> DISTNAME='debian'
> DISTVER=''
> DLIB=''
> DVDRWFORMAT='dvd+rw-format'
> DVDRWMEDIAINFO='dvd+rw-mediainfo'
> ECHO='/bin/echo'
> ECHO_C=''
> ECHO_N='-n'
> ECHO_T=''
> EGREP='/bin/grep -E'
> EXEEXT=''
> FALSEPRG='/bin/false'
> FDLIBS=''
> GENCAT=''
> GETCONF=''
> GLIBC21=''
> GLIBC2=''
> GMSGFMT=':'
> GNOMEUI_LIBS=''
> GNOME_DIR=''
> GNOME_INCLUDEDIR=''
> GNOME_LIBDIR=''
> GNOME_LIBS=''
> GREP='/bin/grep'
> GROWISOFS='growisofs'
> HAVE_AIX_OS_FALSE=''
> HAVE_AIX_OS_TRUE='#'
> HAVE_ASPRINTF=''
> HAVE_BSDI_OS_FALSE=''
> HAVE_BSDI_OS_TRUE='#'
> HAVE_DARWIN_OS_FALSE=''
> HAVE_DARWIN_OS_TRUE='#'
> HAVE_FREEBSD_OS_FALSE=''
> HAVE_FREEBSD_OS_TRUE='#'
> HAVE_HPUX_OS_FALSE=''
> HAVE_HPUX_OS_TRUE='#'
> HAVE_IRIX_OS_FALSE=''
> HAVE_IRIX_OS_TRUE='#'
> HAVE_LINUX_OS_FALSE='#'
> HAVE_LINUX_OS_TRUE=''
> HAVE_NETBSD_OS_FALSE=''
> HAVE_NETBSD_OS_TRUE='#'
> HAVE_OPENBSD_OS_FALSE=''
> HAVE_OPENBSD_OS_TRUE='#'
> HAVE_OSF1_OS_FALSE=''
> HAVE_OSF1_OS_TRUE='#'
> HAVE_POSIX_PRINTF=''
> HAVE_SGI_OS_FALSE=''
> HAVE_SGI_OS_TRUE='#'
> HAVE_SNPRINTF=''
> HAVE_SUN_OS_FALSE=''
> HAVE_SUN_OS_TRUE='#'
> HAVE_WPRINTF=''
> INSTALL_DATA='${INSTALL} -m 644'
> INSTALL_PROGRAM='${INSTALL}'
> INSTALL_SCRIPT='${INSTALL}'
> INSTOBJEXT=''
> INTLBISON=''
> INTLLIBS=''
> INTLOBJS=''
> INTL_LIBTOOL_SUFFIX_PREFIX=''
> INTL_MACOSX_LIBS=''
> LDFLAGS=''
> LIBICONV='-liconv'
> LIBINTL=''
> LIBOBJS=''
> LIBS=''
> LOCAL_CFLAGS=''
> LOCAL_DEFS=''
> LOCAL_LDFLAGS=''
> LOCAL_LIBS=''
> LSMDATE='06Mar07'
> LTLIBICONV='-liconv'
> LTLIBINTL=''
> LTLIBOBJS=''
> MACOSX=''
> MAKE_SHELL='/bin/sh'
> MKINSTALLDIRS='/var/bacula/autoconf/mkinstalldirs'
> MKISOFS='mkisofs'
> MSGFMT=':'
> MSGMERGE=':'
> MTX='mtx'
> MV='/bin/mv'
> OBJEXT='o'
> OBJLIST=''
> OPENSSL='/usr/bin/openssl'
> OPENSSL_INC=''
> OPENSSL_LIBS=''
> PACKAGE_BUGREPORT=''
> PACKAGE_NAME=''
> PACKAGE_STRING=''
> PACKAGE_TARNAME=''
> PACKAGE_VERSION=''
> PATH_SEPARATOR=':'
> PIDOF='/bin/pidof'
> PKGCONFIG='pkg-config'
> POSUB='po'
> PSCMD=''
> PYTHON='/usr/bin/python'
> PYTHON_INCDIR=''
> PYTHON_LIBS=''
> RANLIB='ranlib'
> READLINE_SRC=''
> RM='/bin/rm'
> SBINPERM='0754'
> SED='/bin/sed'
> SET_MAKE=''
> SHELL='/bin/bash'
> SQL_BINDIR=''
> SQL_INCLUDE=''
> SQL_LFLAGS=''
> STATIC_CONS=''
> STATIC_DIR=''
> STATIC_FD=''
> STATIC_GNOME_CONS=''
> STATIC_SD=''
> STATIC_WX_CONS=''
> STORED_DIR='src/stored'
> TAPEDRIVE=''
> TBL='/usr/bin/tbl'
> TOP_DIR='/var'
> TRAY_MONITOR_CPPFLAGS=''
> TRAY_MONITOR_DIR=''
> TRAY_MONITOR_LDFLAGS=''
> TRUEPRG='/bin/true'
> TTOOL_LDFLAGS=''
> USE_INCLUDED_LIBINTL=''
> USE_NLS='yes'
> VERSION='2.0.3'
> WCFLAGS=''
> WIN32=''
> WLDFLAGS=''
> WRAPLIBS=''
> WXCONFIG='wx-config'
> WXCONS_CPPFLAGS=''
> WXCONS_LDFLAGS=''
> WXFLAGS=''
> WX_DIR=''
> XGETTEXT=':'
> XMKMF=''
> X_CFLAGS=''
> X_EXTRA_LIBS=''
> X_LIBS=''
> X_PRE_LIBS=''
> ac_ct_CC='gcc'
> ac_ct_CXX='g++'
> baseport='9101'
> bindir='${exec_prefix}/bin'
> build='i686-pc-linux-gnu'
> build_alias=''
> build_cpu='i686'
> build_os='linux-gnu'
> build_vendor='pc'
> cats=''
> datadir='${prefix}/share'
> datarootdir='${prefix}/share'
> dir_group=''
> dir_password='arn4zjpLmXpkcJ6tmSBkV797fYn8cNaGV1SlrJ4g2vkK'
> dir_port='9101'
> dir_user=''
> docdir='${datarootdir}/doc/${PACKAGE}'
> dump_email='[EMAIL PROTECTED]'
> dvidir='${docdir}'
> exec_prefix=''
> fd_group=''
> fd_password='ukz4Zr5Lbdx7U+lWu7uHrKRgTUSyziJB7Mikd4Fga0WG'
> fd_port='9102'
> fd_user=''
> host='i686-pc-linux-gnu'
> host_alias=''
> host_cpu='i686'
> host_os='linux-gnu'
> host_vendor='pc'
> hostname=''
> htmldir='${docdir}'
> includedir='${prefix}/include'
> infodir='${datarootdir}/info'
> job_email='[EMAIL PROTECTED]'
> libdir='${exec_prefix}/lib'
> libexecdir='${exec_prefix}/libexec'
> localedir='/share/locale'
> localstatedir='${prefix}/var'
> mandir='${datarootdir}/man'
> mon_dir_password='3H9BWHe4uvKvBRtyQLP8L5L0wct8s81ylitJ1UY6BwZk'
> mon_fd_password='B2Tgo3GNvhaRBmWAgc8Tz7oe59P/kqL41lXBweSfWlYK'
> mon_sd_password='A/pCIO9ENN55oT2SmCk29bAx802zIneKTn0U/3VyPwO/'
> oldincludedir='/usr/include'
> pdfdir='${docdir}'
> piddir='/var/run'
> prefix=''
> program_transform_name='s,x,x,'
> psdir='${docdir}'
> sbindir='/usr/sbin/'
> scriptdir='/etc/bacula'
> sd_group=''
> sd_password='L/QeV7QqQwFqxTg2JWlTEY5CRRIkQ8eF+R9y8q5P9rJh'
> sd_port='9103'
> sd_user=''
> sharedstatedir='${prefix}/com'
> smtp_host='localhost'
> subsysdir='/var/run/subsys'
> sysconfdir='/etc/bacula'
> target_alias=''
> working_dir='/var/workbacula'
> 
> ## ------------------- ##
> ## File substitutions. ##
> ## ------------------- ##
> 
> MCOMMON=''
> 
> ## ----------- ##
> ## confdefs.h. ##
> ## ----------- ##
> 
> #define PACKAGE_NAME ""
> #define PACKAGE_TARNAME ""
> #define PACKAGE_VERSION ""
> #define PACKAGE_STRING ""
> #define PACKAGE_BUGREPORT ""
> #define HAVE_GCC 1
> #define HAVE_LINUX_OS 1
> #define ENABLE_NLS 1
> #define HAVE_GETTEXT 1
> #define HAVE_DCGETTEXT 1
> #define LOCALEDIR "/share/locale"
> #define SYSCONFDIR "/etc/bacula"
> #define SMARTALLOC 1
> #define HAVE_IPV6 1
> #define HAVE_DIRENT_H 1
> #define HAVE_STRCASECMP 1
> #define HAVE_SELECT 1
> #define HAVE_SETENV 1
> #define HAVE_PUTENV 1
> #define HAVE_TCGETATTR 1
> #define HAVE_LSTAT 1
> #define HAVE_LCHOWN 1
> #define HAVE_NANOSLEEP 1
> #define HAVE_NL_LANGINFO 1
> #define _PATH_BACULA_PIDDIR "/var/run"
> 
> configure: exit 1
> 
> </config.log>
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users


- --
 ---- _  _ _  _ ___  _  _  _
 |Y#| |  | |\/| |  \ |\ |  | |Ryan Novosielski - Systems Programmer II
 |$&| |__| |  | |__/ | \| _| |[EMAIL PROTECTED] - 973/972.0922 (2-0922)
 \__/ Univ. of Med. and Dent.|IST/AST - NJMS Medical Science Bldg - C630
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGobgamb+gadEcsb4RAmUNAKDOTLdIgRoZ8OtbSoNeBlaSBNn/pwCgii+p
s9d18KBSk4I0XiwK7dlcwIo=
=qG27
-----END PGP SIGNATURE-----
begin:vcard
fn:Ryan Novosielski
n:Novosielski;Ryan
org:UMDNJ;IST/AST
adr;dom:MSB C630;;185 South Orange Avenue;Newark;NJ;07103
email;internet:[EMAIL PROTECTED]
title:Systems Programmer III
tel;work:(973) 972-0922
tel;fax:(973) 972-7412
tel;pager:(866) 20-UMDNJ
x-mozilla-html:FALSE
version:2.1
end:vcard

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to