[Libreoffice-bugs] [Bug 144115] libjava_gcc3.so: cannot open shared object file (missing lib or packaging error?)
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri Aug 27 15:53:54 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=144115
--- Comment #2 from Jim Avera <jim.avera at gmail.com> ---
@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.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210827/73ebbbb3/attachment-0001.htm>
More information about the Libreoffice-bugs
mailing list