Re: Undefined symbol errors in make test
[email protected] (Jason E. Stewart)
| Newsgroups | gmane.text.xml.xerces-p.devel |
|---|---|
| Message-ID | <[email protected]> |
"Lincoln A. Baxter" <[email protected]> writes: > t/DOMDocument.t 62 15872 35125 62 0.18% 662-723 These are the only failures - it simply means that there is a problem with your Unicode support. The test will only work if you set your LANG environment variable to be something onther than 'C'. > t/actualCast.t 2 512 11 4 36.36% 10-11 This is actually not a failure - I told the test harness there would be 11 tests, but I deleted two so now there are only 9. > I wonder if it worked this time because I defined LD_LIBRARY_PATH > BEFORE I started the build? Doesn't make sense to me. > Thanks so much for getting back to me, I look forward to any perls of > wisdom you shed... You're welcome. Do let us know how it works for you and if you need any help building applications. Cheers, jas.