Results 1 to 4 of 4
Dear Linux users.
I am trying to install torque-3.0.0 in Redhat Enterprise Linux 5.5
But when I try to configure using the command
./configure --with-tclx --enable-gui I have been getting ...
- 01-02-2011 #1Just Joined!
- Join Date
- Dec 2006
- Posts
- 4
PBS Installation issue with GUI in Redhat
Dear Linux users.
I am trying to install torque-3.0.0 in Redhat Enterprise Linux 5.5
But when I try to configure using the command
./configure --with-tclx --enable-gui I have been getting the following error.
checking for Tcl configuration... none
configure: Tcl support disabled
configure: Tk support disabled
checking whether to include the GUI-clients... configure: error: cannot build GUI without Tk library
Kindly advice how can resolve this issue.
- 01-02-2011 #2Seems you need the Tk library. Search in your package manager for the tcl/tk dev files. Not sure what the package name would be in RHEL.error: cannot build GUI without Tk library
- 01-02-2011 #3Just Joined!
- Join Date
- Dec 2006
- Posts
- 4
This problem has fixed by the following way
tar -xzvf torque-3.0.0.tar.gz
yum install tk-devel
yum install tclx
./configure --with-tcl --enable-gui
make
make install
- 01-03-2011 #4
In fact, torque is in the EPEL repo
EPEL - FedoraProject
and could also be installed with yum after configuring that repo. Current version there is 2.3.13, though.


Reply With Quote