[Csync2] error compiling csync2
Christopher J Bidwell
cbidwell at usgs.gov
Thu Nov 5 22:59:52 CET 2009
The issue I'm having is libsqlite. I have sqlite3 installed and I'm
pointed to the library, and still doesn't seem to be working.
Running RHEL 5.4.
Here are my snippets:
./configure --with-libsqlite-source=~/tar/sqlite-3.6.20.tar.gz
--disable-gnutls
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
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
...
...
...
mysql-master csync2-1.34]# make
...
...
configure: Version set to 3.6
configure: Release set to 3.6.20
configure: Version number set to 3006020
checking whether to support threadsafe operation... yes
checking for library containing pthread_create... -lpthread
checking whether to allow connections to be shared across threads... no
checking whether threads can override each others locks... no
checking whether to support shared library linked as release mode or
not... no
checking whether to use an in-ram database for temporary tables... no
checking if executables have the .exe suffix... unknown
checking host system type... (cached) i686-pc-linux-gnu
checking for Tcl configuration... configure: WARNING: Can't find Tcl
configuration definitions
configure: WARNING: *** Without Tcl the regression tests cannot be
executed ***
configure: WARNING: *** Consider using --with-tcl=... to define location
of Tcl ***
checking for library containing tgetent... -lncurses
checking for readline in -lreadline... yes
checking readline.h usability... no
checking readline.h presence... no
checking for readline.h... no
checking for /usr/include/readline.h... no
checking for /usr/include/readline/readline.h... yes
checking for library containing fdatasync... none required
configure: creating ./config.status
config.status: creating Makefile
config.status: creating sqlite3.pc
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing libtool commands
make -C $( cat libsqlite.dir )
make[1]: Entering directory `/usr/local/src/csync2-1.34/sqlite-3.6.20'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/local/src/csync2-1.34/sqlite-3.6.20'
cp $( cat libsqlite.dir )/.libs/libsqlite.a $( cat libsqlite.dir
)/libprivatesqlite.a
cp: cannot stat `sqlite-3.6.20/.libs/libsqlite.a': No such file or
directory
make: *** [private_libsqlite] Error 1
-----------------------
Any help would be great!
Thanks,
Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linbit.com/pipermail/csync2/attachments/20091105/10c9ab19/attachment.htm>
More information about the Csync2
mailing list