cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Unable to find FNP security runtime shared object

Unable to find FNP security runtime shared object

This error could be observed while building the executables

Output: ######### Dylib Error : dlopen(/Applications/Path/OFASQ, 5): no suitable image found. Did find:
/Applications/Path/OFASQ: not a file
/Applications/Path/OFASQ: not a file #########
Unable to find FNP security runtime shared object

 

There could be 2 possibilities for this error:

  1. The path of the dylib is not prepped correctly. Please have look into the xml file used to prep the binary.
  2. Also if you have used the path to libFNP.dylib in the Init API then is should be complete actual path with the name of the dynamic library ,in the above the path is only till the directory OFASQ but does not have path to the libFNP.dylib. So it should be changed to /Applications/Path/OFASQ/libFNP.dylib
Was this article helpful? Yes No
No ratings
Version history
Last update:
‎Jun 10, 2021 02:33 AM
Updated by:
Contributors