![]() ![]() |
Windows : On application startup you get the following error: "This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem".
The C runtime libraries for the OS are probably out of date. The correct files can be downloaded here. Linux : "Cannot restore segment prot after reloc: Permission denied".
This is a permission issue with the SELinux Security Manager. Use the following commands on all necessary libraries to fix:
chcon -t textrel_shlib_t ' semanage fcontext -a -t textrel_shlib_t ' |
|||