mirror of
https://github.com/team-ide/teamide.git
synced 2026-04-27 03:25:49 +03:00
[GH-ISSUE #208] 缺少libodbc.so.2不能运行 #112
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/teamide-team-ide#112
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sx98083714 on GitHub (Sep 19, 2025).
Original GitHub issue: https://github.com/team-ide/teamide/issues/208
执行启动命令后,发现服务一直没启动起来,看日志发现是缺少libodbc.so.2,执行apt install unixodbc-dev安装后正常运行:
./teamide: error while loading shared libraries: libodbc.so.2: cannot open shared object file: No such file or directory
libodbc.so.2也是一个数据库驱动吧,能不能也打包到二进制文件里?
@team-ide commented on GitHub (Sep 26, 2025):
odbc的依赖是无法打包到主程序中的,工具中数据库支持 odbc 连接自己的数据库,所有环境依赖需要