Problems installing IDE on Linux centos

Hello, i receive my H7 camera, and try to install the IDE on linux Centos 8

when i run the command: openmvide

i get the following error:


userwest@localhost bin]$ ./openmvide
Segmentation fault (core dumped)


any help will be appreciated.

thank
Gustavo.

i dont know if this is a right place to post this question, but i solve my problem, i post the solution in case someone need it.

running the centos command “strace ./openmvide”, i see that there is a problem reading a certificate.

what i did was to rename the file:

sudo mv /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem.ok

and the program start normally.

Gustavo

Thanks for posting the fix.

Note that I have not seen any code in OpenMV IDE that actually reads that cert. I’m guessing this is an issue in the Qt Library buried deep within the Qt code base. I’m guessing some issue with OpenSSL.