> > This might also be a re-occurrence of a missing library or symbol. >
After inspecting file aoo4/main/instsetoo_native/unxsogi.pro/Apache_OpenOffice/installed/logging/en-US/log_AOO410_en-US.log I found out that it was not possible to execute unopkg just because it picked the system libicuuc.so.40.1 and not the one that it was build and linked against. It seems that somewhere is a missing LD_LIBRARY_PATH. After setting LD_LIBRARY_PATH it finsihed with no problem. I created a tar file form one of the folders in aoo4/main/instsetoo_native/unxsogi.pro/Apache_OpenOffice/installed/install/ (there is a el for Greek and an en-US folder). I "installed" this but it could not start. The problem? file soffice did not export LD_LIBRARY_PATH because there is no provision for SunOS: # extend the ld_library_path for java: javaldx checks the sofficerc for us if [ -x "$sd_prog/javaldx" ] ; then # this is a temporary hack until we can live with the default search paths case "`uname -s`" in FreeBSD) After changing FreeBSD to SunOS, OpenOffice starts just fine! The only problem is that there are no icons and buttons! Where are the icons? A.S. -- Apostolos Syropoulos Xanthi, Greece