Zongyun Lai wrote:
Stephan Bergmann wrote:
Zongyun Lai wrote:
Hi all,
I am new to OpenOffice development. I grabed the "vanilla" source codes from development build (build OOH680_m8) today. And I happily compiled them with the help of ccache and distcc. Some, compiling is not a great pain. However, when I want to launch the application, I do the following operations, and it crashes,
$ . LinuxX86Env.Set.sh

This modifies your environment (e.g., LD_LIBRARY_PATH), which can cause problems when you start applications from that environment.

$ cd solver/680/unxlngi6.pro/bin/
$ ./soffice.bin -impress

Always start ./soffice, not ./soffice.bin.

-Stephan
Hi Stephan,
Thanks for your idea. But if I don't source the LinuxX86Env.Set.sh file, the command runs as follows,
$ sh soffice -writer
/home/zlai/ooo/OOH680_m8/solver/680/unxlngi6.pro/bin/soffice.bin: error while loading shared libraries: libvcl680li.so: cannot open shared object file: No such file or directory

You need to install OOo, you cannot run soffice.bin out of the solver. (There is a script at solver/680/unxlngi6.pro/bin/userscripts/install that lets you put a self-contained OOo installation anywhere on your system, even if you already have another one at /opt.)

-Stephan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to