We had same problem with TRex v3.06 on
clean Debian
12 (
./_t-rex-64: so/x86_64/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by /lib/x86_64-linux-gnu/libicuuc.so.72)).
Quick but a bit dirty fix is to replace TRex's libstdc++ library with system
libstdc++ library. I tried setting PATH environment variable but it didn't work. You can, however, create a symlink with this command:
ln -s /usr/lib/x86_64-linux-gnu/libstdc++.so.6 /opt/trex/v3.06/so/x86_64/libstdc++.so.6
It fixed the issue and we didn't notice problems yet (in STL and ASTF mode).
Dne čtvrtek 19. září 2024 v 11:42:49 UTC+2 uživatel Haklat haklat napsal: