hi, i want to build an test environment with sequoia so i have 3 linux box: - 1 is controller and is slackware 11.0 and mysql 5.0.24a for recoverylog - 2 are backends and are gentoo with mysql 4.1.22
well ... sequoia is up an running ... from a java application i can connect to controller and work with sql sintax ... etc .. etc but i want to access this "cluster" from 2 web applications made on php 4.4.6 ... for this i have compiled carob-0.7.3 whit the following command: make CXXFLAGS="-Wall -g -O2 -march=pentium4 -pipe -DCAROB_USE_ICONV" and the 3 libcarob* files was moved on /usr/lib/carob and all *.hpp files was moved on /usr/include/carob ... the next step was to compile libmysequoia-0.9.8 ... so i tried with the next commands: 1) CXXFLAGS="-I/usr/include/carob" LDFLAGS="-L/usr/lib/carob" ./configure --prefix=/usr/local/libmysequoia --disable-cppunit --disable-gcov or 2) CXXFLAGS="-I/usr/include/carob" LDFLAGS="-L/usr/lib/carob" ./configure --prefix=/usr/local/libmysequoia --with-carob-headers=/usr/include/carob --with-carob-lib=/usr/lib/carob --disable-cppunit --disable-gcov and for all this commands i have the error ----snip---- checking for Carob... /usr/include/carob checking for Carob library... configure: error: You need to install the Carob development packages or use --with-carob-lib=DIR if the library is in an unusual place. ----snip---- so ... can help me someone ? thank. here is all configure output --- snip ---- [EMAIL PROTECTED]:/usr/local/libmysequoia-0.9.8# CXXFLAGS="-I/usr/include/carob" LDFLAGS="-L/usr/lib/carob" ./configure --prefix=/usr/local/libmysequoia --disable-cppunit --disable-gcov checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /usr/bin/ginstall -c checking for g++... g++ 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 g++ accepts -g... yes checking for style of include used by make... GNU checking dependency style of g++... gcc3 checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes 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 ld used by gcc... /usr/i486-slackware-linux/bin/ld checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes checking for /usr/i486-slackware-linux/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking how to recognise dependent libraries... pass_all 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 dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking how to run the C++ preprocessor... g++ -E checking for g77... g77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether g77 accepts -g... yes checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/i486-slackware-linux/bin/ld) 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 configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/i486-slackware-linux/bin/ld checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for g77 option to produce PIC... -fPIC checking if g77 PIC flag -fPIC works... yes checking if g77 static flag -static works... yes checking if g77 supports -c -o file.o... yes checking whether the g77 linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether you want profiling... no checking for Carob... /usr/include/carob checking for Carob library... configure: error: You need to install the Carob development packages or use --with-carob-lib=DIR if the library is in an unusual place. [EMAIL PROTECTED]:/usr/local/libmysequoia-0.9.8# --- snip ----
_______________________________________________ Carob mailing list [email protected] https://forge.continuent.org/mailman/listinfo/carob
