From: Stefan S. <se...@sy...> - 2006-01-30 14:58:00
|
Noah Slater wrote: > That is strange, I installed pangoxsl-1.6.0.1 from source forge like > the configure script asked - but that doesn't seem to have done the > trick - yet the xmlroff configure script seemed happy after I had done > that. Chances are that your libpangoxsl library ended up in /usr/local/lib, but that you forgot to add that path to your LD_LIBRARY_PATH variable. (The latter is used as a search path by the dynamic loader, i.e. ld.so) HTH, Stefan |