Here you go. |
aptitude install postgresql-client postgresql-server-dev-8.3 Reading package lists... Building dependency tree... Reading state information... Reading extended state information... Initializing package states... No packages will be installed, upgraded, or removed. 0 packages upgraded, 0 newly installed, 0 to remove and 40 not upgraded. Need to get 0B of archives. After unpacking 0B will be used. Writing extended state information... Reading package lists... Building dependency tree... Reading state information... Reading extended state information... Initializing package states... aptitude install libmarc-charset-perl libmarc-xml-perl libnet-z3950-zoom-perl libyaz-dev yaz Reading package lists... Building dependency tree... Reading state information... Reading extended state information... Initializing package states... No packages will be installed, upgraded, or removed. 0 packages upgraded, 0 newly installed, 0 to remove and 40 not upgraded. Need to get 0B of archives. After unpacking 0B will be used. Writing extended state information... Reading package lists... Building dependency tree... Reading state information... Reading extended state information... Initializing package states... aptitude install aspell aspell-en libbusiness-creditcard-perl libbusiness-onlinepayment-authorizenet-perl libbusiness-onlinepayment-perl libclass-dbi-pg-perl libdatetime-format-builder-perl libdatetime-format-mail-perl libdatetime-perl libdatetime-timezone-perl libemail-send-perl libgd-graph3d-perl libmarc-record-perl libole-storage-lite-perl libpq-dev libspreadsheet-writeexcel-perl libtext-aspell-perl libtext-csv-perl libtext-csv-perl Reading package lists... Building dependency tree... Reading state information... Reading extended state information... Initializing package states... No packages will be installed, upgraded, or removed. 0 packages upgraded, 0 newly installed, 0 to remove and 40 not upgraded. Need to get 0B of archives. After unpacking 0B will be used. Writing extended state information... Reading package lists... Building dependency tree... Reading state information... Reading extended state information... Initializing package states... for m in Business::CreditCard::Object SRU; do perl -MCPAN -e "install \"$m\";"; done CPAN: Storable loaded ok (v2.18) Going to read /root/.cpan/Metadata Database was generated on Wed, 04 Feb 2009 11:26:55 GMT CPAN: YAML loaded ok (v0.66) Going to read /root/.cpan/build/ ............................................................................DONE Found 9 old builds, restored the state of 9 Business::CreditCard::Object is up to date (1.00). CPAN: Storable loaded ok (v2.18) Going to read /root/.cpan/Metadata Database was generated on Wed, 04 Feb 2009 11:26:55 GMT CPAN: YAML loaded ok (v0.66) Going to read /root/.cpan/build/ ............................................................................DONE Found 9 old builds, restored the state of 9 SRU is up to date (0.97). if [ ! -f js-1.7.0.tar.gz ]; then wget ftp://ftp.mozilla.org/pub/mozilla.org/js/js-1.7.0.tar.gz; fi; if [ ! -f JavaScript-SpiderMonkey-0.19.tar.gz ]; then wget ftp://mirror.datapipe.net/pub/CPAN/authors/id/T/TB/TBUSCH/JavaScript-SpiderMonkey-0.19.tar.gz; fi; tar -zxf js-1.7.0.tar.gz tar -zxf JavaScript-SpiderMonkey-0.19.tar.gz cd js/src/ && make -f Makefile.ref make[1]: Entering directory `/home/opensrf/Evergreen-ILS-1.4.0.1/js/src' cd editline; make -f Makefile.ref all make[2]: Entering directory `/home/opensrf/Evergreen-ILS-1.4.0.1/js/src/editline' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/opensrf/Evergreen-ILS-1.4.0.1/js/src/editline' make -f Makefile.ref Linux_All_DBG.OBJ/libjs.a Linux_All_DBG.OBJ/libjs.so Linux_All_DBG.OBJ/js Linux_All_DBG.OBJ/jsautocfg.h Linux_All_DBG.OBJ/jscpucfg Linux_All_DBG.OBJ/jscpucfg.o make[2]: Entering directory `/home/opensrf/Evergreen-ILS-1.4.0.1/js/src' make[2]: `Linux_All_DBG.OBJ/libjs.a' is up to date. make[2]: `Linux_All_DBG.OBJ/libjs.so' is up to date. make[2]: `Linux_All_DBG.OBJ/js' is up to date. make[2]: `Linux_All_DBG.OBJ/jsautocfg.h' is up to date. make[2]: `Linux_All_DBG.OBJ/jscpucfg' is up to date. make[2]: `Linux_All_DBG.OBJ/jscpucfg.o' is up to date. make[2]: Leaving directory `/home/opensrf/Evergreen-ILS-1.4.0.1/js/src' make[1]: Leaving directory `/home/opensrf/Evergreen-ILS-1.4.0.1/js/src' mkdir -p /usr//include/js/ cp js/src/*.h /usr//include/js/ cp js/src/*.tbl /usr//include/js/ cp js/src/Linux_All_DBG.OBJ/*.so /usr//lib/ cp js/src/Linux_All_DBG.OBJ/*.a /usr//lib/ cd JavaScript-SpiderMonkey-0.19 && perl Makefile.PL -E4X && make && make test && make install JS_LIB_DIR: ../js/src/Linux_All_DBG.OBJ/ JS_INCL_DIR: ../js/src/ JS_INCL_DIR: ../js/src/Linux_All_DBG.OBJ/ JS_LIB_NAME: js E4X support enabled Writing Makefile for JavaScript::SpiderMonkey make[1]: Entering directory `/home/opensrf/Evergreen-ILS-1.4.0.1/JavaScript-SpiderMonkey-0.19' cc -c -I../js/src/ -I../js/src/Linux_All_DBG.OBJ/ -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -DVERSION=\"0.19\" -DXS_VERSION=\"0.19\" -fPIC "-I/usr/lib/perl/5.10/CORE" -DXP_UNIX -DE4X SpiderMonkey.c Running Mkbootstrap for JavaScript::SpiderMonkey () chmod 644 SpiderMonkey.bs rm -f blib/arch/auto/JavaScript/SpiderMonkey/SpiderMonkey.so LD_RUN_PATH="/home/opensrf/Evergreen-ILS-1.4.0.1/JavaScript-SpiderMonkey-0.19/../js/src/Linux_All_DBG.OBJ" cc -shared -O2 -g -L/usr/local/lib SpiderMonkey.o -o blib/arch/auto/JavaScript/SpiderMonkey/SpiderMonkey.so \ -L/home/opensrf/Evergreen-ILS-1.4.0.1/JavaScript-SpiderMonkey-0.19/../js/src/Linux_All_DBG.OBJ -ljs \ chmod 755 blib/arch/auto/JavaScript/SpiderMonkey/SpiderMonkey.so cp SpiderMonkey.bs blib/arch/auto/JavaScript/SpiderMonkey/SpiderMonkey.bs chmod 644 blib/arch/auto/JavaScript/SpiderMonkey/SpiderMonkey.bs Manifying blib/man3/JavaScript::SpiderMonkey.3pm make[1]: Leaving directory `/home/opensrf/Evergreen-ILS-1.4.0.1/JavaScript-SpiderMonkey-0.19' make[1]: Entering directory `/home/opensrf/Evergreen-ILS-1.4.0.1/JavaScript-SpiderMonkey-0.19' PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/000readme........ok t/001properties....ok t/002functions.....ok t/003properties....ok t/004setget........ok t/005error.........ok t/006objmeth.......ok t/007funcret.......ok t/00array..........ok t/01doc-href.......ok t/02nav-appv.......ok t/03doc-write......ok t/04loop...........ok t/05form...........ok t/06form2..........ok t/07func...........ok t/08func2..........ok t/09meth...........ok t/10elobj..........ok t/11intret.........ok t/12dblret.........ok t/13strret.........ok All tests successful. Files=22, Tests=37, 2 wallclock secs ( 1.56 cusr + 0.20 csys = 1.76 CPU) make[1]: Leaving directory `/home/opensrf/Evergreen-ILS-1.4.0.1/JavaScript-SpiderMonkey-0.19' make[1]: Entering directory `/home/opensrf/Evergreen-ILS-1.4.0.1/JavaScript-SpiderMonkey-0.19' Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Writing /usr/local/lib/perl/5.10.0/auto/JavaScript/SpiderMonkey/.packlist Appending installation info to /usr/local/lib/perl/5.10.0/perllocal.pod make[1]: Leaving directory `/home/opensrf/Evergreen-ILS-1.4.0.1/JavaScript-SpiderMonkey-0.19' if [ ! -d libdbi-0.8.3 ]; then wget http://open-ils.org/~denials/evergreen/libdbi-0.8.3.tar.gz; fi; if [ ! -d libdbi-drivers-0.8.3 ]; then wget http://open-ils.org/~denials/evergreen/libdbi-drivers-0.8.3.tar.gz; fi; tar -zxf libdbi-0.8.3.tar.gz tar -zxf libdbi-drivers-0.8.3.tar.gz cd libdbi-0.8.3 && ./configure --disable-docs && make all install checking whether to enable maintainer-specific portions of Makefiles... no checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for gcc... gcc 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 gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for a sed that does not truncate output... /bin/sed checking for egrep... grep -E checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for a BSD-compatible install... /usr/bin/install -c checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all 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 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 g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking for f95... no checking for fort... no checking for xlf95... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for gfortran... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no 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 static flag works... yes 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 supports -c -o file.o... yes checking whether the gcc linker (/usr/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/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/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++ supports -c -o file.o... yes checking whether the g++ linker (/usr/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 stripping libraries is possible... yes appending configuration tag "F77" to libtool checking mach-o/dyld.h usability... no checking mach-o/dyld.h presence... no checking for mach-o/dyld.h... no checking for dlfcn.h... (cached) yes checking for dlopen... no checking for dlopen in -ldl... yes checking for strtoll... yes checking for atoll... yes checking for timegm... yes checking for vasprintf... yes checking for asprintf... yes checking for string.h... (cached) yes checking for strings.h... (cached) yes configure: creating ./config.status config.status: creating include/dbi/dbi.h config.status: creating libdbi.spec config.status: creating Makefile config.status: creating src/Makefile config.status: creating doc/Makefile config.status: creating include/Makefile config.status: creating include/dbi/Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands make[1]: Entering directory `/home/opensrf/Evergreen-ILS-1.4.0.1/libdbi-0.8.3' make all-recursive make[2]: Entering directory `/home/opensrf/Evergreen-ILS-1.4.0.1/libdbi-0.8.3' Making all in src make[3]: Entering directory `/home/opensrf/Evergreen-ILS-1.4.0.1/libdbi-0.8.3/src' if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -DDBI_DRIVER_DIR=\"/usr/local/lib/dbd\" -O20 -ffast-math -D_REENTRANT -fsigned-char -std=gnu99 -MT dbi_main.lo -MD -MP -MF ".deps/dbi_main.Tpo" -c -o dbi_main.lo dbi_main.c; \ then mv -f ".deps/dbi_main.Tpo" ".deps/dbi_main.Plo"; else rm -f ".deps/dbi_main.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -DDBI_DRIVER_DIR=\"/usr/local/lib/dbd\" -O20 -ffast-math -D_REENTRANT -fsigned-char -std=gnu99 -MT dbi_main.lo -MD -MP -MF .deps/dbi_main.Tpo -c dbi_main.c -fPIC -DPIC -o .libs/dbi_main.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -DDBI_DRIVER_DIR=\"/usr/local/lib/dbd\" -O20 -ffast-math -D_REENTRANT -fsigned-char -std=gnu99 -MT dbi_main.lo -MD -MP -MF .deps/dbi_main.Tpo -c dbi_main.c -o dbi_main.o >/dev/null 2>&1 if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -DDBI_DRIVER_DIR=\"/usr/local/lib/dbd\" -O20 -ffast-math -D_REENTRANT -fsigned-char -std=gnu99 -MT dbi_result.lo -MD -MP -MF ".deps/dbi_result.Tpo" -c -o dbi_result.lo dbi_result.c; \ then mv -f ".deps/dbi_result.Tpo" ".deps/dbi_result.Plo"; else rm -f ".deps/dbi_result.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -DDBI_DRIVER_DIR=\"/usr/local/lib/dbd\" -O20 -ffast-math -D_REENTRANT -fsigned-char -std=gnu99 -MT dbi_result.lo -MD -MP -MF .deps/dbi_result.Tpo -c dbi_result.c -fPIC -DPIC -o .libs/dbi_result.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -DDBI_DRIVER_DIR=\"/usr/local/lib/dbd\" -O20 -ffast-math -D_REENTRANT -fsigned-char -std=gnu99 -MT dbi_result.lo -MD -MP -MF .deps/dbi_result.Tpo -c dbi_result.c -o dbi_result.o >/dev/null 2>&1 if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -DDBI_DRIVER_DIR=\"/usr/local/lib/dbd\" -O20 -ffast-math -D_REENTRANT -fsigned-char -std=gnu99 -MT dbd_helper.lo -MD -MP -MF ".deps/dbd_helper.Tpo" -c -o dbd_helper.lo dbd_helper.c; \ then mv -f ".deps/dbd_helper.Tpo" ".deps/dbd_helper.Plo"; else rm -f ".deps/dbd_helper.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -DDBI_DRIVER_DIR=\"/usr/local/lib/dbd\" -O20 -ffast-math -D_REENTRANT -fsigned-char -std=gnu99 -MT dbd_helper.lo -MD -MP -MF .deps/dbd_helper.Tpo -c dbd_helper.c -fPIC -DPIC -o .libs/dbd_helper.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -DDBI_DRIVER_DIR=\"/usr/local/lib/dbd\" -O20 -ffast-math -D_REENTRANT -fsigned-char -std=gnu99 -MT dbd_helper.lo -MD -MP -MF .deps/dbd_helper.Tpo -c dbd_helper.c -o dbd_helper.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=link gcc -O20 -ffast-math -D_REENTRANT -fsigned-char -std=gnu99 -o libdbi.la -rpath /usr/local/lib -version-info 0:5:0 -no-undefined dbi_main.lo dbi_result.lo dbd_helper.lo atoll.lo asprintf.lo timegm.lo -ldl -lm rm -fr .libs/libdbi.a .libs/libdbi.la .libs/libdbi.lai .libs/libdbi.so .libs/libdbi.so.0 .libs/libdbi.so.0.0.5 gcc -shared .libs/dbi_main.o .libs/dbi_result.o .libs/dbd_helper.o .libs/atoll.o .libs/asprintf.o .libs/timegm.o -ldl -lm -Wl,-soname -Wl,libdbi.so.0 -o .libs/libdbi.so.0.0.5 (cd .libs && rm -f libdbi.so.0 && ln -s libdbi.so.0.0.5 libdbi.so.0) (cd .libs && rm -f libdbi.so && ln -s libdbi.so.0.0.5 libdbi.so) ar cru .libs/libdbi.a dbi_main.o dbi_result.o dbd_helper.o atoll.o asprintf.o timegm.o ranlib .libs/libdbi.a creating libdbi.la (cd .libs && rm -f libdbi.la && ln -s ../libdbi.la libdbi.la) make[3]: Leaving directory `/home/opensrf/Evergreen-ILS-1.4.0.1/libdbi-0.8.3/src' Making all in include make[3]: Entering directory `/home/opensrf/Evergreen-ILS-1.4.0.1/libdbi-0.8.3/include' Making all in dbi make[4]: Entering directory `/home/opensrf/Evergreen-ILS-1.4.0.1/libdbi-0.8.3/include/dbi' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/opensrf/Evergreen-ILS-1.4.0.1/libdbi-0.8.3/include/dbi' make[4]: Entering directory `/home/opensrf/Evergreen-ILS-1.4.0.1/libdbi-0.8.3/include' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/home/opensrf/Evergreen-ILS-1.4.0.1/libdbi-0.8.3/include' make[3]: Leaving directory `/home/opensrf/Evergreen-ILS-1.4.0.1/libdbi-0.8.3/include' make[3]: Entering directory `/home/opensrf/Evergreen-ILS-1.4.0.1/libdbi-0.8.3' make[3]: Leaving directory `/home/opensrf/Evergreen-ILS-1.4.0.1/libdbi-0.8.3' make[2]: Leaving directory `/home/opensrf/Evergreen-ILS-1.4.0.1/libdbi-0.8.3' Making install in src make[2]: Entering directory `/home/opensrf/Evergreen-ILS-1.4.0.1/libdbi-0.8.3/src' make[3]: Entering directory `/home/opensrf/Evergreen-ILS-1.4.0.1/libdbi-0.8.3/src' test -z "/usr/local/lib" || mkdir -p -- "/usr/local/lib" /bin/bash ../libtool --mode=install /usr/bin/install -c 'libdbi.la' '/usr/local/lib/libdbi.la' /usr/bin/install -c .libs/libdbi.so.0.0.5 /usr/local/lib/libdbi.so.0.0.5 (cd /usr/local/lib && rm -f libdbi.so.0 && ln -s libdbi.so.0.0.5 libdbi.so.0) (cd /usr/local/lib && rm -f libdbi.so && ln -s libdbi.so.0.0.5 libdbi.so) /usr/bin/install -c .libs/libdbi.lai /usr/local/lib/libdbi.la /usr/bin/install -c .libs/libdbi.a /usr/local/lib/libdbi.a ranlib /usr/local/lib/libdbi.a chmod 644 /usr/local/lib/libdbi.a PATH="$PATH:/sbin" ldconfig -n /usr/local/lib ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/opensrf/Evergreen-ILS-1.4.0.1/libdbi-0.8.3/src' make[2]: Leaving directory `/home/opensrf/Evergreen-ILS-1.4.0.1/libdbi-0.8.3/src' Making install in include make[2]: Entering directory `/home/opensrf/Evergreen-ILS-1.4.0.1/libdbi-0.8.3/include' Making install in dbi make[3]: Entering directory `/home/opensrf/Evergreen-ILS-1.4.0.1/libdbi-0.8.3/include/dbi' make[4]: Entering directory `/home/opensrf/Evergreen-ILS-1.4.0.1/libdbi-0.8.3/include/dbi' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/local/include/dbi" || mkdir -p -- "/usr/local/include/dbi" /usr/bin/install -c -m 644 'dbi.h' '/usr/local/include/dbi/dbi.h' /usr/bin/install -c -m 644 'dbi-dev.h' '/usr/local/include/dbi/dbi-dev.h' /usr/bin/install -c -m 644 'dbd.h' '/usr/local/include/dbi/dbd.h' make[4]: Leaving directory `/home/opensrf/Evergreen-ILS-1.4.0.1/libdbi-0.8.3/include/dbi' make[3]: Leaving directory `/home/opensrf/Evergreen-ILS-1.4.0.1/libdbi-0.8.3/include/dbi' make[3]: Entering directory `/home/opensrf/Evergreen-ILS-1.4.0.1/libdbi-0.8.3/include' make[4]: Entering directory `/home/opensrf/Evergreen-ILS-1.4.0.1/libdbi-0.8.3/include' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/opensrf/Evergreen-ILS-1.4.0.1/libdbi-0.8.3/include' make[3]: Leaving directory `/home/opensrf/Evergreen-ILS-1.4.0.1/libdbi-0.8.3/include' make[2]: Leaving directory `/home/opensrf/Evergreen-ILS-1.4.0.1/libdbi-0.8.3/include' make[2]: Entering directory `/home/opensrf/Evergreen-ILS-1.4.0.1/libdbi-0.8.3' make[3]: Entering directory `/home/opensrf/Evergreen-ILS-1.4.0.1/libdbi-0.8.3' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/opensrf/Evergreen-ILS-1.4.0.1/libdbi-0.8.3' make[2]: Leaving directory `/home/opensrf/Evergreen-ILS-1.4.0.1/libdbi-0.8.3' make[1]: Leaving directory `/home/opensrf/Evergreen-ILS-1.4.0.1/libdbi-0.8.3' cd libdbi-drivers-0.8.3 && ./configure \ --disable-docs --with-pgsql --enable-libdbi && make all install checking whether to enable maintainer-specific portions of Makefiles... no checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for gcc... gcc 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 gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for a sed that does not truncate output... /bin/sed checking for egrep... grep -E checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for a BSD-compatible install... /usr/bin/install -c checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all 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 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 g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking for f95... no checking for fort... no checking for xlf95... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for gfortran... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no 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 static flag works... yes 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 supports -c -o file.o... yes checking whether the gcc linker (/usr/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/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/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++ supports -c -o file.o... yes checking whether the g++ linker (/usr/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 stripping libraries is possible... yes appending configuration tag "F77" to libtool checking for libdbi framework... yes: headers in /usr/local/include checking for MySQL support... no checking for PostgreSQL support... no
