Reputation: 331
While testing a deployment, we just found this error - while testing our deployment on one of our AutoSys instances. There is:
$ jil: error while loading shared libraries:libapicom.so:cannot open shared object file:No such file or directory.
Already googled around trying to figure this out. Couldnt solve it yet.
Upvotes: 0
Views: 23
Reputation: 1
Try checking the LD_LIBRARY_PATH
environment variable. The libapicom.so
should reside in $AUTOSYS/lib
directory, LD_LIBRARY_PATH
should contain the respective path.
Upvotes: 0