Guest User

Untitled

a guest
Feb 15th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. my@cpu:~/script/globusconnectpersonal-2.3.6$ ./globusconnectpersonal
  2. Tcllib not found.
  3. The Globus Connect Personal GUI requires Tcllib.
  4. Please install Tcllib using your distributions package management system.
  5. On Debian based systems (e.g. Ubunutu):
  6. apt-get install tcllib
  7. On Redhat based systems (e.g. CentOS, Fedora):
  8. yum install tcllib
  9. Note: if you encounter an error about tcllib not being
  10. available, it can be found here and installed manually:
  11. http://www.tcl.tk/software/tcllib/
  12. You may also run Globus Connect Personal in CLI mode.
  13. Please use the -help option or visit http://globus.org/globus-connect-personal/
  14. for more information.
  15.  
  16. my@cpu:~$ dpkg -l | grep tcl
  17. ii libtcl8.6:amd64 8.6.6+dfsg-1+b1 amd64 Tcl (the Tool Command Language) v8.6 - run-time library files
  18. ii tcl 8.6.0+9 amd64 Tool Command Language (default version) - shell
  19. ii tcl-dev:amd64 8.6.0+9 amd64 Tool Command Language (default version) - development files
  20. ii tcl8.6 8.6.6+dfsg-1+b1 amd64 Tcl (the Tool Command Language) v8.6 - shell
  21. ii tcl8.6-dev:amd64 8.6.6+dfsg-1+b1 amd64 Tcl (the Tool Command Language) v8.6 - development files
  22. ii tcllib 1.18-dfsg-3 all Standard Tcl Library
  23. ii tcllib-critcl:amd64 1.18-dfsg-3 amd64 Standard Tcl Library (CriTcl accelerators)
  24.  
  25. my@cpu:~$ whereis tcllib
  26. tcllib:
Add Comment
Please, Sign In to add comment