I have an application, which I am compiling on a solaris 2.8, which is
setup as
Developer system support cluster (what ever this means).
An ldd on my executable shows that it is dependant libCstd.so.1
# ldd axssrvr
libCstd.so.1 => /usr/lib/libCstd.so.1
...
...
...
When I run this executable on another machine that is setup in Core
Solaris cluster I don't have this library (/usr/lib/libCstd.so.1)
What are the alternatives or deployment options. What caused the
dpendecy? Is it new?
Do I need to install a patch on the "Core Solaris Cluster" if so, what
patches.
Thanks to all that answer this post.