Use the following details to install screen
cd /usr/src
wget ftp://ftp.gnu.org/gnu/screen/screen-4.0.2.tar.gz
tar -zxvf screen-4.0.2.tar.gz
cd screen-4.0.2
./configure --prefix=/usr --with-socket-dir=/var/run/screen --with-sys-screenrc=/etc/screenrc
sed -i -e "s%/usr/local/etc/screenrc%/etc/screenrc%" {etc,doc}/*
make
make install
install -m 644 etc/etcscreenrc /etc/screenrc
Regards
Sanju Abraham
www.logicsupport.com
cd /usr/src
wget ftp://ftp.gnu.org/gnu/screen/screen-4.0.2.tar.gz
tar -zxvf screen-4.0.2.tar.gz
cd screen-4.0.2
./configure --prefix=/usr --with-socket-dir=/var/run/screen --with-sys-screenrc=/etc/screenrc
sed -i -e "s%/usr/local/etc/screenrc%/etc/screenrc%" {etc,doc}/*
make
make install
install -m 644 etc/etcscreenrc /etc/screenrc
Regards
Sanju Abraham
www.logicsupport.com