Koozali.org: home of the SME Server
Contribs.org Forums => Koozali SME Server 10.x => Topic started by: Marcelsme on December 20, 2021, 12:55:25 AM
-
Hello, i want to use 'grocy', a php program and it require sqlite 3.9.0 :x
How can i upgrade the SQLite version 3.7.17 to SQLite 3.9.0 ?
thank you
-
If you had a read around you could answer some of this yourself.
From github (and at a quick glance the dependencies are poorly documented):
Currently everything is only tested against (means 100 % works with) PHP 8.0 with SQLite 3.27.2
You can't even get that version on CentOS 8, let alone on CentOS 7 so I have no idea what they use as their base OS.
https://pkgs.org/download/sqlite
Ironically Ubuntu are at 2.8.17 max.
So as far as I can tell from a quick look your only really choices are trying to build it yourself, use docker, or use another OS.
-
Ok, thank you; i would have prefered to use smeserver, but, i will use docker :-)
-
Perfectly possible to use docker on SME.
I haven't built a contrib yet but the basics are fleshed out on the wiki.
It's running my work Rocket.Chat instance..... And the Koozali one I run.
-
Perfectly possible to use docker on SME.
I haven't built a contrib yet but the basics are fleshed out on the wiki.
It's running my work Rocket.Chat instance..... And the Koozali one I run.
thanks for the awesome information.