[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.
Date: Thu, 22 Sep 2022 18:43:54 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266510 --- Comment #4 from Santiago Martinez <sm@codenetworks.net> --- At the ends this was also fixed with this, from the related PR. # PORTS=$(ldd /usr/local/lib/libreoffice/program/libsdlo.so | awk '{print $3}' | while read line; do pkg which "$line" | awk '{printf $NF}'; echo " "; done); PKG=$(echo "$PORTS" | sed -e 's/database//g' | sort -u); pkg install -f $PKG -- You are receiving this mail because: You are on the CC list for the bug.