bammv / sguil

Sguil client for NSM
GNU General Public License v3.0
213 stars 72 forks source link

Ubuntu prerequisites #62

Open dagelf opened 6 months ago

dagelf commented 6 months ago

Can probably add this to the docs somewhere: apt-get install -y tcl mysqltcl tcllib tclx tcl-tls

dagelf commented 6 months ago

Tested working all the way back to 12.04...

docker run --rm -v `pwd`:/root -ti ubuntu:22.04 bash -c "apt-get update && apt-get install -y tcl mysqltcl tcllib tclx tcl-tls && cd /root/server && ./sguild || bash" 
dagelf commented 6 months ago

If you're in anaconda or miniconda environment it overrides tcl which makes this fail with:

$ server/sguild 
ERROR: The mysqltcl extension does NOT appear to be installed on this sysem.
Download it at http://www.xdobry.de/mysqltcl/
SGUILD: Exiting...