At startup with --writer option, these errors appear on the terminal: warn:sal.osl:44331:44331:sal/osl/unx/module.cxx:155: dlopen(/.../libreofficedev7.3/program/libjava_gcc3.so, 257): /home/admin/lotest/7.3.0.0.alpha0/opt/libreofficedev7.3/program/libjava_gcc3.so: cannot open shared object file: No such file or directory warn:sal.osl:44331:44331:sal/osl/unx/module.cxx:155: dlopen(/.../libreofficedev7.3/program/libgcc3_java.so, 257): /home/admin/lotest/7.3.0.0.alpha0/opt/libreofficedev7.3/program/libgcc3_java.so: cannot open shared object file: No such file or directory warn:unotools.config:44331:44331:unotools/source/config/configmgr.cxx:153: ConfigManager not empty This happens with --writer option but not if soffice is started without options. STEPS TO REPRODUCE: 1. /path/to/libreofficedev7.3/program/soffice --safe-mode --writer # Note --safe-mode is just to eliminate profile dependencies 2. When the "safe mode" dialog appears, click "Continue in Safe Mode" RESULTS: The above messages appears on the terminal. This is on 64-bit Ubuntu Linux. Version: 7.3.0.0.alpha0+ / LibreOffice Community Build ID: 282b2d8bfd6fb16f58fb177910427b031dc80066 CPU threads: 12; OS: Linux 5.4; UI render: default; VCL: gtk3 Locale: en-US (en_US.UTF-8); UI: en-US TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time: 2021-08-26_09:43:29 Calc: threaded
did you install all packages from the archive? Did you use sudo dpkg -i * command?
@Roman Kuznetsov - all debs in the .tar were installed, but not using dpkg. I used dpkg-deb -x to extract the files into a private "parallel install" directory, as described at https://wiki.documentfoundation.org/Installing_in_parallel/Linux (under "Manual installation"). The script I use essentially does this: mkdir /lotest/7.3.0.0.alpha0 wget https://dev-builds.libreoffice.org/daily/master/Linux-rpm_deb-x86_64@86-TDF/2021-08-26_09.43.29/master~2021-08-26_09.43.29_LibreOfficeDev_7.3.0.0.alpha0_Linux_x86-64_deb.tar.gz rm -rf /tmp/td mkdir /tmp/td (cd /tmp/td && tar xf ../master~2021-08-26_09.43.29_LibreOfficeDev_7.3.0.0.alpha0_Linux_x86-64_deb.tar.gz) find /tmp/td -name '*.deb' -print0 | xargs -I'{}' -0 dpkg-deb -x '{}' /lotest/7.3.0.0.alpha0 ...and repeated the above to install offline help files from https://dev-builds.libreoffice.org/daily/master/Linux-rpm_deb-x86_64@86-TDF/2021-08-26_09.43.29/master~2021-08-26_09.43.29_LibreOfficeDev_7.3.0.0.alpha0_Linux_x86-64_deb_helppack_en-US.tar.gz into the same destination. Afterwards, /lotest/7.3.0.0.alpha0/opt/libreofficedev7.3/program/soffice runs LO.
[Automated Action] NeedInfo-To-Unconfirmed
Reproduced with: Version: 7.4.0.0.alpha0+ / LibreOffice Community Build ID: f1c12253068bdac425c89164be207f402d9eb567 CPU threads: 8; OS: Linux 5.11; UI render: default; VCL: gtk3 Locale: en-US (en_US.UTF-8); UI: en-US Calc: threaded
*** Bug 145174 has been marked as a duplicate of this bug. ***