<font size=2 face="sans-serif">The issue I'm having is libsqlite. &nbsp;I
have sqlite3 installed and I'm pointed to the library, and still doesn't
seem to be working.</font>
<br>
<br><font size=2 face="sans-serif">Running RHEL 5.4.</font>
<br>
<br><font size=2 face="sans-serif">Here are my snippets:</font>
<br>
<br><font size=2 face="sans-serif">./configure --with-libsqlite-source=~/tar/sqlite-3.6.20.tar.gz
--disable-gnutls</font>
<br><font size=2 face="sans-serif">checking for a BSD-compatible install...
/usr/bin/install -c</font>
<br><font size=2 face="sans-serif">checking whether build environment is
sane... yes</font>
<br><font size=2 face="sans-serif">checking for gawk... gawk</font>
<br><font size=2 face="sans-serif">checking whether make sets $(MAKE)...
yes</font>
<br><font size=2 face="sans-serif">checking for gcc... gcc</font>
<br><font size=2 face="sans-serif">checking for C compiler default output
file name... a.out</font>
<br><font size=2 face="sans-serif">checking whether the C compiler works...
yes</font>
<br><font size=2 face="sans-serif">checking whether we are cross compiling...
no</font>
<br><font size=2 face="sans-serif">checking for suffix of executables...
</font>
<br><font size=2 face="sans-serif">checking for suffix of object files...
o</font>
<br><font size=2 face="sans-serif">checking whether we are using the GNU
C compiler... yes</font>
<br><font size=2 face="sans-serif">checking whether gcc accepts -g... yes</font>
<br><font size=2 face="sans-serif">...</font>
<br><font size=2 face="sans-serif">...</font>
<br><font size=2 face="sans-serif">...</font>
<br><font size=2 face="sans-serif">mysql-master csync2-1.34]# make</font>
<br><font size=2 face="sans-serif">...</font>
<br><font size=2 face="sans-serif">...</font>
<br><font size=2 face="sans-serif">configure: Version set to 3.6</font>
<br><font size=2 face="sans-serif">configure: Release set to 3.6.20</font>
<br><font size=2 face="sans-serif">configure: Version number set to 3006020</font>
<br><font size=2 face="sans-serif">checking whether to support threadsafe
operation... yes</font>
<br><font size=2 face="sans-serif">checking for library containing pthread_create...
-lpthread</font>
<br><font size=2 face="sans-serif">checking whether to allow connections
to be shared across threads... no</font>
<br><font size=2 face="sans-serif">checking whether threads can override
each others locks... no</font>
<br><font size=2 face="sans-serif">checking whether to support shared library
linked as release mode or not... no</font>
<br><font size=2 face="sans-serif">checking whether to use an in-ram database
for temporary tables... no</font>
<br><font size=2 face="sans-serif">checking if executables have the .exe
suffix... unknown</font>
<br><font size=2 face="sans-serif">checking host system type... (cached)
i686-pc-linux-gnu</font>
<br><font size=2 face="sans-serif">checking for Tcl configuration... configure:
WARNING: Can't find Tcl configuration definitions</font>
<br><font size=2 face="sans-serif">configure: WARNING: *** Without Tcl
the regression tests cannot be executed ***</font>
<br><font size=2 face="sans-serif">configure: WARNING: *** Consider using
--with-tcl=... to define location of Tcl ***</font>
<br><font size=2 face="sans-serif">checking for library containing tgetent...
-lncurses</font>
<br><font size=2 face="sans-serif">checking for readline in -lreadline...
yes</font>
<br><font size=2 face="sans-serif">checking readline.h usability... no</font>
<br><font size=2 face="sans-serif">checking readline.h presence... no</font>
<br><font size=2 face="sans-serif">checking for readline.h... no</font>
<br><font size=2 face="sans-serif">checking for /usr/include/readline.h...
no</font>
<br><font size=2 face="sans-serif">checking for /usr/include/readline/readline.h...
yes</font>
<br><font size=2 face="sans-serif">checking for library containing fdatasync...
none required</font>
<br><font size=2 face="sans-serif">configure: creating ./config.status</font>
<br><font size=2 face="sans-serif">config.status: creating Makefile</font>
<br><font size=2 face="sans-serif">config.status: creating sqlite3.pc</font>
<br><font size=2 face="sans-serif">config.status: creating config.h</font>
<br><font size=2 face="sans-serif">config.status: config.h is unchanged</font>
<br><font size=2 face="sans-serif">config.status: executing libtool commands</font>
<br><font size=2 face="sans-serif">make -C $( cat libsqlite.dir )</font>
<br><font size=2 face="sans-serif">make[1]: Entering directory `/usr/local/src/csync2-1.34/sqlite-3.6.20'</font>
<br><font size=2 face="sans-serif">make[1]: Nothing to be done for `all'.</font>
<br><font size=2 face="sans-serif">make[1]: Leaving directory `/usr/local/src/csync2-1.34/sqlite-3.6.20'</font>
<br><font size=2 face="sans-serif">cp $( cat libsqlite.dir )/.libs/libsqlite.a
$( cat libsqlite.dir )/libprivatesqlite.a</font>
<br><font size=2 face="sans-serif">cp: cannot stat `sqlite-3.6.20/.libs/libsqlite.a':
No such file or directory</font>
<br><font size=2 face="sans-serif">make: *** [private_libsqlite] Error
1</font>
<br>
<br>
<br><font size=2 face="sans-serif">-----------------------</font>
<br>
<br><font size=2 face="sans-serif">Any help would be great!</font>
<br>
<br><font size=2 face="sans-serif">Thanks,</font>
<br><font size=2 face="sans-serif">Chris<br>
</font>