by kitsook » Fri Dec 11, 2015 3:22 am
$this->bbcode_second_pass_quote('mserrano', 'O')k,
I have finally been able to make my system work again, thanks to the packages provided by marbi.
I was trying to move to odroid C1.. but the problem is also there... and I do not have packages for odroid.
It seems that mongodb is not so well maintained in arch arm... Has anyone experience with nosql databases working fine on arm?
There is
no official support of MongoDB on ARM 32-bit. In fact
it is not recommended to run MongoDB on any 32-bit systems. And starting with version 3.2, they stopped shipping 32-bit binaries.
On the other hand, I think I have
figured out what caused the segmentation fault. Disabling gcc optimization (using --opt=off) or modifying a line of code can solve the issue.
If anyone is feeling adventurous, I also have a post on
how to compile MongoDB 3.0.x for armv7l.