Har-Kuun / OneClickDesktop

A one-click script that installs a remote desktop environment on a Linux server with browser/RDP/VNC access.
701 stars 233 forks source link

Guacamole安装失败 #43

Open nic2013 opened 1 year ago

nic2013 commented 1 year ago

一键脚本里面下载的版本是 guacamole-server-1.2.0,https://mirrors.ocf.berkeley.edu/apache/guacamole/ 已经更新到 1.5 了,没有1.2的下载链接。Guacamole安装失败,需要修复。

ooingram commented 1 year ago

大老好像很久都不上线了,我安装 也是提示错误了。原来是这个原因, 希望尽快修复啊 --2023-03-30 09:03:32-- https://mirrors.ocf.berkeley.edu/apache/guacamole/1.2.0/source/guacamole-server-1.2.0.tar.gz Resolving mirrors.ocf.berkeley.edu (mirrors.ocf.berkeley.edu)... 169.229.200.70, 2607:f140:0:32::70 Connecting to mirrors.ocf.berkeley.edu (mirrors.ocf.berkeley.edu)|169.229.200.70|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2023-03-30 09:03:33 ERROR 404: Not Found.

tar (child): guacamole-server-1.2.0.tar.gz: Cannot open: No such file or directory tar (child): Error is not recoverable: exiting now tar: Child returned status 2 tar: Error is not recoverable: exiting now OneClickDesktop.sh: line 239: cd: /root/guacamole-server-1.2.0: No such file or directory Start building Guacamole Server from source... OneClickDesktop.sh: line 241: ./configure: No such file or directory

wssc555 commented 1 year ago

尝试将OneClickDesktop_zh-CN.sh中的两行GUACAMOLE_DOWNLOAD_LINK="https://mirrors.ocf.berkeley.edu/apache/guacamole/1.2.0/source/guacamole-server-1.2.0.tar.gz" GUACAMOLE_VERSION="1.2.0" 修改为GUACAMOLE_DOWNLOAD_LINK="https://mirrors.ocf.berkeley.edu/apache/guacamole/1.2.0/source/guacamole-server-1.5.0.tar.gz" GUACAMOLE_VERSION="1.5.0",因为这个镜像地址下的guacamole版本没有1.2.0了

1746705990 commented 1 year ago

https://mirrors.ocf.berkeley.edu/apache/guacamole/1.5.2/source/guacamole-server-1.5.2.tar.gz

nic2013 commented 1 year ago

尝试将OneClickDesktop_zh-CN.sh中的两行GUACAMOLE_DOWNLOAD_LINK="https://mirrors.ocf.berkeley.edu/apache/guacamole/1.2.0/source/guacamole-server-1.2.0.tar.gz" GUACAMOLE_VERSION="1.2.0" 修改为GUACAMOLE_DOWNLOAD_LINK="https://mirrors.ocf.berkeley.edu/apache/guacamole/1.2.0/source/guacamole-server-1.5.0.tar.gz" GUACAMOLE_VERSION="1.5.0",因为这个镜像地址下的guacamole版本没有1.2.0了

改了 1.5.2 和 1.5.3 安装失败。configure: error:

You are building against a development version of FreeRDP. Non-release versions of FreeRDP may have differences in behavior that are impossible to check for at build time. This may result in memory leaks or other strange behavior.

PLEASE USE A RELEASED VERSION OF FREERDP IF POSSIBLE

If you are ABSOLUTELY CERTAIN that building against this version of FreeRDP is OK, rerun configure with the --enable-allow-freerdp-snapshots

依赖环境缺失。

love5461 commented 1 month ago

https://github.com/love5461/ontime/blob/main/README.md 看这里、