On Mon, 08 Sep 2014, Aki Tuomi wrote: > I cannot see you trying these in the pastes you attached. Can you show the > full configure line with these? > For --with-oracle-libs=<path> it clearly is: --with-oracle-libs=$ORACLE_HOME/lib (or, the absolute equivalent of that). I guess that's the default.
To be honest I've already deleted the (VirtualBox) Ubuntu and Debian instances. I still have the Oracle Linux (dev. version) one. But for --with-oracle-includes= anything I tried made it only fail faster, so whatever I did was wrong anyway. This seems to work: --with-oracle-included=/usr/include/oracle/12.1/client64 But again I guess it's the default, and to me doesn't seem needed. > I would also recommend that you use the *oracle* backend instead of *goracle* > if you can. > Yep; I figured from your previous posts. As oracle was failing I just tried my luck on goracle. > Also, where are your headers? > You mean Boost headers? Or OCI headers? I see them in $ORACLE_HOME/rdbms/public as required. In $ORACLE_HOME/lib I only see: [root@localhost dbhome_1]# ls lib/ | grep OCI [root@localhost dbhome_1]# ls lib/ | grep oci libocijdbc12.so Or do you mean /usr/src/kernels/3.8.13-16.2.1.el6uek.x86_64/include/linux ...? I guess you want to see the entire output at the end of this message. Which is: [root@localhost pdns-3.3.1]# ./configure --without-lua --with-modules=oracle --enable-cryptopp --with-oracle-included=/usr/include/oracle/12.1/client64 --with-oracle-libs=/u01/app/oracle/product/12.1.0/dbhome_1/lib/ configure: WARNING: unrecognized options: --with-oracle-included checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking how to create a ustar tar archive... gnutar checking whether make supports nested variables... yes checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking how to print strings... printf checking for style of include used by make... GNU 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 dependency style of gcc... gcc3 checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /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-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 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... yes checking whether byte ordering is bigendian... no checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 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 gcc and cc understand -c and -o together... yes checking for bison... no checking for byacc... no checking for flex... no checking for lex... no checking whether make sets $(MAKE)... (cached) yes checking if with lua... checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes no checking for Boost headers version >= 1.35.0... yes checking for Boost's header version... 1_41 checking boost/foreach.hpp usability... yes checking boost/foreach.hpp presence... yes checking for boost/foreach.hpp... yes checking for the toolset name used by Boost for g++... gcc44 -gcc checking boost/program_options.hpp usability... yes checking boost/program_options.hpp presence... yes checking for boost/program_options.hpp... yes checking for the Boost program_options library... yes checking boost/archive/text_oarchive.hpp usability... yes checking boost/archive/text_oarchive.hpp presence... yes checking for boost/archive/text_oarchive.hpp... yes checking for the Boost serialization library... (cached) yes checking whether user requires sqlite3... 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 getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.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 syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking for unistd.h... (cached) 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 return type of signal handlers... void checking for gethostname... yes checking for gettimeofday... yes checking for mkdir... yes checking for mktime... yes checking for select... yes checking for socket... yes checking for strerror... yes checking for strcasestr... yes checking for dlopen in -ldl... yes checking for RTLD_NOW... no checking for crypt in -lcrypt... yes checking whether we will be doing verbose logging... no checking for sha1_hmac in -lpolarssl... no checking whether we will try to link in system PolarSSL... no checking whether we will be linking in Botan 1.10... no checking whether we will be linking in Botan 1.8... no checking whether we will be linking in Crypto++... yes checking whether to enable http connector in remotebackend... no checking whether we should build static binaries... checking whether we will be building the server... yes checking whether we will be building and installing the extra tools... no checking oci.h usability... yes checking oci.h presence... yes checking for oci.h... yes checking for OCIEnvInit in -lclntsh... no checking for OCIEnvInit in -lclient12... no configure: error: Could not find client libraries I'm also curious why PolarSSL fails (I installed the official package), but already will be happy with a working Oracle backend. -- Met vriendelijke groet, With kind regards, Leo Vandewoestijne -- Sent from my Google Glass
pgpY0R9ajQGzj.pgp
Description: PGP signature
_______________________________________________ Pdns-users mailing list [email protected] http://mailman.powerdns.com/mailman/listinfo/pdns-users
