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

XRDP安装失败 #36

Open sunzehui opened 2 years ago

sunzehui commented 2 years ago

大佬,看一下吧 checking sys/prctl.h presence... yes checking for sys/prctl.h... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: error: cannot find input file: `common/Makefile.in' 编译条件已满足! 开始编译源码...

make: No targets specified and no makefile found. Stop. make: No rule to make target `install'. Stop. Failed to start xrdp.service: Unit not found.

XRDP安装失败! 请检查上面的日志。 欢迎您在https://github.com/Har-Kuun/OneClickDesktop/issues这里提交错误报告,以便我修复脚本。 谢谢!

sunzehui commented 2 years ago

执行

 autoheader \
    && aclocal \
    && libtoolize --ltdl --copy --force \
    && automake --add-missing --copy \
    && autoconf \
    && ./configure

Package libxslt-1.1.28-6.el7.x86_64 already installed and latest version Package perl-libxml-perl-0.08-19.el7.noarch already installed and latest version Package 1:xorg-x11-font-utils-7.5-21.el7.x86_64 already installed and latest version Package xmlto-tex-0.0.25-7.el7.noarch already installed and latest version Nothing to do

开始编译安装xrdp... fatal: destination path 'xrdp' already exists and is not an empty directory. OneClickDesktop_zh-CN.sh: line 713: ./bootstrap: No such file or directory OneClickDesktop_zh-CN.sh: line 714: ./configure: No such file or directory

依赖环境缺失。 请核查日志,安装必要的依赖环境,并再次运行此脚本。 欢迎您在https://github.com/Har-Kuun/OneClickDesktop/issues这里提交错误报告,以便我修复脚本。 谢谢!

pubshare2 commented 2 years ago

我的报错跟你一楼的一样,不知道怎么解决