詳細(xì)介紹CentOS emesene使用系統(tǒng)編譯安裝
CentOS emesene使用經(jīng)過(guò)長(zhǎng)時(shí)間的發(fā)展,這里我發(fā)表一下個(gè)人理解,下面就這就來(lái)講術(shù)CentOS emesene使用CentOS Linux和與之對(duì)應(yīng)版本號(hào)的RHEL發(fā)行版具有軟件包級(jí)別的二進(jìn)制兼容性,即某個(gè)RPM軟件包如果可以安裝運(yùn)行在RHEL產(chǎn)品中,就可以正常地安裝運(yùn)行在對(duì)應(yīng)版本的CentOS Linux中。。CentOS emesene使用 -1.0.1
看來(lái)這個(gè)linux真的很麻煩,要不是有互聯(lián)網(wǎng)和google,對(duì)于我這個(gè)菜鳥(niǎo)來(lái)說(shuō),真的搞不定了
下載了一個(gè)CentOS emesene使用-1.0.1,準(zhǔn)備試一下msn吧,下載的emesene-1.0.1.tar.gz文件,解壓,到docs文件夾找到INSTALL,
or on linux:
./emesene
我就去執(zhí)行,結(jié)果提示:
[root@localhost emesene-1.0.1]# root
bash: root: command not found還是上google吧,
參考:http://www.songzi.org/blog/article.asp?id=666
I undestand the problem. You have to edit the Controller.py file (is in the emesene root folder).
Find and comment or delete the next lines:
if os.name == 'posix' and os.getuid() == 0:
print "I refuse to run as root"
return
Save the file.
其實(shí)也不用刪除,把這三行前面加上注釋就好了:
# if os.name == 'posix' and os.getuid() == 0:
# print "I refuse to run as root"
# return
再執(zhí)行 "./emesene ",ok。
Tag標(biāo)簽: CentOS emesene使用
【編輯推薦】