Link to home
Start Free TrialLog in
Avatar of SavindraSingh
SavindraSinghFlag for India

asked on

Dependent module libx.so could not be loaded. and liby.a

I got error when running a job from autosys on aix server "Dependent module libx.so could not be loaded. and liby.a" How to get this library installed or  which fileset will have these modules?
Avatar of woolmilkporc
woolmilkporc
Flag of Germany image

Hi,

liby.a is part of "bos.adt.utils" (Yacc) from the Base OS medium.

I never heard of libx.so. What is the exact message you get?

wmp

Avatar of SavindraSingh

ASKER

Below is the error message which I got.
This is defined in my /etc/environment file as LDR_PRELOAD64=libx.so:liby.a

exec(): 0509-036 Cannot load program java because of the following errors:
        0509-150   Dependent module libx.so could not be loaded.
        0509-022 Cannot load module libx.so.
        0509-026 System error: A file or directory in the path name does not exist.

ys
Who instructed you to set LDR_PRELOAD64?

Your setting looks just like the example in IBM's Performance Management Guide!

And if it's not a mistake - the person who instructed you to set the variable should be able to tell you where to get libx.so.

wmp
This was set long back and don't have any idea who has set that. The problem is I removed the variable from  /etc/environment but autosys still see the variable. I refreshed inetd also.
ASKER CERTIFIED SOLUTION
Avatar of woolmilkporc
woolmilkporc
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Now variable is not showing for new sessions. It is showing only for autosys jobs. Need to check for autosys background prpcesses. Any solution other than reboot?
Now variable is not showing for new sessions. It is showing only for autosys jobs. Need to check for autosys background prpcesses. Any solution other than reboot?
Stop and restart the autosys application.

wmp
Sorry for the delay,

This question was posted by my colleague (since this is a corporate account) and the alerts were sent on my email, he was not aware about this reply.

Since I was on off since last few days. I was not able to inform him about these responses. I have forwarded this to him and he will reply you back soon.
We tried a lot and deceided to reboot the server as the variable was hold in some cache and not changing after inetd restarts.

Thanks wmp for all your inputs.
I've not been talking about inetd - I meant the whole autosys application!

Thx for the points!

wmp