Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Oct 2022 13:54:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        office@FreeBSD.org
Subject:   [Bug 266920] editors/libreoffice Libreoffice (7.4.1.2) Draw fails to start and returns error, Impress does not start
Message-ID:  <bug-266920-25061-zJgwqEUxe2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-266920-25061@https.bugs.freebsd.org/bugzilla/>
References:  <bug-266920-25061@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D266920

Alan Hicks <ahicks@p-o.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ahicks@p-o.co.uk

--- Comment #10 from Alan Hicks <ahicks@p-o.co.uk> ---
Same issue here, fixed as suggested by reloading packages related to libsdl=
o.so
Quick and dirty script re-installed 56 packages

ldd /usr/local/lib/libreoffice/program/libsdlo.so | awk '{print $3}' | egre=
p -v
'^/lib/|^/usr/lib/' | xargs pkg which | awk '{print $6}' | sort -u | xargs =
echo
pkg install -f -y

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-266920-25061-zJgwqEUxe2>