Author Topic: SQLite (v2): NOT AVAILABLE(Not installed)  (Read 5778 times)

Offline countrydj

  • Newbie
  • *
  • Posts: 5
SQLite (v2): NOT AVAILABLE(Not installed)
« on: October 27, 2012, 12:49:52 PM »
Hi Guys...

I am in the process of setting up RoundCube.
I have come across my first hurdle:
Quote
SQLite (v2):  NOT AVAILABLE(Not installed)
Checking my server:
Quote
rpm -qa |grep sqlite*
qt-sqlite-4.6.2-17.el6.i686
sqlite-3.6.20-1.el6.i686
Obviously this is version 3 not 2.
Presumably RoundCube doesn't like v3.
Where can I get v2 from.

Thanks,

John C



Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Re: SQLite (v2): NOT AVAILABLE(Not installed)
« Reply #1 on: October 27, 2012, 01:22:21 PM »
Unfortunately RoundCube doesn't support SQLite v3 which is what more repos have today, if you want SQLite v2 you would probably have to compile it manually but anything that relies on SQLite v3 would break.

Offline countrydj

  • Newbie
  • *
  • Posts: 5
Re: SQLite (v2): NOT AVAILABLE(Not installed)
« Reply #2 on: October 27, 2012, 01:29:58 PM »
Many thanks for your info.
Can you advise me how I do that.

Thanks

John C

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Re: SQLite (v2): NOT AVAILABLE(Not installed)
« Reply #3 on: October 27, 2012, 06:48:14 PM »
It would depend on what linux distribution your using, and I'm probably not the guy to ask since I haven't tried to compile SQLite v2 to replace or work along side of SQLite v3.

Offline countrydj

  • Newbie
  • *
  • Posts: 5
Re: SQLite (v2): NOT AVAILABLE(Not installed)
« Reply #4 on: October 27, 2012, 07:34:44 PM »
Thanks SKaero..

I am using Cento6.
Is there anybody else that can help, who knows how to compile sqlite v2 ???
I'm wandering how anybody who has not already installed Roundcube goes about instaling it.

Cheers,

John C