"Nye, Brent A (Brent)" <[EMAIL PROTECTED]> writes:

> Yes, I have built the samples files on Xerces-C, and Xalan-C.  When,
> I first installed Xerces-C, I do not recall any problems with the
> instructions and the binaries worked fine.

But can you execute any of them? You can't run 'make test' because
it's not loading any of the symbols from libxerces-c1_5.so, if you try
to execute, say DOMCount, then it will try to load the symbols. If it
succeeds, it's a dynamic loading problem with perl.

I think what is going on is that CC under Solaris needs some special
flags for dynamic loading that it's not getting. Or it could be as
simple as your dynamic library path environment variable
(LD_LIBRARY_PATH under linux, no idea under solaris) is not getting
set.

jas.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to