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'

            What to do with chalk when deepwater soloing? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Photo Competition: April - At Home in The Great OutdoorsIs it ok for my climbing shoes/chalk bag to get wet?What hand and finger exercises help with climbing?Chalk: pure, plus drying agent, liquid?What can I do with a retired rope and harness?What to do with the lap coiled rope if the belayer wishes to lead consecutive pitches?How do to a safety knot when abseiling with 2 ropes?What are the advantages of being short when climbing?When should you start to train with Campus Boards, Hang Boards and Peg Boards?Climbing: fear/panic on boulder wallWith what specific techniques are various bouldering grades associated?What are the most important numerical features to look for when comparing climbing ropes?

            How to start Thunderbird minimized on start-up?How to run Thunderbird on startup, minimised?How to make Thunderbird Mail runs at startup?How do I start applications automatically on login?How can I delay a specific program on startup?How do I hide Thunderbird from the launcher while running?How to keep Thunderbird and Pidgin running on background?How to open Thunderbird minimised at startup in Ubuntu 16.04How to start Thunderbird minimized to Unity system tray on start-up?Minimize Thunderbird to Traythunderbird script to disable option: “delete message on server”Why is Thunderbird pegging a core at 100%?Thunderbird resets profile after second start upClearing out Thunderbird on UbuntuThunderbird and a shared “home” partitionBidirectionally synchronize Thunderbird profiles (POP3 mail accounts) between two computersWhy doesn't Ubuntu/Thunderbird save my PGP key?How to start Thunderbird minimized to Unity system tray on start-up?Recovering thunderbird files from quick formatted drive?