From: Tony G. <Ton...@Su...> - 2006-01-30 15:20:51
|
Noah Slater <ns...@gm...> writes: > I have just successfully compiled and installed xmlroff with no > problems, however when I run it from the command line I get the > following error: > > xmlroff: error while loading shared libraries: libpangoxsl-1.0.so.0: > cannot open shared object file: No such file or directory > > Is there something I am missing? LD_LIBRARY_PATH? You may need to set your LD_LIBRARY_PATH environment variable to include /usr/local/lib (or wherever else PangoXSL is installed). Regards, Tony. |