Find the answer to your Linux question:
Results 1 to 3 of 3
I am trying to stand up an IDS box based on RHEL 5. When I issue the command ./sguild I get the following response: ERROR: This version of TCL was ...
  1. #1
    Just Joined!
    Join Date
    Sep 2010
    Posts
    38

    Non-Threading TCL?

    I am trying to stand up an IDS box based on RHEL 5.

    When I issue the command ./sguild I get the following response:

    ERROR: This version of TCL was compiled with threading enabled. Sguil is not compatible with threading.
    SGUILD: Exiting.

    Ideas?

    Thanks,

    Ray

  2. #2
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    Which version of Sguil are you running? If the current version (0.7.0) is what you are running, then you will need to use another TCL engine to work with it. In which case, you will probably need to build TCL from source and disable threading, then install it somewhere other than the standard system directories (/usr/... or /usr/local/...). There may be some environment variables that Sguil uses to determine which TCL engine and libraries to use - don't know since I haven't run it, or you may have to write a shell script that sets your PATH and LD_LIBRARY_PATH environment variables appropriately before starting Sguil.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  3. #3
    Just Joined!
    Join Date
    Sep 2010
    Posts
    38
    Quote Originally Posted by Rubberman View Post
    Which version of Sguil are you running? If the current version (0.7.0) is what you are running, then you will need to use another TCL engine to work with it. In which case, you will probably need to build TCL from source and disable threading, then install it somewhere other than the standard system directories (/usr/... or /usr/local/...). There may be some environment variables that Sguil uses to determine which TCL engine and libraries to use - don't know since I haven't run it, or you may have to write a shell script that sets your PATH and LD_LIBRARY_PATH environment variables appropriately before starting Sguil.
    Thanks RM. Yea, I'm using sguil 0.7.0. We will rebuild TCL for now. I have contacted the developer (Bamm). He is aware of the issues but doesn't have a solution as of yet.

    Ray

Posting Permissions

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