Pconsole
From CBLFS
Jump to navigationJump to searchDownload Source: | http://www.ka.sara.nl/home/walter/pconsole/pconsole-1.0.tar.gz |
---|
Contents
Introduction to Pconsole
pconsole allows you to connect to each node of your cluster simultaneously, and you can type your administrative commands in a specialized window that 'multiplies' the input to each to the connections you have opened.
Project Homepage: http://www.ka.sara.nl/home/walter/pconsole/
Dependencies
Required
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package:
make install chown root.root /usr/bin/pconsole chmod 4110 /usr/bin/pconsole
Multilib
This package does not provide any libraries so only one installation is required.
32Bit
Compile the package:
CC="gcc ${BUILD32}" ./configure --prefix=/usr && make
Install the package:
make install chown root.root /usr/bin/pconsole chmod 4110 /usr/bin/pconsole
N32
Compile the package:
CC="gcc ${BUILDN32}" ./configure --prefix=/usr \ --libdir=/usr/lib32 && make
Install the package:
make install chown root.root /usr/bin/pconsole chmod 4110 /usr/bin/pconsole
64Bit
Compile the package:
CC="gcc ${BUILD64}" ./configure --prefix=/usr \ --libdir=/usr/lib64 && make
Install the package:
make install chown root.root /usr/bin/pconsole chmod 4110 /usr/bin/pconsole
Contents
Installed Directories: | None |
---|---|
Installed Programs: | pconsole |
Installed Libraries: | None |