| Summary: | /usr/ports/textproc/libxml installed incorrectly | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | db <db> |
| Component: | Individual Port(s) | Assignee: | Ade Lovett <ade> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
db
2001-06-01 20:30:01 UTC
State Changed From-To: open->feedback Looks like you've done some installing of libxml outside of the ports tree. textproc/libxml does not install anything in /usr/local/lib/xmlConf.sh khan 157# more /usr/local/etc/xmlConf.sh # # Configuration file for using the XML library in GNOME applications # XML_LIBDIR="-L/usr/local/lib" XML_LIBS="-lxml -lz " XML_INCLUDEDIR="-I/usr/local/include/gnome-xml" MODULE_VERSION="xml-1.8.13" The version number is also 13, not 9, which would tend to indicate that you installed libxml-1.8.9 from somewhere at sometime. Please delete all traces of that bogus libxml, and try again, following up to the PR as needed. Responsible Changed From-To: freebsd-ports->ade I'll handle it. State Changed From-To: feedback->closed Seeing an almost identical PR in 27819 from the same submitter, this is the exact same problem, just a different instantiation. |