happyfish100 / libfastcommon

c common functions library extracted from my open source project FastDFS. this library is very simple and stable. functions including: string, logger, chain, hash, socket, ini file reader, base64 encode / decode, url encode / decode, fast timer, skiplist, object pool etc. detail info please see the c header files.
http://bbs.chinaunix.net/forum-240-1.html
GNU Lesser General Public License v3.0
900 stars 529 forks source link

重启fastdfs报错fdfs_trackerd: Symbol `g_log_context' has different size in shared object, consider re-linking #22

Open LkaiGH opened 5 years ago

LkaiGH commented 5 years ago

网上说是libfastcommon跟fastdfs服务版本不匹配,我用libfastcommon最新版本编译了一边还是这个问题,请教大神

happyfish100 commented 5 years ago

若出现libfastcommon版本不匹配问题,请执行如下命令:/bin/rm -rf /usr/local/lib/libfastcommon.so /usr/local/include/fastcommon。