I have code that calls parse_stylesheet_file. This randomly fails with the error.
error
xsltParseStylesheetFile : cannot parse /path/to/file
Once it fails it continues to fail. After an Apache restart it works for awhile and then randomly fails. The debug callback only displays
xsltParseStylesheetFile : parse /path/to/file
it works fine under Apache2 and runs fine under normal perl, but for some reason fails under Apache1 mod_perl. I would really like to get this to run under Apache1, has anyone seen similar issues?
--Ben