Dear All,

I have build ZMQ, omniORB, and MySql successfully on fedora 19, 64 bit machine.
Facing following error during configuration of TANGO.
==========Here is output==============================================
Configuration (tango):

Source code location: ..
Version: 8.1.2
Compiler: gcc,g++

OMNIORB PATH: /usr/local
OMNIORB VERSION: "4.1.6"

ZMQ PATH: /usr/local
ZMQ VERSION: 4.0.5

JAVA PATH: /usr/bin/java
JAVA VERSION: 1.7.0_71

MYSQL CLIENT LIB: -lmysqlclient_r
MYSQL VERSION: 5.6.15
MYSQL CONNECTION: OK

build:
libraries: yes
java application: yes
event java interface: no
access control server: yes
database server: yes
database schema create: yes
===================Here is detailed output==========================
checking whether to enable maintainer-specific portions of Makefiles… no
checking build system type… x86_64-unknown-linux-gnu
checking host system type… x86_64-unknown-linux-gnu
checking for a BSD-compatible install… /usr/bin/install -c
checking whether build environment is sane… yes
checking for a thread-safe mkdir -p… /usr/bin/mkdir -p
checking for gawk… gawk
checking whether make sets $(MAKE)… yes
checking for g++… g++
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 g++ accepts -g… yes
checking for style of include used by make… GNU
checking dependency style of g++… gcc3
checking how to run the C++ preprocessor… g++ -E
checking for gcc… gcc
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 dependency style of gcc… gcc3
checking how to run the C preprocessor… gcc -E
checking for gawk… (cached) gawk
checking whether ln -s works… yes
checking whether make sets $(MAKE)… (cached) yes
checking for grep that handles long lines and -e… /usr/bin/grep
checking for egrep… /usr/bin/grep -E
checking for gcc compiler release (at least version 3.2.0)… yes
checking whether g++ supports C++11 features by default… no
checking whether g++ supports C++11 features with -std=c++11… yes
checking for java… /usr/bin/java
checking for java release (at least version 1.6)… yes
checking for javac… no
checking for -encoding… no
checking for ut8… no
configure: WARNING: cannot find javac
checking for doxygen… /usr/bin/doxygen
checking for lyx… no
checking how to print strings… printf
checking for a sed that does not truncate output… /usr/bin/sed
checking for fgrep… /usr/bin/grep -F
checking for ld used by gcc… /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld… yes
checking for BSD- or MS-compatible name lister (nm)… /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface… BSD nm
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-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format… func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format… func_convert_file_noop
checking for /usr/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 ar… ar
checking for archiver @FILE support… @
checking for strip… strip
checking for ranlib… ranlib
checking command to parse /usr/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 (/usr/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… yes
checking how to run the C++ preprocessor… g++ -E
checking for ld used by g++… /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld… yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries… yes
checking for g++ option to produce PIC… -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works… yes
checking if g++ static flag -static works… no
checking if g++ supports -c -o file.o… yes
checking if g++ supports -c -o file.o… (cached) yes
checking whether the g++ linker (/usr/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 if zlib is wanted… yes
checking for inflateEnd in -lz… yes
checking zlib.h usability… yes
checking zlib.h presence… yes
checking for zlib.h… yes
checking whether using Sun Worckshop C++ compiler… no
checking pthread.h usability… yes
checking pthread.h presence… yes
checking for pthread.h… yes
checking for pthread_create in -lpthread… yes
checking for nanosleep in -lposix4… no
checking for pkg-config… /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0… yes
checking omniORB4/CORBA.h usability… yes
checking omniORB4/CORBA.h presence… yes
checking for omniORB4/CORBA.h… yes
checking for omnithreads… yes
checking for socket in -lsocket… no
checking for gethostbyname in -lnsl… yes
checking whether we can link with omniORB4… yes
checking for omniORB4… yes
checking for omniCOS4… yes
checking whether CORBA modules mapped to namespaces… yes
checking for LIBZMQ… yes
checking for dlopen in -ldl… yes
checking for svc_pollfd in -lnsl… yes
checking for nanosleep in -lposix4… (cached) no
checking for pthread_create in -lpthread… (cached) yes
checking for getprotobyname in -lsocket… no
checking for ANSI C header files… (cached) yes
checking fcntl.h usability… yes
checking fcntl.h presence… yes
checking for fcntl.h… yes
checking for strings.h… (cached) yes
checking sys/time.h usability… yes
checking sys/time.h presence… yes
checking for sys/time.h… yes
checking for unistd.h… (cached) yes
checking whether the compiler implements namespaces… yes
checking whether the compiler has stringstream… yes
checking for an ANSI C-conforming const… yes
checking for inline… inline
checking for pid_t… yes
checking for size_t… yes
checking whether time.h and sys/time.h may both be included… yes
checking whether struct tm is in sys/time.h or time.h… time.h
checking for working alloca.h… yes
checking for alloca… yes
checking whether sys/types.h defines makedev… yes
checking return type of signal handlers… void
checking for gethostname… yes
checking for gettimeofday… yes
checking for exit… yes
checking for tolower… yes
checking whether the library defines class strstream… no
checking for mysqlclient … yes -I/usr/include/mysql
checking for mysql… /usr/bin/mysql
checking for mysql release (at least version 5.0)… yes
checking for mysql… (cached) /usr/bin/mysql
checking if mysql works… Warning: Using a password on the command line interface can be insecure.
yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating lib/idl/Makefile
config.status: creating lib/cpp/tango.pc
config.status: creating lib/cpp/Makefile
config.status: creating lib/cpp/server/Makefile
config.status: creating lib/cpp/server/idl/Makefile
config.status: creating lib/cpp/server/jpeg/Makefile
config.status: creating lib/cpp/server/jpeg_mmx/Makefile
config.status: creating lib/cpp/client/Makefile
config.status: creating lib/cpp/client/helpers/Makefile
config.status: creating lib/java/Makefile
config.status: creating lib/java/jzmq/Makefile
config.status: creating cppserver/Makefile
config.status: creating cppserver/database/Makefile
config.status: creating cppserver/database/create_db.sql
config.status: creating cppserver/database/create_db.sh
config.status: creating cppserver/database/my.cnf
config.status: creating cppserver/database/stored_proc.sql
config.status: creating cppserver/database/create_db_tables.sql
config.status: creating cppserver/database/update_db.sh
config.status: creating cppserver/database/update_db.sql
config.status: creating cppserver/database/update_db7.sql
config.status: creating cppserver/starter/Makefile
config.status: creating cppserver/tangotest/Makefile
config.status: creating cppserver/AbstractClass/Makefile
config.status: creating cppserver/AbstractClass/AccessControl/Makefile
config.status: creating cppserver/tangoaccesscontrol/Makefile
config.status: creating utils/Makefile
config.status: creating utils/notifd2db/Makefile
config.status: creating utils/tango_admin/Makefile
config.status: creating scripts/Makefile
config.status: creating scripts/tango
config.status: creating scripts/tango_wca
config.status: creating scripts/notify_daemon
config.status: creating doc/Makefile
config.status: creating doc/man/Makefile
config.status: creating doc/src/Makefile
config.status: creating pogo/Makefile
config.status: creating pogo/templates/Makefile
config.status: creating pogo/preferences/Makefile
config.status: creating pogo/templates/cpp/Makefile
config.status: creating ac_config.h.tmp
config.status: ac_config.h.tmp is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing ac_config.h commands
=== configuring in lib/cpp/log4tango (/home/750373/TANGO/tango-8.1.2/build/lib/cpp/log4tango)
configure: running /bin/sh ../../../../lib/cpp/log4tango/configure –disable-option-checking '–prefix=/usr/local' '–with-mysql-admin=root' '–with-mysql-ho=localhost' '–with-mysql-admin-passwd=p@ssw0rd' –cache-file=/dev/null –srcdir=../../../../lib/cpp/log4tango
checking for a BSD-compatible install… /usr/bin/install -c
checking whether build environment is sane… yes
checking for a thread-safe mkdir -p… /usr/bin/mkdir -p
checking for gawk… gawk
checking whether make sets $(MAKE)… yes
checking whether to enable maintainer-specific portions of Makefiles… no
checking build system type… x86_64-redhat-linux-gnu
checking host system type… x86_64-redhat-linux-gnu
checking for style of include used by make… GNU
checking for g++… g++
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 g++ accepts -g… yes
checking dependency style of g++… gcc3
checking whether using Sun Worckshop C++ compiler… no
checking how to print strings… printf
checking for gcc… gcc
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 dependency style of gcc… gcc3
checking for a sed that does not truncate output… /usr/bin/sed
checking for grep that handles long lines and -e… /usr/bin/grep
checking for egrep… /usr/bin/grep -E
checking for fgrep… /usr/bin/grep -F
checking for ld used by gcc… /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld… yes
checking for BSD- or MS-compatible name lister (nm)… /usr/bin/nm -B
checking the name lister (/usr/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-redhat-linux-gnu file names to x86_64-redhat-linux-gnu format… func_convert_file_noop
checking how to convert x86_64-redhat-linux-gnu file names to toolchain format… func_convert_file_noop
checking for /usr/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 ar… ar
checking for archiver @FILE support… @
checking for strip… strip
checking for ranlib… ranlib
checking command to parse /usr/bin/nm -B output from gcc object… ok
checking for sysroot… no
checking for mt… no
checking if : is a manifest tool… no
checking how to run the C preprocessor… gcc -E
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 (/usr/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…
checking how to run the C++ preprocessor… g++ -E
checking for ld used by g++… /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld… yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries… yes
checking for g++ option to produce PIC… -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works… yes
checking if g++ static flag -static works… no
checking if g++ supports -c -o file.o… yes
checking if g++ supports -c -o file.o… (cached) yes
checking whether the g++ linker (/usr/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 whether make sets $(MAKE)… (cached) yes
checking whether we are using the GNU C++ compiler… (cached) yes
checking whether g++ accepts -g… (cached) yes
checking dependency style of g++… (cached) gcc3
checking how to run the C++ preprocessor… g++ -E
checking for unistd.h… (cached) yes
checking io.h usability… no
checking io.h presence… no
checking for io.h… no
checking for library containing pthread_key_create… -lpthread
checking for int64_t… yes
checking whether the compiler implements namespaces… yes
checking whether the compiler has stringstream… yes
checking for working snprintf… no
checking for gettimeofday… yes
checking for ftime… yes
checking for doxygen… /usr/bin/doxygen
checking for dot… no
creating log4tango-config - generic 5.0.0 of log4tango -lpthread
configure: creating ./config.status
config.status: creating Makefile
config.status: creating log4tango.pc
config.status: creating config/Makefile
config.status: creating src/Makefile
config.status: creating include/Makefile
config.status: creating include/log4tango/Makefile
config.status: creating include/log4tango/threading/Makefile
config.status: creating tests/Makefile
config.status: creating doc/Makefile
config.status: creating doc/Doxyfile
config.status: creating doc/html/Makefile
config.status: creating include/config.h
config.status: include/config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
creating include/log4tango/config.h - prefix LOG4TANGO for include/config.h defines
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
/
.
.
.
.
.
.
.

Configuration (tango):

Source code location: ..
Version: 8.1.2
Compiler: gcc,g++

OMNIORB PATH: /usr/local
OMNIORB VERSION: "4.1.6"

ZMQ PATH: /usr/local
ZMQ VERSION: 4.0.5

JAVA PATH: /usr/bin/java
JAVA VERSION: 1.7.0_71

MYSQL CLIENT LIB: -lmysqlclient_r
MYSQL VERSION: 5.6.15
MYSQL CONNECTION: OK

build:
libraries: yes
java application: yes
event java interface: no
access control server: yes
database server: yes
database schema create: yes

Please check whether the configuration I detected matches what you
would like to have.