File system where Autosys resides on, was accidently deleted. The AEDB database wasn't deleted so Autosys 11.3.6 SP3 was reinstalled.
After installation , when running "autorep -J <jobnam>" it produces error
autorep: symbol lookup error: autorep: undefined symbol: _Z11MainStartupiPPciPP2DbPP10ConfigVarsiPKcb
Release : 11.3.6 SP3
Problem is related with libasapi_resolv.so
When performing this command,
strings libasapi_resolv.so | grep Z11MainStartupiPPciPP2DbPP10ConfigVarsiPKcb
it didn't returned anything.
After looking at another working 11.3.6 SP3 environment, it was noticed a different size/timestamp of this binary.
The "strings libasapi_resolv.so | grep Z11MainStartupiPPciPP2DbPP10ConfigVarsiPKcb" did returned following output:
_Z11MainStartupiPPciPP2DbPP10ConfigVarsiPKcb
_Z11MainStartupiPPciPP2DbPP10ConfigVarsiPKcb
Copied this libasapi_resolv.so from the working to the non-working machine,
autorep, chk_auto_up and jil are working fine.