Hi, I am not sure if there is a better way to ask for help.
I am actively wanting to test ModSecurity for Java. I have all libraries built for Windows and were able to load except for the library libModSecurityJNI.so, I got unsatisfied link error, and it is not loaded. ldd to see its dependency, ntdll.dll,kernel32.dll, and KERNELBASE.dll are all accessible and -Djava.library.path is pointing to that directory hoping to get all link support, but the .so module still could not load. I got this module from a successful build in ubuntu. How do I troubleshoot the unsatisfied link error? thanks !!