tp4a / teleport

Teleport是一款简单易用的堡垒机系统。
https://tp4a.com
Apache License 2.0
1.18k stars 332 forks source link

ubuntu22.04部署teleport,web服务无法工作 #317

Open 58823136 opened 11 months ago

58823136 commented 11 months ago

Ubuntu新版本中升级了系统库libffi,版本为8,按teleport官方文档操作不好使了。 以下是解决方案: 从这里下载 19.10 版本的软件包 https://mirrors.edge.kernel.org/ubuntu/pool/main/libf/libffi/libffi6_3.2.1-8_amd64.deb 然后安装: apt install ./libffi6_3.2.1-8_amd64.deb

yolandagl commented 2 months ago

请问解决了吗?我也遇到了web服务起不来