-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error while loading shared libraries: libtaos.so.1 #475
Comments
Could you provide more information about this error? Like your operation (start taosd?), error information displayed on the screen? Have you installed taosd before and this time you installed a new version? |
有人解决嘛 |
|
[rust]# rpm -q tdengine CENTOS_MANTISBT_PROJECT="CentOS-7" [rust]# cat /proc/version CENTOS_MANTISBT_PROJECT="CentOS-7" |
在上述环境下,按照rust的example里的Readme里写的命令执行,出现这个错误。 |
您在/usr/local/taos/driver/ 下面能找到类似 libtaos.so.1.6.3.0 以及在/usr/lib/下面能找到libtaos.so.1 (会软连接到/usr/local/taos/driver/下面的那个libtaos.so) 和 libtaos.so 这个文件吗? |
# find . -name libtaos.so* |
那您看看libtaos.so.1 的软连接是否正确连接到了最下面的libtaosso.1.6.3.0? |
是的
|
你们ci用的啥环境 |
ubuntu 和centos 都用。通常这个动态库是libtaos.so 软连接到libtaos.so.1, libtaos.so.1 软连接到 /usr/local/taos/driver/libtaos.so.1.6... 现在您的动态库文件存在,那就是找不到了。您可以参考一下这个添加路径https://github.com/taosdata/TDengine/issues/484 |
os: centos7
version: taos-1.6.1.7-linux-2019-08-22-17-35.tar.gz (3.0M)
The text was updated successfully, but these errors were encountered: