Momx
Momx
赞同
> [#1917](https://github.com/pymumu/smartdns/issues/1917) 1楼下载解压`libsmartdns_ui.so`,https://github.com/pymumu/smartdns-webui 下载解压 wwwroot。把这两样文件随便放到哪个有权文件夹里。配置文件添加对应配置参考[#1917 (comment)](https://github.com/pymumu/smartdns/issues/1917#issuecomment-2763019669) 大佬可以编译ubuntu debian系列带webui的deb包吗?用你仓库里的动态文件,起不来
> > > [#1917](https://github.com/pymumu/smartdns/issues/1917) 1楼下载解压`libsmartdns_ui.so`,https://github.com/pymumu/smartdns-webui 下载解压 wwwroot。把这两样文件随便放到哪个有权文件夹里。配置文件添加对应配置参考[#1917 (comment)](https://github.com/pymumu/smartdns/issues/1917#issuecomment-2763019669) > > > > > > 大佬可以编译ubuntu debian系列带webui的deb包吗?用你仓库里的动态文件,起不来 > > 增加了 deb打包(注:需要安装依赖 musl,但Gemini建议不要这样做,“但是,这样做可能会引入其他未知的问题,因为它不是 Debian 的标准配置。” 安装了,启动smartdns报错 [2025-09-01 22:37:56,980][ERROR][ smartdns.c:693 ] init plugin...
> > > [#1917](https://github.com/pymumu/smartdns/issues/1917) 1楼下载解压`libsmartdns_ui.so`,https://github.com/pymumu/smartdns-webui 下载解压 wwwroot。把这两样文件随便放到哪个有权文件夹里。配置文件添加对应配置参考[#1917 (comment)](https://github.com/pymumu/smartdns/issues/1917#issuecomment-2763019669) > > > > > > 大佬可以编译ubuntu debian系列带webui的deb包吗?用你仓库里的动态文件,起不来 > > 增加了 deb打包(注:需要安装依赖 musl,但Gemini建议不要这样做,“但是,这样做可能会引入其他未知的问题,因为它不是 Debian 的标准配置。” [2025-09-01 23:04:23,811][ERROR][ dns_plugin.c:201 ] load plugin /usr/local/lib/smartdns/smartdns_ui.so...
> > [2025-09-01 23:04:23,811][ERROR][ dns_plugin.c:201 ] load plugin /usr/local/lib/smartdns/smartdns_ui.so failed: Error relocating /usr/lib/libgcc_s.so.1: __cpu_indicator_init: symbol not found [2025-09-01 23:04:23,811][ERROR][ smartdns.c:693 ] init plugin failed. > > 这会儿把libgcc_s.so.1也包进去了,希望能好用 最新的好使了
> 可以自己下载代码编译 > > cd package ./build-pkg.sh --platform debian --arch x86-64 --with-ui 感谢,成功编译,这个编译的不需要musl即可启动
> > > [#1917](https://github.com/pymumu/smartdns/issues/1917) 1楼下载解压`libsmartdns_ui.so`,https://github.com/pymumu/smartdns-webui 下载解压 wwwroot。把这两样文件随便放到哪个有权文件夹里。配置文件添加对应配置参考[#1917 (comment)](https://github.com/pymumu/smartdns/issues/1917#issuecomment-2763019669) > > > > > > 大佬可以编译ubuntu debian系列带webui的deb包吗?用你仓库里的动态文件,起不来 > > 增加了 deb打包(注:需要安装依赖 musl,但Gemini建议不要这样做,“但是,这样做可能会引入其他未知的问题,因为它不是 Debian 的标准配置。” 我用豆包查了似乎musl是一个轻量库,debian,ubuntu本身有完整库,混用可能会出现问题,我用这个仓库编译带ui的似乎不需要musl包,能否优化掉这个依赖?