<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEEDINFO "
title="NEEDINFO - libjava_gcc3.so: cannot open shared object file (missing lib or packaging error?)"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=144115#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_NEEDINFO "
title="NEEDINFO - libjava_gcc3.so: cannot open shared object file (missing lib or packaging error?)"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=144115">bug 144115</a>
from <span class="vcard"><a class="email" href="mailto:jim.avera@gmail.com" title="Jim Avera <jim.avera@gmail.com>"> <span class="fn">Jim Avera</span></a>
</span></b>
<pre>@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
<a href="https://wiki.documentfoundation.org/Installing_in_parallel/Linux">https://wiki.documentfoundation.org/Installing_in_parallel/Linux</a> (under "Manual
installation").
The script I use essentially does this:
mkdir /lotest/7.3.0.0.alpha0
wget
<a href="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">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</a>
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
<a href="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">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</a>
into the same destination.
Afterwards, /lotest/7.3.0.0.alpha0/opt/libreofficedev7.3/program/soffice runs
LO.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>