Re: [sqlite] installation problem

2011-09-15 Thread jerome . moliere
org À: sqlite-users@sqlite.org Répondre à: General Discussion of SQLite Database Objet: [sqlite] installation problem Envoyé: 15 sept. 2011 22:21 Hi, i was trying to install system.data.sqlite using the sqlite-netFx40-setup-bundle-x86-2010-1.0.74.0.exe installer but i got an error message telli

[sqlite] installation problem

2011-09-15 Thread Artur Ligmann
Hi, i was trying to install system.data.sqlite using the sqlite-netFx40-setup-bundle-x86-2010-1.0.74.0.exe installer but i got an error message telling me the visual studio 2010 sp1 redist can't be installed. Problem is this redist is already installed on my system. The installer stops afterw

Re: [sqlite] Installation problem on OS-X 10.4

2010-02-21 Thread Simon Slavin
On 21 Feb 2010, at 6:37am, James Campbell wrote: > After a successful run of “configure” with ”--disable-shared” added, > the “make” command resulted in this: > > shell.c:42:32: readline/readline.h: No such file or directory > > shell.c:43:31: readline/history.h: No such file or directory Ha

[sqlite] Installation problem on OS-X 10.4

2010-02-21 Thread James Campbell
After a successful run of “configure” with ”--disable-shared” added, the “make” command resulted in this: shell.c:42:32: readline/readline.h: No such file or directory shell.c:43:31: readline/history.h: No such file or directory shell.c: In function `one_input_line': shell.c:1241: warning: as

Re: [sqlite] installation problem

2004-03-29 Thread eno
Hi Eli, what's missing here: [EMAIL PROTECTED]:~/sqlite/sqltest> g++ -L/usr/local/lib -o test sqliteTest.cpp is the library to link against. Try g++ -L/usr/local/lib -o test sqliteTest.cpp -lsqlite or (as /usr/local/lib is usually in the library search path anyway) g++ -o test sqli

[sqlite] installation problem

2004-03-29 Thread Eli Kane
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hope someone can help me. Thanks in advance! I have followed the build instructions from the main site, and everything seems OK. The 'make test' works fine. No errors. I then run 'make install'. That seems to go OK. Then I run 'libtool --finish /