Hi Ergorion,
I can load the libs in local but when I tried in Apache running on the same server, it cannot found, the Path is the same, pls help
FATAL ERROR: Could not load ARS shared libraries
The current system path is set to the following directories:
C:\Anaconda2\Library\bin\r
\r
D:\software\pyars\r
C:\ProgramData\Oracle\Java\javapath\r
C:\Windows\system32\r
C:\Windows\r
C:\Windows\System32\Wbem\r
C:\Windows\System32\WindowsPowerShell\v1.0\\r
C:\Anaconda2\r
\r
D:\software\Git\cmd\r
I could not find any Remedy install directory in the registry
This python version is running as 32bit.
Please double check your PATH settings and make sure you have:
on Windows and cygwin: arapi.dll, arrpc.dll, arutl.dll
on Solaris and Linux: libar.so and libari.so
in the appropriate version (e.g. arapi63.dll, libarjni63.so).
Anonymous
Typically when you are running e.g. a cgi program from a webserver, it gets a completely different PATH (typically only a small subset of that you are normally using in your shell). And you can see the directories that are in your PATH in the listing above. It seems that none of those directories contains the Remedy DLLs.
hope this helps,