請問xrdp編譯的問題 - Linux

Table of Contents

我是使用kali linux但是想在上面裝xrdp 0.6.1
但編譯的時候出現以下訊息,想請問這要如何解?

checking for openssl/rc4.h... yes
checking security/pam_appl.h usability... yes
checking security/pam_appl.h presence... yes
checking for security/pam_appl.h... yes
./configure: line 10816: syntax error near unexpected token `FREERDP,'
./configure: line 10816: ` PKG_CHECK_MODULES(FREERDP, freerdp >= 0.8.1)'

先感謝各位幫忙~~G

--

All Comments

Michael avatarMichael2014-12-31
直接裝xrdp就好啦,後面error跟freerdp有關
Daph Bay avatarDaph Bay2015-01-02
少裝了 pkg-config 或是需要重跑 autoreconf
Jack avatarJack2015-01-05
不過我直接下apt-get install xrdp的回應是找不到@@