Unable to install Sqlite3 on unbuntu Mate - Printable Version +- Gekko Forum (https://forum.gekko.wizb.it) +-- Forum: Gekko (https://forum.gekko.wizb.it/forum-13.html) +--- Forum: Technical Support (https://forum.gekko.wizb.it/forum-19.html) +--- Thread: Unable to install Sqlite3 on unbuntu Mate (/thread-57756.html) |
Unable to install Sqlite3 on unbuntu Mate - Kris191 - 11-05-2018 Hi all, I have Ubuntu Mate running on a Pi3, i'm trying to install Sqlite3 but it seeks hanging on install (see code below) can anyone help? Code: > sqlite3@3.1.4 install /home/kris/gekko/node_modules/sqlite3 Any help would be great as google searching doesnt bring up an answer. Thanks RE: Unable to install Sqlite3 on unbuntu Mate - askmike - 11-06-2018 I don't think it's hanging! It's simply compiling. This might take a few minutes! Check whether your system is busy usying top or htop: as long as there as CPU activity the compilation isn't done. For most platforms this is not needed as precompiled binaries are used, but in your case these are not available. RE: Unable to install Sqlite3 on unbuntu Mate - Kris191 - 11-06-2018 Thanks for the reply, i had left it for 10 mins but then it became unresponsive and the CPU out put got stuck. I moved to postgresql now and all is working |