Re: [Sqlrelay-discussion] Could not open: /var/cache/sqlrelay/tmp/ipc/myid
Brought to you by:
mused
|
From: moaiamorfo <moa...@gm...> - 2008-08-06 12:26:22
|
> This command only apply the patch on the source.
>
> You must run:
>
> # make clean
> # ./configure
> # make
> # make install
>
> After applying the patch.
hi,
trying to install sqlrelay-0.39.4 from sources inside another machine
(Ubuntu 8.04 64 bits), I'm getting this:
./configure
***** Programs ***************
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 g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
******************************
***** Libtool ****************
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
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 /usr/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 for ANSI C header files... no
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... no
checking for dlfcn.h... yes
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 -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
configure: creating libtool
appending configuration tag "CXX" to libtool
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
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 -m elf_x86_64) 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 -ar... ar
******************************
***** Platform ***************
checking for dynamic library extension... so
checking whether ld -rpath works... yes
checking whether ps aux works... yes
checking for -pipe option... yes
checking for -Wall... yes
checking if gcc -pthread works during compile phase... yes
******************************
***** Inline Functions *******
checking inline... yes
******************************
***** threads ****************
pthreads includes... -pthread
pthreads libs... -lpthread
******************************
***** Libraries **************
checking for tgetnum in -ltermcap... yes
checking for add_history in -lhistory... no
checking for readline in -lreadline... no
checking no extra libraries are required for socket-related calls... yes
checking for dlopen in -ldl... yes
checking for aioread in -laio... no
checking features.h usability... yes
checking features.h presence... yes
checking for features.h... yes
checking for broken glibc-2.3... no
checking if iconv takes const char ** argument... no
******************************
***** Rudiments **************
rudiments includes... -pthread
rudiments libs... -lrudiments -lpthread -lrt -lrt -lcrypt -ldl
******************************
***** Oracle *****************
checking for oracle includes and libraries... no
******************************
***** MySQL ******************
******************************
***** PostgreSQL *************
checking if PostgreSQL can be dynamically linked without -lcrypt... yes
checking if PostgreSQL has PQfmod... yes
checking if PostgreSQL has PQsetNoticeProcessor... yes
checking if PostgreSQL has PQprepare... yes
checking if PostgreSQL has PQexecPrepared... yes
checking if PostgreSQL has PQserverVersion... yes
postgresql includes... -I/usr/include/postgresql
postgresql libs... -lpq
******************************
***** SQLite *****************
sqlite includes... -DSQLITE3
sqlite libs... -lsqlite3
checking for sqlite3_bind_int... yes
******************************
***** FreeTDS ******************
checking whether ctpublic.h contains function definitions... yes
freetds libs... -lct
******************************
***** Sybase *****************
******************************
***** ODBC *********************
checking if UnixODBC needs threads... no
checking if iODBC needs threads... no
checking if SQLBindParameter takes SQLLEN * argument... yes
checking if SQLColAttribute takes SQLLEN * argument... yes
checking if SQLRowCount takes SQLLEN * argument... yes
checking if SQLBindCol takes SQLLEN * argument... yes
checking for SQLConnectW... yes
odbc includes...
odbc libs... -liodbc -liodbcinst
******************************
***** DB2 **********************
db2 version... 8
******************************
***** Firebird **************
******************************
***** MDB Tools **************
glib includes... -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
glib libs... -lglib-2.0
******************************
***** Perl *******************
checking for perl... perl
******************************
***** Python 2.1 or newer ****
python includes... -I/usr/include/python2.4
******************************
***** Zope *******************
enable zope: yes
checking for Zope...
******************************
***** Ruby *******************
checking for ruby... ruby
******************************
***** Java *******************
checking for gcj... no
checking for fastjar... no
******************************
***** TCL ********************
******************************
***** PHP ********************
checking for php-config... php-config
php includes... -I/usr/include/php5 -I/usr/include/php5/main
-I/usr/include/php5/TSRM -I/usr/include/php5/Zend
-I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib
******************************
***** GTK+ *******************
checking for gtk-config... no
******************************
***** Headers ****************
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) no
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
******************************
***** Structures *************
checking for mode_t... yes
checking return type of signal handlers... void
checking for unsupported signals... SIGEMT SIGWAITING SIGLWP
SIGFREEZE SIGTHAW SIGCANCEL SIGLOST SIGRTMIN SIGRTMAX
checking namespace support... yes
******************************
***** Output Files ***********
configure: creating ./config.status
config.status: creating config.mk
config.status: creating src/api/perl/Connection/Connection.pm
config.status: creating src/api/perl/Cursor/Cursor.pm
config.status: creating src/api/perl/DBD/SQLRelay.pm
config.status: creating bin/sqlr-stop
config.status: creating bin/sqlrclient-config
config.status: creating bin/sqlrclientwrapper-config
config.status: creating init/openserver/init.d/sqlrelay
config.status: creating init/redhat/init.d/sqlrelay
config.status: creating init/slackware/rc.d/rc.sqlrelay
config.status: creating init/debian/init.d/sqlrelay
config.status: creating init/netbsd/rc.d/sqlrelay
config.status: creating init/freebsd/rc.d/sqlrelay
config.status: creating test/test
config.status: creating sqlrelay-c++.pc
config.status: creating sqlrelay-c.pc
config.status: creating config.h
***** Summary ***********************************************
Version : 0.39.4
APIs : C/C++ yes Perl yes
Python yes Ruby yes
PHP yes Java no
TCL no Zope no
Connections : Oracle8 no MySQL no
PostgreSQL dynamic SQLite dynamic
FreeTDS dynamic Sybase no
ODBC dynamic DB2 no
Firebird no MDB Tools no
*************************************************************
If you expected a Connection or API that doesn't show up in the Summary
then the configure script probably couldn't find a package it needed to
build it. You can manually specify package locations using command line
options.
Type: configure --help for a list of options.
Thanks to MP3.com for sponsoring:
Clustered/Replicated database support.
Perl API.
Thanks to FeedLounge for sponsoring:
Query routing and filtering.
so it seems all ok.
but, when I type make I get these strange errors:
http://www.python-it.org/make.txt.
I've patched sources before installing them.
any ideas about solving this problem?
thanks a lot. :)
cheers
--
Antonio Fittipaldi
http://www.python-it.org # il punto di riferimento italiano per gli
appassionati di Python
|