Hi,
I've got a bunch of libraries that get dynamically loaded by
applications at run time (Netscape Enterprise Server or Java for
example).
When NES/Java loads the libraries, the following error occurs:
ld.so.1: symbol __1cDstdbC__RTTI__1nDstdMout_of_range__: referenced
symbol not found
If an application is dynamically linked at compile time, this error
doesn't occur.
Further investigation, I found out that there's a
/opt/SUNWspro/SC5.0/lib/libCstd.a that is linked in during compile time
and resolves this and other symbols.
The problem here is that there isn't a corresponding libCstd.so, so
dynamic loading at runtime fails :-(
Rob