happyfish100 / libshmcache

libshmcache is a local cache in the share memory for multi processes. high performance due to read is lockless. libshmcache is 100+ times faster than a remote interface such as redis.
449 stars 136 forks source link

undefined symbol: iniAnnotationFreeValues #28

Open jasonhe88 opened 4 years ago

jasonhe88 commented 4 years ago

最近对libshmcache更新,发现运行时报错,各版本号如下:

Centos 7 libfastcommon: 1.0.43 libshmcache: 1.0.7

按照INSTALL编译没有任何错误,在运行命令行或者PHP时报告错误

比如运行shmcache_get时, 错误信息如下:

shmcache_get: symbol lookup error: /lib/libshmcache.so: undefined symbol: iniAnnotationFreeValues