|
From: Jerry L. <mic...@gm...> - 2017-08-29 22:21:17
|
List, I am still trying to resolve my 9.0.3 install from a week or so ago. I have had to rebuild the server due to numerous problems. I am using the same configure command that I have in the past. Centos 7 bld 1611 , mariadb 5.5.52 ./configure --sbindir=/usr/bacula/bin --sysconfdir=/usr/bacula/bin --with-pid-dir=/var/run/bacula --with-subsys-dir=/var/run/bacula/working --enable-smartalloc --with-mysql --with-working-dir=/usr/bacula/bin/working --with-dump-email=email.com --with-job-email=email.com --with-smtp-host= email.com --enable-bat I have the depkgs-qt installed in the bacula-9.0.3 directory and have the qt path set up like so: QTDIR=/usr/local/bacula-9.0.3/depkgs-qt/qt4 OLDPWD=/usr/local/bacula-9.0.3/depkgs-qt QTINC=/usr/local/bacula-9.0.3/depkgs-qt/qt4/include PATH=/usr/local/bacula-9.0.3/depkgs-qt/qt4/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin PWD=/usr/local/bacula-9.0.3 QTLIB=/usr/local/bacula-9.0.3/depkgs-qt/qt4/lib PKG_CONFIG_PATH=/usr/local/bacula-9.0.3/depkgs-qt/qt4/lib/pkgconfig QT finished its make without any errors. But this is my configure output: checking for true... /bin/true checking for false... /bin/false configuring for Bacula 9.0.3 (08 August 2017) checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no 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 for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking whether gcc and cc understand -c and -o together... yes 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 whether gcc needs -traditional... no checking for g++... /bin/g++ checking for a BSD-compatible install... /bin/install -c checking for mv... /bin/mv checking for rm... /bin/rm checking for cp... /bin/cp checking for sed... /bin/sed checking for echo... /bin/echo checking for cmp... /bin/cmp checking for tbl... /bin/tbl checking for ar... /bin/ar checking for openssl... /bin/openssl checking for mtx... mtx checking for dd... /bin/dd checking for mkisofs... /bin/mkisofs checking for python... /bin/python checking for growisofs... /bin/growisofs checking for dvd+rw-mediainfo... /bin/dvd+rw-mediainfo checking for dvd+rw-format... /bin/dvd+rw-format checking for pkg-config... /bin/pkg-config checking for qmake... /usr/local/bacula-9.0.3/depkgs-qt/qt4/bin/qmake checking for gmake... /bin/gmake checking for pidof... /sbin/pidof checking for gawk... gawk checking for gawk... /bin/gawk checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... (cached) /bin/sed checking for fgrep... /bin/grep -F checking for ld used by gcc... /bin/ld checking if the linker (/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /bin/nm -B checking the name lister (/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /bin/nm -B output from gcc object... ok checking for sysroot... no checking for mt... no checking if : is a manifest tool... no checking for ANSI C header files... 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 for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... /bin/g++ -E checking for ld used by /bin/g++... /bin/ld -m elf_x86_64 checking if the linker (/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the /bin/g++ linker (/bin/ld -m elf_x86_64) supports shared libraries... yes checking for /bin/g++ option to produce PIC... -fPIC -DPIC checking if /bin/g++ PIC flag -fPIC -DPIC works... yes checking if /bin/g++ static flag -static works... no checking if /bin/g++ supports -c -o file.o... yes checking if /bin/g++ supports -c -o file.o... (cached) yes checking whether the /bin/g++ linker (/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for library containing dlopen... -ldl checking for dlerror... yes checking for shl_load... no checking for shl_load in -ldld... no checking for dld_link in -ldld... no checking for Operating System Distribution... done checking whether make sets $(MAKE)... yes checking whether NLS is requested... yes checking for msgfmt... /bin/msgfmt checking for gmsgfmt... /bin/msgfmt checking for xgettext... /bin/xgettext checking for msgmerge... /bin/msgmerge checking for ld used by GCC... /bin/ld -m elf_x86_64 checking if the linker (/bin/ld -m elf_x86_64) is GNU ld... yes checking for shared library run path origin... done checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking whether NLS is requested... yes checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking for msgfmt... (cached) /bin/msgfmt *configure: error: Unable to find Qt4 installation needed by bat* Any help would be great! Thanks, jerry |