Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jan 2023 09:09:58 +0000
From:      bugzilla-noreply@freebsd.org
To:        office@FreeBSD.org
Subject:   [Bug 268652] Qt5:  Some apps fails to start after upgrading to 5.15.8
Message-ID:  <bug-268652-25061-ApBOhPMucu@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-268652-25061@https.bugs.freebsd.org/bugzilla/>
References:  <bug-268652-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=3D268652

--- 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=20=20=20=20=20
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/loc=
al/lib/e2fsprogs:/usr/local/lib/gcc10:/usr/local/lib/gcc12:/usr/local/lib/g=
raphviz:/usr/local/lib/libgig:/usr/local/lib/linuxsampler:/usr/local/lib/my=
sql:/usr/local/lib/mysql/plugin:/usr/local/lib/opencollada:/usr/local/lib/p=
erl5/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/l=
lvm15/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=3D"/usr/lib/compat ${_localbase}/l=
ib
${_localbase}/lib/compat/pkg"
/etc/rc.d/ldconfig:31:=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
ldconfig_paths=3D"${ldconfig_paths} `cat ${_files} | sort -u`"
/etc/rc.d/ldconfig:35:          for i in ${ldconfig_paths} /etc/ld-elf.so.c=
onf;
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.

--=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-268652-25061-ApBOhPMucu>