For packagers doesn't want to build old icuXX:
-
Try patchelf --replace-needed 1st.
-
Try replacing bundled Qt libs. You man need to drop version of Qt from symbol of bin.
-
Rename symbol of bin (no reasonable way?).
-
Ask me.
It seems replacing symbols of bin is better than this package. This pkg provies symbols seen in nm -D libicu*.so|grep " [TRD] ". Is it safe?
Pinned Comments
oech3 commented on 2025-04-13 23:35 (UTC) (edited on 2025-04-21 10:16 (UTC) by oech3)
For packagers doesn't want to build old icuXX:
Try patchelf --replace-needed 1st.
Try replacing bundled Qt libs. You man need to drop version of Qt from symbol of bin.
Rename symbol of bin (no reasonable way?).
Ask me.
It seems replacing symbols of bin is better than this package. This pkg provies symbols seen in nm -D libicu*.so|grep " [TRD] ". Is it safe?