Date: Thu, 22 Sep 2022 18:43:54 +0000 From: bugzilla-noreply@freebsd.org To: office@FreeBSD.org Subject: [Bug 266510] editors/libreoffice: Impress fails to open any files after 7.4.0.3_1 update: loading component library <file:///LOCALBASE/lib/libreoffice/program/../program/libsdlo.so> failed. Message-ID: <bug-266510-25061-MJPObApeX1@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-266510-25061@https.bugs.freebsd.org/bugzilla/> References: <bug-266510-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=3D266510 --- Comment #4 from Santiago Martinez <sm@codenetworks.net> --- At the ends this was also fixed with this, from the related PR. # PORTS=3D$(ldd /usr/local/lib/libreoffice/program/libsdlo.so | awk '{print= $3}' | while read line; do pkg which "$line" | awk '{printf $NF}'; echo " "; don= e); PKG=3D$(echo "$PORTS" | sed -e 's/database//g' | sort -u); pkg install -f $= PKG --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-266510-25061-MJPObApeX1>