Hi ~ I'm running into a number of problems installing the SGML::Parser::OpenSP module on SnowLeopard.
Eventually through MacPorts I was able to install the OpenSP libraries themselves, which seem required for the module. I then symlinked /macports/include/OpenSP to /usr/local/include/OpenSP, which seems to be a default location for libraries. (I could not find an easy way to pass library paths to the cpan command.) However, after installing the module all the tests fail, and the module itself cannot be used: # Error: Can't load '/Users/john/.cpan/build/SGML-Parser-OpenSP-0.994-qXgPEe/blib/arch/auto/SGML/Parser/OpenSP/OpenSP.bundle' for module SGML::Parser::OpenSP: dlopen(/Users/john/.cpan/build/SGML-Parser-OpenSP-0.994-qXgPEe/blib/arch/auto/SGML/Parser/OpenSP/OpenSP.bundle, 2): Symbol not found: __ZN15SGMLApplication11nonSgmlCharERKNS_16NonSgmlCharEventE Through much searching I cannot seem to get around this. Does anybody have any ideas? thanks, ~ john