Shared object "liblzma.so.0" not found, required by "xsltproc"

Doh. Well, this sort of works: find /usr/local/lib -depth 1 -prune -name "libFLAC*" -print -exec pkg_info -W {} \;

Have to look for entries that have a filename that is not followed by saying what package it was from.
 
FWIW, I encountered this problem again today, searched for it, and found this. ;)
 
Back
Top