Can't find a usable init.tcl and conflict version tclIntegration of ns-2.35 and EvalVid 2.7 : Problem with tclHow do I let Ubuntu find the install path for tcl?Location of Tcl 8.6 library and Location of Tk 8.6 library: not foundSnap: cannot find snapd version information in18.04 can scan, but not print HP LaserJet Pro MFP M127fnNetwork Card (NIC RTL8111HS) Driver installation 18.04Ubuntu 18.04 - Kernel build frustrationWhy does Apparmor fail after I install MySQL on 18.04.1 LTS?Screen tearing on Ubuntu MATE 18.04Cannot enable php-curl on Ubuntu 18.04 & PHP 7.2
Hostile work environment after whistle-blowing on coworker and our boss. What do I do?
What's the purpose of "true" in bash "if sudo true; then"
Unexpected indention in bibliography items (beamer)
Sequence of Tenses: Translating the subjunctive
Term for the "extreme-extension" version of a straw man fallacy?
What is the intuitive meaning of having a linear relationship between the logs of two variables?
Is expanding the research of a group into machine learning as a PhD student risky?
How does Loki do this?
Was Spock the First Vulcan in Starfleet?
Is the destination of a commercial flight important for the pilot?
Detecting if an element is found inside a container
Where does the Z80 processor start executing from?
Type int? vs type int
How to be diplomatic in refusing to write code that breaches the privacy of our users
Increase performance creating Mandelbrot set in python
How to Reset Passwords on Multiple Websites Easily?
Is exact Kanji stroke length important?
Is a stroke of luck acceptable after a series of unfavorable events?
How to check is there any negative term in a large list?
What Brexit proposals are on the table in the indicative votes on the 27th of March 2019?
I'm in charge of equipment buying but no one's ever happy with what I choose. How to fix this?
Is `x >> pure y` equivalent to `liftM (const y) x`
when is out of tune ok?
How do I rename a Linux host without needing to reboot for the rename to take effect?
Can't find a usable init.tcl and conflict version tcl
Integration of ns-2.35 and EvalVid 2.7 : Problem with tclHow do I let Ubuntu find the install path for tcl?Location of Tcl 8.6 library and Location of Tk 8.6 library: not foundSnap: cannot find snapd version information in18.04 can scan, but not print HP LaserJet Pro MFP M127fnNetwork Card (NIC RTL8111HS) Driver installation 18.04Ubuntu 18.04 - Kernel build frustrationWhy does Apparmor fail after I install MySQL on 18.04.1 LTS?Screen tearing on Ubuntu MATE 18.04Cannot enable php-curl on Ubuntu 18.04 & PHP 7.2
I just downloaded the linux version of this software (http://inano.au.dk/about/research-centers/nmr/software/simpson/) after unpacking the file I run sudo bash install.sh and all the dependencies were installed on my ubuntu 18.04 however when I try to run the test file using simpson test.in it gives me the following errors
SIMPSON is unable to initialize Tcl interpreter. Is init.tcl on your path?
Error: Can't find a usable init.tcl in the following directories:
/usr/share/simpson/tcl8.6 /usr/share/tcltk/tcl8.6 ./lib/tcl8.6 ./lib/tcl8.6 ./library ./library ./tcl8.6.5/library ./tcl8.6.5/library
/usr/share/tcltk/tcl8.6/init.tcl: version conflict for package "Tcl": have 8.6.5, need exactly 8.6.8
version conflict for package "Tcl": have 8.6.5, need exactly 8.6.8
while executing
"package require -exact Tcl 8.6.8"
(file "/usr/share/tcltk/tcl8.6/init.tcl" line 19)
invoked from within
"source /usr/share/tcltk/tcl8.6/init.tcl"
("uplevel" body line 1)
invoked from within
"uplevel #0 [list source $tclfile]"
Can anyone help me with this? I guess it should be simple but I'm a noob at this stuff
18.04 tcl
add a comment |
I just downloaded the linux version of this software (http://inano.au.dk/about/research-centers/nmr/software/simpson/) after unpacking the file I run sudo bash install.sh and all the dependencies were installed on my ubuntu 18.04 however when I try to run the test file using simpson test.in it gives me the following errors
SIMPSON is unable to initialize Tcl interpreter. Is init.tcl on your path?
Error: Can't find a usable init.tcl in the following directories:
/usr/share/simpson/tcl8.6 /usr/share/tcltk/tcl8.6 ./lib/tcl8.6 ./lib/tcl8.6 ./library ./library ./tcl8.6.5/library ./tcl8.6.5/library
/usr/share/tcltk/tcl8.6/init.tcl: version conflict for package "Tcl": have 8.6.5, need exactly 8.6.8
version conflict for package "Tcl": have 8.6.5, need exactly 8.6.8
while executing
"package require -exact Tcl 8.6.8"
(file "/usr/share/tcltk/tcl8.6/init.tcl" line 19)
invoked from within
"source /usr/share/tcltk/tcl8.6/init.tcl"
("uplevel" body line 1)
invoked from within
"uplevel #0 [list source $tclfile]"
Can anyone help me with this? I guess it should be simple but I'm a noob at this stuff
18.04 tcl
I think the issue is that thesimpsoninstaller is bundled with its own (out of date) versions oflibtcl8.6.so(among other shared libraries) which conflicts with the "system" version. What I'd suggest is installing ALL of the relevant packages (FFTW, BLAS etc.) from the Ubuntu repos and then commenting out theTCL_LIBRARYandLD_LIBRARY_PATHexports in the<bindir>/simpsonwrapper script - so that the bundled libs are ignored altogether.
– steeldriver
Feb 15 at 15:00
steeldriver can you please give more insights on how to do this? I'm quite noob at this
– user9251343
3 hours ago
Please see answer below
– steeldriver
38 mins ago
add a comment |
I just downloaded the linux version of this software (http://inano.au.dk/about/research-centers/nmr/software/simpson/) after unpacking the file I run sudo bash install.sh and all the dependencies were installed on my ubuntu 18.04 however when I try to run the test file using simpson test.in it gives me the following errors
SIMPSON is unable to initialize Tcl interpreter. Is init.tcl on your path?
Error: Can't find a usable init.tcl in the following directories:
/usr/share/simpson/tcl8.6 /usr/share/tcltk/tcl8.6 ./lib/tcl8.6 ./lib/tcl8.6 ./library ./library ./tcl8.6.5/library ./tcl8.6.5/library
/usr/share/tcltk/tcl8.6/init.tcl: version conflict for package "Tcl": have 8.6.5, need exactly 8.6.8
version conflict for package "Tcl": have 8.6.5, need exactly 8.6.8
while executing
"package require -exact Tcl 8.6.8"
(file "/usr/share/tcltk/tcl8.6/init.tcl" line 19)
invoked from within
"source /usr/share/tcltk/tcl8.6/init.tcl"
("uplevel" body line 1)
invoked from within
"uplevel #0 [list source $tclfile]"
Can anyone help me with this? I guess it should be simple but I'm a noob at this stuff
18.04 tcl
I just downloaded the linux version of this software (http://inano.au.dk/about/research-centers/nmr/software/simpson/) after unpacking the file I run sudo bash install.sh and all the dependencies were installed on my ubuntu 18.04 however when I try to run the test file using simpson test.in it gives me the following errors
SIMPSON is unable to initialize Tcl interpreter. Is init.tcl on your path?
Error: Can't find a usable init.tcl in the following directories:
/usr/share/simpson/tcl8.6 /usr/share/tcltk/tcl8.6 ./lib/tcl8.6 ./lib/tcl8.6 ./library ./library ./tcl8.6.5/library ./tcl8.6.5/library
/usr/share/tcltk/tcl8.6/init.tcl: version conflict for package "Tcl": have 8.6.5, need exactly 8.6.8
version conflict for package "Tcl": have 8.6.5, need exactly 8.6.8
while executing
"package require -exact Tcl 8.6.8"
(file "/usr/share/tcltk/tcl8.6/init.tcl" line 19)
invoked from within
"source /usr/share/tcltk/tcl8.6/init.tcl"
("uplevel" body line 1)
invoked from within
"uplevel #0 [list source $tclfile]"
Can anyone help me with this? I guess it should be simple but I'm a noob at this stuff
18.04 tcl
18.04 tcl
edited Feb 15 at 14:26
user9251343
asked Feb 15 at 11:18
user9251343user9251343
11
11
I think the issue is that thesimpsoninstaller is bundled with its own (out of date) versions oflibtcl8.6.so(among other shared libraries) which conflicts with the "system" version. What I'd suggest is installing ALL of the relevant packages (FFTW, BLAS etc.) from the Ubuntu repos and then commenting out theTCL_LIBRARYandLD_LIBRARY_PATHexports in the<bindir>/simpsonwrapper script - so that the bundled libs are ignored altogether.
– steeldriver
Feb 15 at 15:00
steeldriver can you please give more insights on how to do this? I'm quite noob at this
– user9251343
3 hours ago
Please see answer below
– steeldriver
38 mins ago
add a comment |
I think the issue is that thesimpsoninstaller is bundled with its own (out of date) versions oflibtcl8.6.so(among other shared libraries) which conflicts with the "system" version. What I'd suggest is installing ALL of the relevant packages (FFTW, BLAS etc.) from the Ubuntu repos and then commenting out theTCL_LIBRARYandLD_LIBRARY_PATHexports in the<bindir>/simpsonwrapper script - so that the bundled libs are ignored altogether.
– steeldriver
Feb 15 at 15:00
steeldriver can you please give more insights on how to do this? I'm quite noob at this
– user9251343
3 hours ago
Please see answer below
– steeldriver
38 mins ago
I think the issue is that the
simpson installer is bundled with its own (out of date) versions of libtcl8.6.so (among other shared libraries) which conflicts with the "system" version. What I'd suggest is installing ALL of the relevant packages (FFTW, BLAS etc.) from the Ubuntu repos and then commenting out the TCL_LIBRARY and LD_LIBRARY_PATH exports in the <bindir>/simpson wrapper script - so that the bundled libs are ignored altogether.– steeldriver
Feb 15 at 15:00
I think the issue is that the
simpson installer is bundled with its own (out of date) versions of libtcl8.6.so (among other shared libraries) which conflicts with the "system" version. What I'd suggest is installing ALL of the relevant packages (FFTW, BLAS etc.) from the Ubuntu repos and then commenting out the TCL_LIBRARY and LD_LIBRARY_PATH exports in the <bindir>/simpson wrapper script - so that the bundled libs are ignored altogether.– steeldriver
Feb 15 at 15:00
steeldriver can you please give more insights on how to do this? I'm quite noob at this
– user9251343
3 hours ago
steeldriver can you please give more insights on how to do this? I'm quite noob at this
– user9251343
3 hours ago
Please see answer below
– steeldriver
38 mins ago
Please see answer below
– steeldriver
38 mins ago
add a comment |
1 Answer
1
active
oldest
votes
I think the issue is that the simpson installer is bundled with its own (out of date) versions of libtcl8.6.so (among other shared libraries) which conflicts with the "system" version.
What I'd suggest is installing ALL of the relevant packages (FFTW, BLAS etc.) from the Ubuntu repos and then commenting out the TCL_LIBRARY and LD_LIBRARY_PATH exports in the <bindir>/simpson wrapper script, where <bindir> is the location you supplied to the installer script - so that the bundled libs are ignored altogether.
So for example if <bindir> is ~/bin, then ~/bin/simpson should look something like
#!/bin/sh
#export TCL_LIBRARY=/home/steeldriver/share/tcl8.6
#export LD_LIBRARY_PATH=/home/steeldriver/share
/home/steeldriver/share/simpson4.2.1 "$@"
add a 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%2f1118480%2fcant-find-a-usable-init-tcl-and-conflict-version-tcl%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I think the issue is that the simpson installer is bundled with its own (out of date) versions of libtcl8.6.so (among other shared libraries) which conflicts with the "system" version.
What I'd suggest is installing ALL of the relevant packages (FFTW, BLAS etc.) from the Ubuntu repos and then commenting out the TCL_LIBRARY and LD_LIBRARY_PATH exports in the <bindir>/simpson wrapper script, where <bindir> is the location you supplied to the installer script - so that the bundled libs are ignored altogether.
So for example if <bindir> is ~/bin, then ~/bin/simpson should look something like
#!/bin/sh
#export TCL_LIBRARY=/home/steeldriver/share/tcl8.6
#export LD_LIBRARY_PATH=/home/steeldriver/share
/home/steeldriver/share/simpson4.2.1 "$@"
add a comment |
I think the issue is that the simpson installer is bundled with its own (out of date) versions of libtcl8.6.so (among other shared libraries) which conflicts with the "system" version.
What I'd suggest is installing ALL of the relevant packages (FFTW, BLAS etc.) from the Ubuntu repos and then commenting out the TCL_LIBRARY and LD_LIBRARY_PATH exports in the <bindir>/simpson wrapper script, where <bindir> is the location you supplied to the installer script - so that the bundled libs are ignored altogether.
So for example if <bindir> is ~/bin, then ~/bin/simpson should look something like
#!/bin/sh
#export TCL_LIBRARY=/home/steeldriver/share/tcl8.6
#export LD_LIBRARY_PATH=/home/steeldriver/share
/home/steeldriver/share/simpson4.2.1 "$@"
add a comment |
I think the issue is that the simpson installer is bundled with its own (out of date) versions of libtcl8.6.so (among other shared libraries) which conflicts with the "system" version.
What I'd suggest is installing ALL of the relevant packages (FFTW, BLAS etc.) from the Ubuntu repos and then commenting out the TCL_LIBRARY and LD_LIBRARY_PATH exports in the <bindir>/simpson wrapper script, where <bindir> is the location you supplied to the installer script - so that the bundled libs are ignored altogether.
So for example if <bindir> is ~/bin, then ~/bin/simpson should look something like
#!/bin/sh
#export TCL_LIBRARY=/home/steeldriver/share/tcl8.6
#export LD_LIBRARY_PATH=/home/steeldriver/share
/home/steeldriver/share/simpson4.2.1 "$@"
I think the issue is that the simpson installer is bundled with its own (out of date) versions of libtcl8.6.so (among other shared libraries) which conflicts with the "system" version.
What I'd suggest is installing ALL of the relevant packages (FFTW, BLAS etc.) from the Ubuntu repos and then commenting out the TCL_LIBRARY and LD_LIBRARY_PATH exports in the <bindir>/simpson wrapper script, where <bindir> is the location you supplied to the installer script - so that the bundled libs are ignored altogether.
So for example if <bindir> is ~/bin, then ~/bin/simpson should look something like
#!/bin/sh
#export TCL_LIBRARY=/home/steeldriver/share/tcl8.6
#export LD_LIBRARY_PATH=/home/steeldriver/share
/home/steeldriver/share/simpson4.2.1 "$@"
answered 39 mins ago
steeldriversteeldriver
70.3k11114186
70.3k11114186
add a comment |
add a 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%2f1118480%2fcant-find-a-usable-init-tcl-and-conflict-version-tcl%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
I think the issue is that the
simpsoninstaller is bundled with its own (out of date) versions oflibtcl8.6.so(among other shared libraries) which conflicts with the "system" version. What I'd suggest is installing ALL of the relevant packages (FFTW, BLAS etc.) from the Ubuntu repos and then commenting out theTCL_LIBRARYandLD_LIBRARY_PATHexports in the<bindir>/simpsonwrapper script - so that the bundled libs are ignored altogether.– steeldriver
Feb 15 at 15:00
steeldriver can you please give more insights on how to do this? I'm quite noob at this
– user9251343
3 hours ago
Please see answer below
– steeldriver
38 mins ago