Displaying 1 result from an estimated 1 matches for "libxsltbreakpoint".
2004 Aug 06
5
building icecast2 on OpenBSD
...... no
configure: error: There was a problem linking with libxslt
the library is in the ld path:
# ldconfig -r | grep xslt
65:-lexslt.7.18 => /usr/local/lib/libexslt.so.7.18
66:-lxslt.1.27 => /usr/local/lib/libxslt.so.1.27
67:-lxsltbreakpoint.1.8 => /usr/local/lib/libxsltbreakpoint.so.1.8
and the symbol is in there:
# nm /usr/local/lib/libxslt.so.1.27 | grep ParseStylesheet
000151a4 T _xsltParseStylesheetAttributeSet
0000c51c T _xsltParseStylesheetCallerParam
00003cc0 T _xsltParseStylesheetDoc
00003dcc T _xsltParseStylesheetFile
00014714 T _xsltParseStylesheetImport
00003...