renato71 wrote:

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.

Well, I am trying to solve the problem from that angle as well.

Sorry if that sounded harsh, I was trying to help you with one hand and deflect the "off topic" police with the other. ;)

I downloaded the ktu source and it looks like configure uses a tool called (something like) pkg-config to find out where your sqlite lives. I guess this tool isn't looking in the place where you've installed sqlite etc.

In config.log there should be a line like PKG_CONFIG='/path/to/app' and in configure around line 39110 there are a couple of commands which search for/test the installed version of sqlite.

If you can find out what PKG_CONFIG expands to and run

        $PKG_CONFIG --libs "sqlite3 >= 3.0"

you might get some info as to where it's looking and compare that with the location of your newly built sqlite.

The only Linux box I have handy at the moment is an SME server which doesn't install kde (or even gcc :( ) so I can't try this myself. Feel free to mail me off-list if you want, my address is in the headers.

Martin

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to