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 ...
- 09-13-2010 #1Just 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
- 09-14-2010 #2Linux Guru
- 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!
- 09-14-2010 #3Just Joined!
- Join Date
- Sep 2010
- Posts
- 38


Reply With Quote
