Find the answer to your Linux question:
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 ...
  1. #1
    Just Joined!
    Join Date
    Dec 2006
    Posts
    4

    Unhappy 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.

  2. #2
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    error: cannot build GUI without Tk library
    Seems 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.

  3. #3
    Just 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

  4. #4
    Linux Enthusiast Mudgen's Avatar
    Join Date
    Feb 2007
    Location
    Virginia
    Posts
    623
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...