Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu prerequisites #62

Open
dagelf opened this issue Mar 19, 2024 · 2 comments
Open

Ubuntu prerequisites #62

dagelf opened this issue Mar 19, 2024 · 2 comments

Comments

@dagelf
Copy link

dagelf commented Mar 19, 2024

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

@dagelf
Copy link
Author

dagelf commented Mar 19, 2024

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
Copy link
Author

dagelf commented Mar 19, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant