How to build C programs to link generic (version independednt) library modules

大憨熊 提交于 2020-01-25 03:09:29

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!