Globus Personal Connect: Tcllib installed, but keeps showing “tcllib not found” error The 2019 Stack Overflow Developer Survey Results Are InUnable install cmake and ccmake?Error get while installing ardupilot on virtualbox ubuntu 14.04.3Can not install pymol because I cannot install libfreetype6-devUnable to locate package mysql-servercan't upgrade or installUnable to locate package vsftpd Ubuntu 17.10Why can't I open the music player?synaptic to uninstall rainlendar-lite 2.13How to install gcj on Ubuntu 16.04
Origin of "cooter" meaning "vagina"
Is three citations per paragraph excessive for undergraduate research paper?
Can a rogue use sneak attack with weapons that have the thrown property even if they are not thrown?
Time travel alters history but people keep saying nothing's changed
Why do UK politicians seemingly ignore opinion polls on Brexit?
Deal with toxic manager when you can't quit
Is there any way to tell whether the shot is going to hit you or not?
What is the meaning of the verb "bear" in this context?
Worn-tile Scrabble
Lightning Grid - Columns and Rows?
Button changing it's text & action. Good or terrible?
Why can Shazam fly?
If a Druid sees an animal’s corpse, can they Wild Shape into that animal?
Falsification in Math vs Science
Identify boardgame from Big movie
How to notate time signature switching consistently every measure
"as much details as you can remember"
What is the most effective way of iterating a std::vector and why?
Is this app Icon Browser Safe/Legit?
What do the Banks children have against barley water?
Can one be advised by a professor who is very far away?
Delete all lines which don't have n characters before delimiter
Am I thawing this London Broil safely?
What does ひと匙 mean in this manga and has it been used colloquially?
Globus Personal Connect: Tcllib installed, but keeps showing “tcllib not found” error
The 2019 Stack Overflow Developer Survey Results Are InUnable install cmake and ccmake?Error get while installing ardupilot on virtualbox ubuntu 14.04.3Can not install pymol because I cannot install libfreetype6-devUnable to locate package mysql-servercan't upgrade or installUnable to locate package vsftpd Ubuntu 17.10Why can't I open the music player?synaptic to uninstall rainlendar-lite 2.13How to install gcj on Ubuntu 16.04
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Trying to use Globus Personal Connect on my Ubuntu 16.04, and it requires Tcllib. I have tcllib installed (the newest version), but it still says "Tcllib not found" when I try to access the Globus Connect via "./globusconnect" command.
$ sudo apt-get install tcllib
[sudo] password for usdandres:
Reading package lists... Done
Building dependency tree
Reading state information... Done
tcllib is already the newest version (1.17-dfsg-1).
0 upgraded, 0 newly installed, 0 to remove and 50 not upgraded.
$ ./globusconnect
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.
Any ideas on how to deal with this issue?
software-installation tcl
add a comment |
Trying to use Globus Personal Connect on my Ubuntu 16.04, and it requires Tcllib. I have tcllib installed (the newest version), but it still says "Tcllib not found" when I try to access the Globus Connect via "./globusconnect" command.
$ sudo apt-get install tcllib
[sudo] password for usdandres:
Reading package lists... Done
Building dependency tree
Reading state information... Done
tcllib is already the newest version (1.17-dfsg-1).
0 upgraded, 0 newly installed, 0 to remove and 50 not upgraded.
$ ./globusconnect
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.
Any ideas on how to deal with this issue?
software-installation tcl
add a comment |
Trying to use Globus Personal Connect on my Ubuntu 16.04, and it requires Tcllib. I have tcllib installed (the newest version), but it still says "Tcllib not found" when I try to access the Globus Connect via "./globusconnect" command.
$ sudo apt-get install tcllib
[sudo] password for usdandres:
Reading package lists... Done
Building dependency tree
Reading state information... Done
tcllib is already the newest version (1.17-dfsg-1).
0 upgraded, 0 newly installed, 0 to remove and 50 not upgraded.
$ ./globusconnect
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.
Any ideas on how to deal with this issue?
software-installation tcl
Trying to use Globus Personal Connect on my Ubuntu 16.04, and it requires Tcllib. I have tcllib installed (the newest version), but it still says "Tcllib not found" when I try to access the Globus Connect via "./globusconnect" command.
$ sudo apt-get install tcllib
[sudo] password for usdandres:
Reading package lists... Done
Building dependency tree
Reading state information... Done
tcllib is already the newest version (1.17-dfsg-1).
0 upgraded, 0 newly installed, 0 to remove and 50 not upgraded.
$ ./globusconnect
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.
Any ideas on how to deal with this issue?
software-installation tcl
software-installation tcl
edited Feb 4 at 9:59
Kulfy
5,11151844
5,11151844
asked Feb 4 at 1:46
UsDAnDreSUsDAnDreS
232
232
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
I came across the same problem on Ubuntu 18.04 LTS with Globus Connect Personal 2.3.6. In my case the problem appears to have been caused by my Anaconda installation obscuring the Tcllib installed by the package manager. Creating and activating a new conda environment did not resolve the problem, nor did trying to install tcl from conda. My workaround was to temporarily remove the path to Anaconda from my PATH environment variable for the bash session in which I run ./globusconnect
.
I'm just getting started with ubuntu and I think I might have the same problem. Can you describe the code you used to temporarily remove the path to Anaconda and then put it back?
– Nova
2 days ago
add a comment |
On my Ubuntu 16.04 LTS VM I have successfully launched it with:
cd ~/Downloads
wget https://downloads.globus.org/globus-connect-personal/linux/stable/globusconnectpersonal-latest.tgz
tar -xf globusconnectpersonal-latest.tgz
cd globusconnectpersonal-2.3.6/
sudo apt-get install tcllib tcl tk
and got its window after execution of ./globusconnect
.
If you suspect that Anaconda is a problem and fear to break it, then you can manually change the PATH variable with
export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"
and then try to launch it from the same terminal with
./globusconnect
Or in one-line version:
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" ./globusconnect
This resulted in the same error for me.
– Nova
2 days ago
Are you running 64-bit OS or 32-bit? What is the output ofarch
command?
– N0rbert
2 days ago
64 bit,x86_64
. I know that Anaconda is installed on my computer so I'm concerned I have the same issue as @climatestudent. I'm such a Ubuntu noob that internet searches aren't getting me anywhere and I'm worried about messing up my .profile files.
– Nova
2 days ago
1
Then try to manually specify PATH variable byexport PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"
and try to launch./globusconnect
then from the same terminal.
– N0rbert
2 days ago
I can see that I have a number of files....bash_profile
,.bashrc
, .bashrc-anaconda3.bak
, and.profile
– Nova
2 days ago
|
show 1 more comment
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1115411%2fglobus-personal-connect-tcllib-installed-but-keeps-showing-tcllib-not-found%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I came across the same problem on Ubuntu 18.04 LTS with Globus Connect Personal 2.3.6. In my case the problem appears to have been caused by my Anaconda installation obscuring the Tcllib installed by the package manager. Creating and activating a new conda environment did not resolve the problem, nor did trying to install tcl from conda. My workaround was to temporarily remove the path to Anaconda from my PATH environment variable for the bash session in which I run ./globusconnect
.
I'm just getting started with ubuntu and I think I might have the same problem. Can you describe the code you used to temporarily remove the path to Anaconda and then put it back?
– Nova
2 days ago
add a comment |
I came across the same problem on Ubuntu 18.04 LTS with Globus Connect Personal 2.3.6. In my case the problem appears to have been caused by my Anaconda installation obscuring the Tcllib installed by the package manager. Creating and activating a new conda environment did not resolve the problem, nor did trying to install tcl from conda. My workaround was to temporarily remove the path to Anaconda from my PATH environment variable for the bash session in which I run ./globusconnect
.
I'm just getting started with ubuntu and I think I might have the same problem. Can you describe the code you used to temporarily remove the path to Anaconda and then put it back?
– Nova
2 days ago
add a comment |
I came across the same problem on Ubuntu 18.04 LTS with Globus Connect Personal 2.3.6. In my case the problem appears to have been caused by my Anaconda installation obscuring the Tcllib installed by the package manager. Creating and activating a new conda environment did not resolve the problem, nor did trying to install tcl from conda. My workaround was to temporarily remove the path to Anaconda from my PATH environment variable for the bash session in which I run ./globusconnect
.
I came across the same problem on Ubuntu 18.04 LTS with Globus Connect Personal 2.3.6. In my case the problem appears to have been caused by my Anaconda installation obscuring the Tcllib installed by the package manager. Creating and activating a new conda environment did not resolve the problem, nor did trying to install tcl from conda. My workaround was to temporarily remove the path to Anaconda from my PATH environment variable for the bash session in which I run ./globusconnect
.
answered Mar 1 at 14:29
climatestudentclimatestudent
212
212
I'm just getting started with ubuntu and I think I might have the same problem. Can you describe the code you used to temporarily remove the path to Anaconda and then put it back?
– Nova
2 days ago
add a comment |
I'm just getting started with ubuntu and I think I might have the same problem. Can you describe the code you used to temporarily remove the path to Anaconda and then put it back?
– Nova
2 days ago
I'm just getting started with ubuntu and I think I might have the same problem. Can you describe the code you used to temporarily remove the path to Anaconda and then put it back?
– Nova
2 days ago
I'm just getting started with ubuntu and I think I might have the same problem. Can you describe the code you used to temporarily remove the path to Anaconda and then put it back?
– Nova
2 days ago
add a comment |
On my Ubuntu 16.04 LTS VM I have successfully launched it with:
cd ~/Downloads
wget https://downloads.globus.org/globus-connect-personal/linux/stable/globusconnectpersonal-latest.tgz
tar -xf globusconnectpersonal-latest.tgz
cd globusconnectpersonal-2.3.6/
sudo apt-get install tcllib tcl tk
and got its window after execution of ./globusconnect
.
If you suspect that Anaconda is a problem and fear to break it, then you can manually change the PATH variable with
export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"
and then try to launch it from the same terminal with
./globusconnect
Or in one-line version:
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" ./globusconnect
This resulted in the same error for me.
– Nova
2 days ago
Are you running 64-bit OS or 32-bit? What is the output ofarch
command?
– N0rbert
2 days ago
64 bit,x86_64
. I know that Anaconda is installed on my computer so I'm concerned I have the same issue as @climatestudent. I'm such a Ubuntu noob that internet searches aren't getting me anywhere and I'm worried about messing up my .profile files.
– Nova
2 days ago
1
Then try to manually specify PATH variable byexport PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"
and try to launch./globusconnect
then from the same terminal.
– N0rbert
2 days ago
I can see that I have a number of files....bash_profile
,.bashrc
, .bashrc-anaconda3.bak
, and.profile
– Nova
2 days ago
|
show 1 more comment
On my Ubuntu 16.04 LTS VM I have successfully launched it with:
cd ~/Downloads
wget https://downloads.globus.org/globus-connect-personal/linux/stable/globusconnectpersonal-latest.tgz
tar -xf globusconnectpersonal-latest.tgz
cd globusconnectpersonal-2.3.6/
sudo apt-get install tcllib tcl tk
and got its window after execution of ./globusconnect
.
If you suspect that Anaconda is a problem and fear to break it, then you can manually change the PATH variable with
export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"
and then try to launch it from the same terminal with
./globusconnect
Or in one-line version:
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" ./globusconnect
This resulted in the same error for me.
– Nova
2 days ago
Are you running 64-bit OS or 32-bit? What is the output ofarch
command?
– N0rbert
2 days ago
64 bit,x86_64
. I know that Anaconda is installed on my computer so I'm concerned I have the same issue as @climatestudent. I'm such a Ubuntu noob that internet searches aren't getting me anywhere and I'm worried about messing up my .profile files.
– Nova
2 days ago
1
Then try to manually specify PATH variable byexport PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"
and try to launch./globusconnect
then from the same terminal.
– N0rbert
2 days ago
I can see that I have a number of files....bash_profile
,.bashrc
, .bashrc-anaconda3.bak
, and.profile
– Nova
2 days ago
|
show 1 more comment
On my Ubuntu 16.04 LTS VM I have successfully launched it with:
cd ~/Downloads
wget https://downloads.globus.org/globus-connect-personal/linux/stable/globusconnectpersonal-latest.tgz
tar -xf globusconnectpersonal-latest.tgz
cd globusconnectpersonal-2.3.6/
sudo apt-get install tcllib tcl tk
and got its window after execution of ./globusconnect
.
If you suspect that Anaconda is a problem and fear to break it, then you can manually change the PATH variable with
export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"
and then try to launch it from the same terminal with
./globusconnect
Or in one-line version:
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" ./globusconnect
On my Ubuntu 16.04 LTS VM I have successfully launched it with:
cd ~/Downloads
wget https://downloads.globus.org/globus-connect-personal/linux/stable/globusconnectpersonal-latest.tgz
tar -xf globusconnectpersonal-latest.tgz
cd globusconnectpersonal-2.3.6/
sudo apt-get install tcllib tcl tk
and got its window after execution of ./globusconnect
.
If you suspect that Anaconda is a problem and fear to break it, then you can manually change the PATH variable with
export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"
and then try to launch it from the same terminal with
./globusconnect
Or in one-line version:
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" ./globusconnect
edited 2 days ago
answered Feb 4 at 9:56
N0rbertN0rbert
25.2k853118
25.2k853118
This resulted in the same error for me.
– Nova
2 days ago
Are you running 64-bit OS or 32-bit? What is the output ofarch
command?
– N0rbert
2 days ago
64 bit,x86_64
. I know that Anaconda is installed on my computer so I'm concerned I have the same issue as @climatestudent. I'm such a Ubuntu noob that internet searches aren't getting me anywhere and I'm worried about messing up my .profile files.
– Nova
2 days ago
1
Then try to manually specify PATH variable byexport PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"
and try to launch./globusconnect
then from the same terminal.
– N0rbert
2 days ago
I can see that I have a number of files....bash_profile
,.bashrc
, .bashrc-anaconda3.bak
, and.profile
– Nova
2 days ago
|
show 1 more comment
This resulted in the same error for me.
– Nova
2 days ago
Are you running 64-bit OS or 32-bit? What is the output ofarch
command?
– N0rbert
2 days ago
64 bit,x86_64
. I know that Anaconda is installed on my computer so I'm concerned I have the same issue as @climatestudent. I'm such a Ubuntu noob that internet searches aren't getting me anywhere and I'm worried about messing up my .profile files.
– Nova
2 days ago
1
Then try to manually specify PATH variable byexport PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"
and try to launch./globusconnect
then from the same terminal.
– N0rbert
2 days ago
I can see that I have a number of files....bash_profile
,.bashrc
, .bashrc-anaconda3.bak
, and.profile
– Nova
2 days ago
This resulted in the same error for me.
– Nova
2 days ago
This resulted in the same error for me.
– Nova
2 days ago
Are you running 64-bit OS or 32-bit? What is the output of
arch
command?– N0rbert
2 days ago
Are you running 64-bit OS or 32-bit? What is the output of
arch
command?– N0rbert
2 days ago
64 bit,
x86_64
. I know that Anaconda is installed on my computer so I'm concerned I have the same issue as @climatestudent. I'm such a Ubuntu noob that internet searches aren't getting me anywhere and I'm worried about messing up my .profile files.– Nova
2 days ago
64 bit,
x86_64
. I know that Anaconda is installed on my computer so I'm concerned I have the same issue as @climatestudent. I'm such a Ubuntu noob that internet searches aren't getting me anywhere and I'm worried about messing up my .profile files.– Nova
2 days ago
1
1
Then try to manually specify PATH variable by
export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"
and try to launch ./globusconnect
then from the same terminal.– N0rbert
2 days ago
Then try to manually specify PATH variable by
export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"
and try to launch ./globusconnect
then from the same terminal.– N0rbert
2 days ago
I can see that I have a number of files...
.bash_profile
, .bashrc
, .bashrc-anaconda3.bak
, and .profile
– Nova
2 days ago
I can see that I have a number of files...
.bash_profile
, .bashrc
, .bashrc-anaconda3.bak
, and .profile
– Nova
2 days ago
|
show 1 more comment
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1115411%2fglobus-personal-connect-tcllib-installed-but-keeps-showing-tcllib-not-found%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown