From: Stefan S. <se...@sy...> - 2006-01-30 14:47:38
|
Noah Slater wrote: > xmlroff: error while loading shared libraries: libpangoxsl-1.0.so.0: > cannot open shared object file: No such file or directory That sounds like some libtool problem. What does 'ldd `which xmlroff`' tell about what libpangoxsl library is linked in ? Then, what does 'file' tell you when called with the full filename of the libpangoxsl library ? Regards, Stefan |