2008年8月28日 星期四

安裝 hostserv 失敗

hostserv 是一個 irc chat 其中一項命令,主要是加強管理 irc 伺服器與用戶端之間的溝通以及保護用戶的身份。
假使使用 gaim 網路即時通就沒有
/msg hostserv
這項命令可以使用了。其它像是 IrcII、irssi 之類的 irc client 就不曉得是否已經內含此命令,測試的方法就是在輸入區鍵入:
/msg hostserv help
就可以知道有沒有這套命令。

因為使用的 irc client 是 gaim,在內建上似乎找不到 hostserv 命令可以用,就下「hostserv」關鍵字搜尋找到 hostserv socure package,然而在這個說明網頁上小弟迷糊了,原因就是出在編譯(make)成二位元時出錯,錯誤原因像是 xx 「count」資料錯誤之類的...我想會不會是檔案裡頭的 dbconvert.cpp 這個檔案問題。

但是我最主要的疑惑是在網頁上的這段話

Configuration
Currently the only way of configuring HostServ is done by editing the sourcecode. Therefore knowledge of C-Syntax could be an advantage :-)
The code segment i am referring to is part of main.cpp. It looks like this:

我把它解讀成在資料夾中找到 main.cpp 然後在檔案裡頭添加以下字串(?)
procserv::PSInetHostAddress addr ="localhost";
tpport_t port = 6667;
const string hostservName = "HostServ.ln";
const string remotePassword = "password";
const string hostservNick = "HostServ";
const string hostservIdent = "service";
const string hostservAddress = "irc.lan";
const string hostservRealname = "HostServ 0.0.1";
const string hostservModes = "O";
const string serverDescription = "HostServ 0.0.1";

但是我不清楚是貼在哪,我就測試性的貼在結尾 ; 與 } 之間,並且儲存。然後就下
$./configure --enable--hybrid-support
這裡沒問題,但是 make 有錯誤。

好吧!明天在繼續