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













0















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










share|improve this question
























  • 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












  • Please see answer below

    – steeldriver
    38 mins ago















0















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










share|improve this question
























  • 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












  • Please see answer below

    – steeldriver
    38 mins ago













0












0








0








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










share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 15 at 14:26







user9251343

















asked Feb 15 at 11:18









user9251343user9251343

11




11












  • 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












  • 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











  • 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










1 Answer
1






active

oldest

votes


















0














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 "$@"





share|improve this answer






















    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
    );



    );













    draft saved

    draft discarded


















    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









    0














    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 "$@"





    share|improve this answer



























      0














      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 "$@"





      share|improve this answer

























        0












        0








        0







        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 "$@"





        share|improve this answer













        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 "$@"






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 39 mins ago









        steeldriversteeldriver

        70.3k11114186




        70.3k11114186



























            draft saved

            draft discarded
















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            Are there any comparative studies done between Ashtavakra Gita and Buddhim?How is it wrong to believe that a self exists, or that it doesn't?Can you criticise or improve Ven. Bodhi's description of MahayanaWas the doctrine of 'Anatta', accepted as doctrine by modern Buddhism, actually taught by the Buddha?Relationship between Buddhism, Hinduism and Yoga?Comparison of Nirvana, Tao and Brahman/AtmaIs there a distinction between “ego identity” and “craving/hating”?Are there many differences between Taoism and Buddhism?Loss of “faith” in buddhismSimilarity between creation in Abrahamic religions and beginning of life in Earth mentioned Agganna Sutta?Are there studies about the difference between meditating in the morning versus in the evening?Can one follow Hinduism and Buddhism at the same time?Are there any prohibitions on participating in other religion's practices?Psychology of 'flow'

            fallocate: fallocate failed: Text file busy in Ubuntu 17.04? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)defragmenting and increasing performance of old lubuntu system with swap partitionIssue with increasing the root partition from the swapthis /usr/bin/dpkg returned error || ubuntu-16.04, 64bitDefault 17.04 swap file locationHow to Resize Ubuntu 17.04 Zesty Swap file size?Ubuntu freezes from online formsMy Laptop is not starting after upgrade ubuntu 16.04 (Kernel 4.8.0-38 to 04.10.0-36)hcp: ERROR: FALLOCATE FAILED!Not sure my swap is being usedWine 3.0 asking for more virtual free swap

            Where else does the Shulchan Aruch quote an authority by name?Parashat Metzora+HagadolPesach/PassoverShulchan Aruch UTF-8Anonymous glosses in the Shulchan AruchWhy is the Shulchan Aruch definitive?Siman 32, Kitzur Shulchan Aruch: UntranslatedLitvaks/Yeshivish and Shulchan AruchBuying a Shulchan AruchEnglish version of SHULCHAN ARUCHIs there any place where Shulchan Aruch rules with the Rosh against the Rif and Rambam?Are there practices where Sepharadim do not hold by Shulchan Aruch?5th part of the shulchan aruch