[Bug 268652] Qt5: Some apps fails to start after upgrading to 5.15.8
Date: Thu, 26 Jan 2023 09:09:58 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268652 --- Comment #58 from Tomoaki AOKI <junchoon@dec.sakura.ne.jp> --- (In reply to Tatsuki Makino from comment #57) Well, /var/run/ld-elf.so.hints contains below. % strings /var/run/ld-elf.so.hints Ehnt /lib:/usr/lib:/usr/lib/compat:/usr/local/lib:/usr/local/lib/compat/pkg:/usr/local/lib/alsa-lib:/usr/local/lib/carla:/usr/local/lib/chaiscript:/usr/local/lib/e2fsprogs:/usr/local/lib/gcc10:/usr/local/lib/gcc12:/usr/local/lib/graphviz:/usr/local/lib/libgig:/usr/local/lib/linuxsampler:/usr/local/lib/mysql:/usr/local/lib/mysql/plugin:/usr/local/lib/opencollada:/usr/local/lib/perl5/5.32/mach/CORE:/usr/local/lib/qt5:/usr/local/lib/samba4:/usr/local/lib/signon:/usr/local/lib/signon/extensions:/usr/local/llvm13/lib:/usr/local/llvm15/lib:/usr/local/share/chromium:/usr/local/share/code-oss /usr/local/lib/qt5 is included, but /usr/local/lib/qt5/plugins doesn't. This would be generated by /etc/rc.d/ldconfig. % grep -r -n "ldconfig_paths" /etc/ /etc/defaults/rc.conf:671:ldconfig_paths="/usr/lib/compat ${_localbase}/lib ${_localbase}/lib/compat/pkg" /etc/rc.d/ldconfig:31: ldconfig_paths="${ldconfig_paths} `cat ${_files} | sort -u`" /etc/rc.d/ldconfig:35: for i in ${ldconfig_paths} /etc/ld-elf.so.conf; do /etc/ld-elf.so.conf does not exist. % grep -r -n "ldconfig_paths" /usr/local/etc/ showed nothing. Error outputs (permission) are omitted. PATH environment variable doesn't contain any library paths. -- You are receiving this mail because: You are on the CC list for the bug.