Operating System - HP-UX
1753716 Members
4826 Online
108799 Solutions
New Discussion юеВ

Re: Query on SHLIB,CLASS path in .profile

 
hemantbs11
Advisor

Query on SHLIB,CLASS path in .profile

Hi,
I am working on creating a new .profile for one of my new environments on HP unix Itanium.

I found some of the variables exported in my old server like:
SHLIB_PATH, CLASS_PATH, PATH.

Can some one please guide me as to what these paths are exactly and how would i find these path to assgin it to the variables above.

I see these are some libraries/binaries and classes defined, but how would i find these paths in my new environment.
4 REPLIES 4
Dennis Handly
Acclaimed Contributor

Re: Query on SHLIB,CLASS path in .profile

Was your old server PA or Integrity?

Basically your PATH should be the same.
For Integrity, use SHLIB_PATH for PA/Aries applications and LD_LIBRARY_PATH for Integrity.
The convention for Integrity paths is: .../lib/hpux32/ or .../lib/hpux64/
CLASS_PATH is used for your java apps and may not change.
hemantbs11
Advisor

Re: Query on SHLIB,CLASS path in .profile

Hi dennis,
Thank you for the response.
we were on PA-Risc before Itanium.
How would i be able to find these paths so as to assign it to the variables.

I'm a pl/sql developre and has veryu little ideas about these.
please help.
Dennis Handly
Acclaimed Contributor

Re: Query on SHLIB,CLASS path in .profile

>How would I be able to find these paths so as to assign it to the variables.

I would leave them the same and later fix them as needed.