Description: Every time LO Writer starts, errors appear on the terminal saying that program/libjava_gcc3.so can not be found -- and it is indeed not present. I downloaded https://dev-builds.libreoffice.org/daily/master/Linux-rpm_deb-x86_64@tb99-TDF/2025-12-18_04.19.38/LibreOfficeDev_26.8.0.0.alpha0_Linux_x86-64_deb.tar.gz and did a "parallel" install to a private directory (see Steps to Reproduce). Steps to Reproduce: 1. mkdir -p /tmp/testdir /tmp/testdir/dl /tmp/testdir/inst 2. cd /tmp/testdir/dl 3. wget https://dev-builds.libreoffice.org/daily/master/Linux-rpm_deb-x86_64@tb99-TDF/2025-12-18_04.19.38/LibreOfficeDev_26.8.0.0.alpha0_Linux_x86-64_deb.tar.gz 4. tar xf LibreOffice*_deb.tar.gz 5. for f in Libre*_deb/DEBS/*.deb ; do (set -x; dpkg-deb -x $f ../inst); done 6. RUN IT AS FOLLOWS: ../inst/opt/libreofficedev26.8/program/soffice --safe-mode --writer (click "Continue in Safe Mode") Actual Results: warn:sal.osl:387933:387933:sal/osl/unx/module.cxx:100: dlopen(/tmp/testdir/inst/opt/libreofficedev26.8/program/libjava_gcc3.so, 257): /tmp/testdir/inst/opt/libreofficedev26.8/program/libjava_gcc3.so: cannot open shared object file: No such file or directory warn:sal.osl:387933:387933:sal/osl/unx/module.cxx:100: dlopen(/tmp/testdir/inst/opt/libreofficedev26.8/program/libgcc3_java.so, 257): /tmp/testdir/inst/opt/libreofficedev26.8/program/libgcc3_java.so: cannot open shared object file: No such file or directory warn:legacy.tools:387933:387933:sfx2/source/control/bindings.cxx:1760: No cache for OfficeDispatch! warn:svx.dialog:387933:387933:svx/source/dialog/rlrcitem.cxx:75: SvxTabStopItem expected Expected Results: (silence) Reproducible: Always User Profile Reset: Yes Additional Info: Version: 26.8.0.0.alpha0+ (X86_64) Build ID: 70a222021332d3152366c40761fc8e29da16f883 CPU threads: 12; OS: Linux 6.14; UI render: default; VCL: gtk3 Locale: en-US (en_US.UTF-8); UI: en-US Calc: threaded