[GH-ISSUE #208] 缺少libodbc.so.2不能运行 #112

Open
opened 2026-02-28 00:38:44 +03:00 by kerem · 1 comment
Owner

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也是一个数据库驱动吧,能不能也打包到二进制文件里?

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也是一个数据库驱动吧,能不能也打包到二进制文件里?
Author
Owner

@team-ide commented on GitHub (Sep 26, 2025):

odbc的依赖是无法打包到主程序中的,工具中数据库支持 odbc 连接自己的数据库,所有环境依赖需要

<!-- gh-comment-id:3336524159 --> @team-ide commented on GitHub (Sep 26, 2025): odbc的依赖是无法打包到主程序中的,工具中数据库支持 odbc 连接自己的数据库,所有环境依赖需要
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/teamide-team-ide#112
No description provided.