Libreoffice present libraries not found

Dear Sirs: I’m running FreeBSD 14.1-STABLE-HBSD, installed libreoffice-24.2.5.2.pkg using pkg install. When I run soffice appears the error:

ld-elf.so.1: Shared object “libuno_sal.so.3” not found, required by “oosplash”

But the missing file it’s present at: /usr/local/lib/libreoffice/program

Comparing with a LibreOffice installation in another machine with Debian 12.5, the mentioned file is present at: /usr/lib/libreoffice/
To do only a quick test, in the FreeBSD I copied the files from the original location to the location found in Debian:

sudo mkdir /usr/lib/libreoffice
sudo cp -R /usr/local/lib/libreoffice/program/* /usr/lib/libreoffice/

And the same error. I defined:

LD_LIBRARY_PATH=/usr/local/lib/libreoffice/program
LD_LIBRARY_PATH_RPATH=Y
LD_PRELOAD=/usr/local/lib/libreoffice/program

And the same error appeared again. Added the above three lines to /usr/local/bin/soffice
before the last line, the error repeated.
I tried to install LibreOffice using ports but fails with many missing dependencies. Thanks in advance

Cross-posted: Libreoffice present libraries not found | The FreeBSD Forums

You have to ask the distro package maintainer (in this case, it’s currently fluffy@FreeBSD.org). And their bug tracker is likely where you have to raise the problem.