Displaying 2 results from an estimated 2 matches for "licudata".
2008 Feb 18
1
ldconfig -R issue (Was: Problems with icu - 3.8)
...e directory:
% ldconfig -r | head -2
/var/run/ld-elf.so.hints:
search directories:
/lib:/usr/lib:/usr/lib/compat:/usr/X11R6/lib:/usr/local/lib:/usr/local/lib/mysql:/usr/local/lib/compat/pkg
But ldconfig -R don't rescan them:
% ldconfig -R
% ldconfig -r | grep libicudata
231:-licudata.38 => /usr/X11R6/lib/libicudata.so.38
386:-licudata.38 => /usr/local/lib/libicudata.so.38
Could anybody investigate it? I have no time now.
--
Dixi.
Sem.
2023 Oct 14
3
Compiling within Samba Source-Tree
...'-lsmb-transport-samba4', '-lcli-ldap-samba4',
'-lcommon-auth-samba4', '-lnetif-samba4', '-lcli-nbt-samba4',
'-lMESSAGING-SEND-samba4', '-lcluster-samba4', '-ljansson', '-lutil',
'-lresolv', '-licuuc', '-licudata', '-licui18n', '-lldap', '-llber',
'-lz', '-ldl', '-lgnutls', '-lpthread', '-pie', '-Wl,-z,relro,-z,now',
'-Wl,-no-undefined', '-Wl,--export-dynamic']
I tried hard to understand the waf build system and f...