[Libreoffice] Install problem
krishnan parthasarathi
krishnan.parthasarathi at gmail.com
Thu Sep 30 06:57:41 PDT 2010
Hi Michael,
What I suggest you do is this:
>
> $ strace -f -s 256 -o /tmp/inst-log bin/ooinstall -l /opt/openoffice
>
> This will take a bit longer, and make a -huge- log file.
>
I followed the above test and found that open() calls on pythonloader module
were failing with ENOENT. For eg,
<snip>
12880
open("/usr/lib/python2.6/dist-packages/gst-0.10/pythonloadermodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
12880 open("/usr/lib/python2.6/dist-packages/gst-0.10/pythonloader.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
</snip>
More information about the LibreOffice
mailing list