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

Then, I do "sh -x soffice -writer", and check LD_LIBRARY_PATH variable. The variable doesn't contain correct path for libvcl680li.so. Then, I manually specify the correct path for libvcl680li.so, then the same thing happen: program crash and return value is 78. The same as sourcing the LinuxX86Env.Set.sh file.

Any idea? Thanks.

Zach


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

Reply via email to