安裝xrdp的問題 - Linux

Agnes avatar
By Agnes
at 2009-05-12T08:49

Table of Contents

也要安裝 tightvncserver
sudo apt-get install tightvncserver
但是我的問題卻是
連進去,鍵盤輸入的字,出現問題
例如:打s,出現b
※ 引述《hunterfish (可愛的阿宏)》之銘言:
: 搜尋到這邊...我才想到
: 有人灌xrdp成功的嗎?
: 我安裝方法也和上面累似
: 還有加灌libpam0g-dev,libcurl4-openssl-dev這兩個套件
: 不過還是出現以下的錯誤訊息
: connecting to sesman ip 127.0.0.1 port 3350
: sesman connect ok
: sending login info to sesman
: login successful for display 10
: started connecting
: connecting to 127.0.0.1 5910
: error-problem connecting
: 有人知道這要怎麼解決嗎?
: 謝謝!
: ※ 引述《PHANTOMAN (源)》之銘言:
: : 小弟使用的系統是Kubuntu,想要安裝xrdp,參考的網頁是
: : http://www.lccnet.com.tw/commercial/e-paper/200707/content_06_linux.asp
: : 先安裝gcc
: : sudo apt-get install build-essential
: : 然後照著他的作法作要安裝rdesktop 1.5.0
: : 但是在 ./configure 後出現
: : Couldn't find your OpenSSL library installation dir
: : Use --with-openssl option to fix this problem
: : 但是小弟的openssl查過已經經過update,所以是最新版,在之後的make上出現
: : make: *** No targets specified and no makefile found. Stop.
: : 以及make install 出現
: : make: *** No rule to make target `install'. Stop.
: : 想知道發生了什麼樣的問題,希望大大可以幫小弟解決一下,感激感激
: : 資料內容是
: : bitmap.c disk.c orders.c rdesktop.spec seamless.h
: : bootstrap disk.h orders.h rdp5.c secure.c
: : cache.c doc parallel.c rdp.c serial.c
: : channels.c ewmhints.c parse.h rdpdr.c tcp.c
: : cliprdr.c install-sh printer.c rdpsnd.c types.h
: : config.guess iso.c printercache.c rdpsnd_libao.c xclip.c
: : config.log keymaps proto.h rdpsnd_oss.c xkeymap.c
: : config.sub licence.c proto.head rdpsnd_sgi.c xproto.h
: : configure lspci.c proto.tail rdpsnd_sun.c xwin.c
: : configure.ac Makefile.in pstcache.c README
: : constants.h mcs.c rdesktop.c scancodes.h
: : COPYING mppc.c rdesktop.h seamless.c
: : 安裝rdesktop還沒安裝完,所以xrdp也還沒有進展,謝謝大家看完這篇文章。

--
Tags: Linux

All Comments

Re: 請問mdv2009.1的音效及終端機模擬程式

Enid avatar
By Enid
at 2009-05-11T22:02
※ 引述《Hunter.bbsatbbs.sayya.org (無)》之銘言: : 請問諸位先進, : 我裝了mdv2009.1之後,發現幾個問題希望諸位能幫忙, : 1.音效卡無作用,我的音效卡是Creative SB Live!, : mdv2009.1用的驅動程式是snd_emu10 ...

DRBL與Clonezilla「集中管理環境」基礎課程

Joseph avatar
By Joseph
at 2009-05-11T21:20
若有違反板規再麻煩板主告知! 因應分散式計算環境而發展出來的 DRBL 及 Clonezilla 即將在台中開課了! 參考網址: http://0rz.tw/QdVt5 課程名稱: DRBL與Clonezilla「集中管理環境」基礎課程 上課地點: 台中 (台中市科園路22號 國網中心中部事 ...

picasa 3 不能import NTFS磁區

Necoo avatar
By Necoo
at 2009-05-11T10:44
我的電腦上目前只有Ubuntu是安裝在ext3,其他資料都是放在NTFS磁區。 安裝了最新的picasa 3之後,發現不能import NTFS磁區的資料夾.... 選擇資料夾的視窗只讓我選擇/下面的檔案..... google了一下,國外論壇好像很多老外也遇到這樣的問題,但是沒有解答, 有人知道要怎麼設定 ...

fedora 10 捉不到 asus vw192s+ monitor

Carolina Franco avatar
By Carolina Franco
at 2009-05-11T02:41
hello 我新買電腦, monitor 是 asus vw192s+ LCD 19 吋 顯卡是 asus 4670 512M 的 安裝 fedora 10 後無法偵側螢幕,所以無法開 X windows 不知有無方法可解 此外,要在哪才看得到 fedora 10 的硬體相容 - ...

signal handler可被中斷嗎?

Bethany avatar
By Bethany
at 2009-05-11T00:55
在做關於touch screen的實驗, 卻發生想不通的情況。 我用signal(SIGIO, signal_handler)來註冊, 應該是碰一下touch screen就會進入signal_handler, 問題在於,常常碰一下卻進入了兩次, 我在signal_handler的最後寫了sleep ...