问题
when I build Apache and PHP on Arch Linux the programs becomes out dated after some updates showing messages like for example 'libicui18n.so.64: cannot open shared object file: No such file or directory' because libicui18n.so.64 is now upgraded to libicui18n.so.65, which I solve this issue by rebuilding the programs again.
My concern is there a away to link a program to library generic module like 'libicui18n.so' instead of 'libicui18n.so.64' so when upgrade the programs keep working.
来源:https://stackoverflow.com/questions/59039811/how-to-build-c-programs-to-link-generic-version-independednt-library-modules