Pconsole: Difference between revisions
From CBLFS
Jump to navigationJump to search
Weibullguy (talk | contribs) Added page |
Weibullguy (talk | contribs) No edit summary |
||
| Line 8: | Line 8: | ||
{{Package-Introduction|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.|http://www.ka.sara.nl/home/walter/pconsole/}} | {{Package-Introduction|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.|http://www.ka.sara.nl/home/walter/pconsole/}} | ||
== Dependencies == | |||
=== Required === | |||
* [[OpenSSH]] | |||
== Non-Multilib == | == Non-Multilib == | ||
Revision as of 21:04, 6 November 2007
| Download Source: | http://www.ka.sara.nl/home/walter/pconsole/pconsole-1.0.tar.gz |
|---|
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 |