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>
From the log file I found that ooinstall is looking for python module in the
system directories and not in the python that was built in LO. On some more
looking up, I found that Linux$ARCHEnv.Set.sh should have the LO specific
PYTHONPATH in it. This must be added via set_soenv.in. I don't know perl, so
I thought I should put up my findings so that someone can take it forward
from here. Meanwhile, I would be trying to make some guesses on perl code.
All the best,
Michael.
--
michael.meeks@novell.com <><, Pseudo Engineer, itinerant idiot
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
--
--Krishnan Parthasarathi
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.