Martin Jenkins wrote: > > As you suggest later in your message, this sounds like a bug in the KTU > config scripts, so you're probably not going to get much joy here. If > you look at the KTU page at http://www.kde-apps.org (the Administration, > System Tools category) you'll see there was a similar dependency problem > with svn, so that's probably the best place to ask. > > In the meantime, > > > If it is due to an error in KTU configure file, how do I fix it? > > Have a look in config.log(sp?) to see where config thinks sqlite(3) > lives (it might be hard coded to the wrong place) and check if there's a > "--sqlite-dir=/path/to/sqlite" (or similar) option for ./configure. >
Well, I am trying to solve the problem from that angle as well. For now, I was told that KTU depends on libsqlite3. I was trying to install libsqlite3-dev, but I'm not sure I now how to. I cannot deducate as what is crucial in config.log. I just says "sqlite3 found - NO". I tried above option for ./configure (with my paths, I hope), but with same result. And am not that god with scripting so I don't undertand mush from configurate file... Btw, when I istalled sqlite, I could locate following files: ./usr/local/lib/ libsqlite3.a libsqlite3.la libsqlite3.so libsqlite3.so.0 libsqlite3.so.0.8.6 ./usr/local/lib/pkgconfig/ sqlite3.pc ./usr/lib/ libsqlite3.so.0 libsqlite3.so.0.8.6 ./usr/local/bin/sqlite3 ./usr/local/include/sqlite3 Furthermore, via konsole: [EMAIL PROTECTED] ~]$ whereis sqlite3 sqlite3: /usr/local/bin/sqlite3 [EMAIL PROTECTED] ~]$ whereis libsqlite libsqlite: /usr/local/lib/libsqlite3.so /usr/local/lib/libsqlite3.la /usr/local/lib/libsqlite3.a [EMAIL PROTECTED] ~]$ sqlite3 -version 3.3.7 Btw, KDE is 3.4, not 3.2, my mistake. Thnx for advices Renato -- View this message in context: http://www.nabble.com/problem-with-application-which-uses-sqlite-tf2156856.html#a5974818 Sent from the SQLite forum at Nabble.com. ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------

