Serving
Serving copied to clipboard
undefined symbol: _dl_sym, version GLIBC_PRIVATE
/root/anaconda3/envs/py39/lib/python3.9/site-packages/paddle_serving_server/serving-cpu-avx-mkl-0.9.0/serving: symbol lookup error: /root/anaconda3/envs/py39/lib/python3.9/site-packages/paddle_serving_server/serving-cpu-avx-mkl-0.9.0/serving: undefined symbol: _dl_sym, version GLIBC_PRIVATE
PaddleDetection+Serving+CPU版本部署时,运行的时候出现如上的提示,请问是ubuntu22.04里边的glibc版本过高,还是什么原因? 如是版本原因,请问需要安装glibc的哪个版本,谢谢
Message that will be displayed on users' first issue
另外看示范文档里边提到这两行:
设置prototxt
文件路径为serving_client/serving_client_conf.prototxt
设置fetch
为fetch=["multiclass_nms3_0.tmp_0"])
这个prototxt和fetch分别在哪个文件去设置?谢谢
看着是GLIBC的版本不匹配,尝试使用一下Serving提供的镜像呢