modelbox-ai / modelbox

A high performance, high expansion, easy to use framework for AI application. 为AI应用的开发者提供一套统一的高性能、易用的编程框架,快速基于AI全栈服务、开发跨端边云的AI行业应用,支持GPU,NPU加速。
https://modelbox-ai.com
Apache License 2.0
133 stars 38 forks source link

运行获取函数地址报错 undefined symbol: DriverDescription #378

Open CheungChingChuen opened 5 months ago

CheungChingChuen commented 5 months ago

在提交BUG之前,请阅读帮助文档的FAQ,或在现有issue中搜索是否有类似问题。
Before submitting a bug, please read the FAQ of the help documentation, or search for similar issues in existing issues.

运行环境信息 | System information (请提供足够详细的信息 | Please provide as much relevant information as possible)

描述问题 | Describe the current behavior:

期望的行为 | Describe the expected behavior:

重现步骤描述 | Standalone code to reproduce the issue:

提供具体重现问题的步骤,如果可能,提供相关的截图信息,日志信息。
Provide a reproducible test case that is the bare minimum necessary to replicate the problem.

日志信息 | Logs

收集ModelBox的运行日志,路径为/var/log/modelbox Please Provide modleobx logs, log path /var/log/modelbox

其他信息 | Other Info.

[2024-03-01 19:24:49.205][ WARN][ driver.cc:1112] /usr/local/lib/libmodelbox-common-cpu-iam_auth.so : dlsym DriverDescription failed, /usr/local/lib/libmodelbox-common-cpu-iam_auth.so: undefined symbol: DriverDescription [2024-03-01 19:24:49.208][ WARN][ driver.cc:1112] /usr/local/lib/libmodelbox-drivers-common-filerequester.so.1.0.0 : dlsym DriverDescription failed, /usr/local/lib/libmodelbox-drivers-common-filerequester.so.1.0.0: undefined symbol: DriverDescription

加载动态库获取函数地址报错,函数是内置,编译也是按照开发手册。虽然不影响构建运行flow

pymumu commented 5 months ago

这个没关系,只有功能单元才有DriverDescription