Page 1 of 1

Make fails on Ubuntu 14.04.4 x64 DigitalOcean droplet

Posted: Friday 24 June 2016 16:49
by Chriane
Hello everyone,

Total newbie here.
I am trying to install Domoticz on an Ubuntu 14.04.4 x64 DigitalOcean droplet (I am only going to use virtual sensors and switches).

Unfortunatly, make fails at 25%

Code: Select all

[ 25%] Building CXX object CMakeFiles/domoticz.dir/main/mainworker.cpp.o
c++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.8/README.Bugs> for instructions.
make[2]: *** [CMakeFiles/domoticz.dir/main/mainworker.cpp.o] Error 4
make[1]: *** [CMakeFiles/domoticz.dir/all] Error 2
make: *** [all] Error 2
Am I forgetting to do something?
There is really not much to go on based on this error...

Re: Make fails on Ubuntu 14.04.4 x64 DigitalOcean droplet

Posted: Friday 24 June 2016 18:56
by pepijn
This issue occurs due to a lack of memory so ... upgrade your droplet or add some swap memory.
But .. why don't you just download the latest binary?
http://www.domoticz.com/download.html

Re: Make fails on Ubuntu 14.04.4 x64 DigitalOcean droplet

Posted: Friday 24 June 2016 21:55
by Chriane
I tried that, but then I get the "libboost" error:

Code: Select all

./domoticz: error while loading shared libraries: libboost_thread.so.1.55.0: cannot open shared object file: No such file or directory
I thought the fix for this was to compile your own binaries but maybe I'm wrong?

Thanks for the help!