Unix版 - Install GNU screen on UNIX w/o being super user |
|
|
|
|
|
i*****f 发帖数: 578 | 1 Hi!
I wanted to install GNU screen on the university's UNIX server, on which I
obviously don't have super user permission.
this is what i did:
I configure with option --prefix=$HOME/root, where I have w/r/x permissions.
I then make the sources.
Until now everything is fine.
When I make install, it exited with error (exit 4). The log is as follows:
##################################################
if [ -d /usr/lib/terminfo ]; then PATH="$PATH:/usr/5bin" tic ./terminfo/
screeninfo.src; chmod 64 | f*******e 发帖数: 65 | 2 你可以在自己的家目录下建一个.terminfo/s/目录,试试吧,另外再在自己的家目录下
建一个bin目录,configure的时候指定--prefix到这个目录
permissions.
【在 i*****f 的大作中提到】 : Hi! : I wanted to install GNU screen on the university's UNIX server, on which I : obviously don't have super user permission. : this is what i did: : I configure with option --prefix=$HOME/root, where I have w/r/x permissions. : I then make the sources. : Until now everything is fine. : When I make install, it exited with error (exit 4). The log is as follows: : ################################################## : if [ -d /usr/lib/terminfo ]; then PATH="$PATH:/usr/5bin" tic ./terminfo/
|
|
|
|
|
|
|