pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: mongodb4 on aarch64: ssl instruction probing woes, net/unifi with other mongo?



* On 2024-11-23 at 18:22 GMT, Greg Troxel wrote:

I built mongodb4, but running it gets me "Illegal instruction" and a
core.

Before I try harder, any wisdom?

Usual first principles, backtrace on the core and see where it's being generated from, then see if there are build options that avoid that section of code, or fix the assembly to use supported instructions, or if it turns out not to be assembly then see if it's using some -march flags that aren't supported by your CPU.

--
Jonathan Perkin   -   mnx.io   -   pkgsrc.smartos.org
Open Source Complete Cloud   www.tritondatacenter.com


Home | Main Index | Thread Index | Old Index