[Bug 266920] editors/libreoffice Libreoffice (7.4.1.2) Draw fails to start and returns error, Impress does not start

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 11 Oct 2022 13:54:47 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266920

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 libsdlo.so
Quick and dirty script re-installed 56 packages

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

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