[From nobody Tue Apr  7 21:27:07 2026
Received: (at submit) by bugs.debian.org; 12 Sep 2025 16:37:15 +0000
X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02
 (2024-03-25) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-15.1 required=4.0 tests=BAYES_00,
 BODY_INCLUDES_PACKAGE,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,
 DKIM_VALID_EF,FOURLA,HAS_PACKAGE,SPF_HELO_PASS,SPF_PASS autolearn=ham
 autolearn_force=no version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 38; hammy, 150; neutral, 36; spammy,
 0. spammytokens: hammytokens:0.000-+--rw-r, 0.000-+--objdump,
 0.000-+--sk:uno-lib, 0.000-+--sk:unolib, 0.000-+--UD:soffice.bin
Return-path: &lt;enikar@gresille.org&gt;
Received: from mouche.gresille.org ([91.216.110.77]:47967)
 by buxtehude.debian.org with esmtps
 (TLS1.2:ECDHE_X25519__RSA_SHA512__AES_256_GCM:256) (Exim 4.96)
 (envelope-from &lt;enikar@gresille.org&gt;) id 1ux6lq-00F9MQ-27
 for submit@bugs.debian.org; Fri, 12 Sep 2025 16:37:15 +0000
Received: from localhost (unknown [IPv6:2a01:e0a:498:fd50:fcc6:bb5d:489a:ce8c])
 by mouche.gresille.org (Postfix) with ESMTPSA id 1964B62BDA
 for &lt;submit@bugs.debian.org&gt;; Fri, 12 Sep 2025 18:31:56 +0200 (CEST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gresille.org;
 s=mail; t=1757694716;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type:
 content-transfer-encoding:content-transfer-encoding;
 bh=6giZydpphACM0aS6MIa3c2BhIBGtQ93crnfaXKHGf4I=;
 b=zgQfJGsr6wEsth5tN9AX4H2AxrIF5SwYETDJORXKmU0S5+X1FlpqxFyWyieGhMXxdXK82E
 U+K0hv9S16pq5zSXBsb6QcKjFjanyDENrNuNB1X+QQCXzbY3ThiHPSiZoSTtM/IqHMO2eX
 b6mvY0MkRUwxKua15OmaKhh/h4doXyCR+C0QndCAXwNkcLCKkL1u6RC/gPyqhyOrKvf13T
 w9vLy21BCPRUmfJdD7FGTa//CLFmn+psi6cAX/kGKf2LXU/HJfADjuSVfvcF2PmWzcCgcg
 ei8p2SuUPQB3aINGsv+K0/gpgrDUcj5W2if32E/bLrh93Wz2iM/dZji/J/y0ng==
Date: Fri, 12 Sep 2025 18:31:44 +0200
From: Karine =?utf-8?B?Q3LDqXZlY8WTdXI=?= &lt;enikar@gresille.org&gt;
To: submit@bugs.debian.org
Subject: Libreoffice fails to start whith an error while loading shared
 libraries.
Message-ID: &lt;itv3lrtlxbu5fkxqkfbhkhgdgquvdhhkxzxj3seuggskwkpv3y@nnj3wo2gsmrh&gt;
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
X-Rspamd-Server: mouche
X-Spamd-Result: default: False [1.17 / 15.00]; ARC_NA(0.00)[];
 FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[];
 MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[];
 RCPT_COUNT_ONE(0.00)[1];
 DKIM_SIGNED(0.00)[gresille.org:s=mail];
 RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[];
 MIME_TRACE(0.00)[0:+]; authenticated_user(0.00)[];
 ASN(0.00)[asn:12322, ipnet:2a01:e0a:400::/39, country:FR];
 MID_RHS_NOT_FQDN(0.50)[]; R_MIXED_CHARSET(0.77)[subject]
X-Rspamd-Queue-Id: 1964B62BDA
X-Greylist: delayed 310 seconds by postgrey-1.37 at buxtehude;
 Fri, 12 Sep 2025 16:37:10 UTC
Delivered-To: submit@bugs.debian.org

Package: libreoffice
Version: 4:25.8.1-1
Severity: grave

Hello,
When I start libreoffice from a shell I get:
  $ libreoffice
/usr/lib/libreoffice/program/javaldx: error while loading shared libraries: libreglo.so: cannot open shared object file: No such file or directory
/usr/lib/libreoffice/program/soffice.bin: error while loading shared libraries: libreglo.so: cannot open shared object file: No such file or directory

I explored a bit to track down the issue. The lib uno-libs-private is
installed properly, but I got these errors:
  $ ldd /usr/lib/libreoffice/program/soffice.bin |grep found
        libreglo.so =&gt; not found
        libunoidllo.so =&gt; not found
  $ ldd /usr/lib/libreoffice/program/javaldx |grep found
        libreglo.so =&gt; not found
        libunoidllo.so =&gt; not found
        libxmlreaderlo.so =&gt; not found

While the librairies exist in /usr/lib/program/ :
  $ cd /usr/lib/libreoffice/program
  $ ls -l libreglo.so
-rw-r--r-- 1 root root 84896 Aug 28 17:41 libreglo.so
  $ ls -l libunoidllo.so
-rw-r--r-- 1 root root 396272 Aug 28 17:41 libunoidllo.so
  $ ls -l libxmlreaderlo.so
-rw-r--r-- 1 root root 43440 Aug 28 17:41 libxmlreaderlo.so

I thought this was a runtime LDPATH issue, but:
  $ objdump -c javaldx |grep PATH
   RUNPATH              $ORIGIN
  $ objdump -x soffice.bin |grep PATH
   RUNPATH              $ORIGIN

In short it should work. I just don't understand how libreoffice cannot
start.

Cheers.
--

Karine Crèvecœur
]