安装了tcllib(用于globus-personal connect),但找不到它

时间:2019-02-16 02:18:26

标签: tcl debian-stretch globus-toolkit

我正在使用Debain拉伸机。从globus网站下载了./globusconnectpersonal之后,我尝试运行它,并返回了短语

my@cpu:~/script/globusconnectpersonal-2.3.6$ ./globusconnectpersonal
Tcllib not found.
The Globus Connect Personal GUI requires Tcllib.
Please install Tcllib using your distributions package management system.
On Debian based systems (e.g. Ubunutu):
  apt-get install tcllib
On Redhat based systems (e.g. CentOS, Fedora):
  yum install tcllib
 Note: if you encounter an error about tcllib not being
 available, it can be found here and installed manually:
 http://www.tcl.tk/software/tcllib/
You may also run Globus Connect Personal in CLI mode.
Please use the -help option or visit http://globus.org/globus-connect-personal/
for more information.

所以我运行了apt-get install tcllib,但是我收到了同样的消息。这很奇怪,原因有两个。首先,这是一些输出,我可以检查是否下载了它。

my@cpu:~$ dpkg -l | grep tcl
ii  libtcl8.6:amd64                               8.6.6+dfsg-1+b1                             amd64        Tcl (the Tool Command Language) v8.6 - run-time library files
ii  tcl                                           8.6.0+9                                     amd64        Tool Command Language (default version) - shell
ii  tcl-dev:amd64                                 8.6.0+9                                     amd64        Tool Command Language (default version) - development files
ii  tcl8.6                                        8.6.6+dfsg-1+b1                             amd64        Tcl (the Tool Command Language) v8.6 - shell
ii  tcl8.6-dev:amd64                              8.6.6+dfsg-1+b1                             amd64        Tcl (the Tool Command Language) v8.6 - development files
ii  tcllib                                        1.18-dfsg-3                                 all          Standard Tcl Library
ii  tcllib-critcl:amd64                           1.18-dfsg-3                                 amd64        Standard Tcl Library (CriTcl accelerators)

my@cpu:~$ whereis tcllib
tcllib: 

那到底是怎么回事?我需要更改路径或其他内容以便笔记本电脑识别吗?

0 个答案:

没有答案