statically linked tcl conflict with dynamically linked tcl error

Ask a Question related to Sun Solaris, Design and Development.

  1. #1

    Default statically linked tcl conflict with dynamically linked tcl error

    My solaris 8 computer have a dynamically linked tclsh as the default.
    After another statically linked tclsh is executed, the computer
    environment is corrupted for that shell.
    How to solve this problem?

    This is what I had done:
    pwdly0ee% which tclsh
    /opt/bsmext/bin/tclsh

    pwdly0ee% /opt/bsm/lib/home/bsmbin/tcma/tclsh
    application-specific initialization failed: Can't find a usable
    init.tcl in the following directories:
    /bsmbootstrap/lib/tcl8.3 /opt/bsm/lib/home/bsmbin/lib/tcl8.3
    /opt/bsm/lib/home/lib/tcl8.3 /opt/bsm/lib/home/bsmbin/library
    /opt/bsm/lib/home/library /opt/bsm/lib/home/tcl8.3/library
    /opt/bsm/lib/tcl8.3/library /bsmbootstrap/lib/tcl8.3



    This probably means that Tcl wasn't installed properly.

    % ls
    invalid command name "ls"
    TingChong Guest

  2. Similar Questions and Discussions

    1. Mod Perl: DSO or statically linked
      Hi all, Can anyone explain to me the differences (pros / cons) between a DSO and statically linked deployment of MOD Perl? - performance,...
    2. Random Linked Text File Error
      Hi I have an Access 2000 database that has a link to a text file. When I'm using my web application at random times I see an error message which...
    3. Help with linked server qry (error doing delete!)
      Hi all, We are trying to insert rows from one table on an application db server into a destination table on a linked server. First we do a...
    4. Running dynamically linked CGIs?
      This is about my first non-trivial cgi-bin program. It is written in C and uses the Oracle OCI. The program runs fine when executed from the Unix...
    5. Old chesnut: trying to get statically linked executable
      I have an executable created by linking a bunch of C and C++ files using GCC 3.2.3 on AIX. I used libgcc.a, libgcc_eh.a and libstdc++.a libraries...
  3. #2

    Default Re: statically linked tcl conflict with dynamically linked tcl error

    On 5 Aug 2003, TingChong wrote:
    > My solaris 8 computer have a dynamically linked tclsh as the default.
    > After another statically linked tclsh is executed, the computer
    > environment is corrupted for that shell.
    > How to solve this problem?
    Don't use statically linked binaries.

    --
    Rich Teer, SCNA, SCSA

    President,
    Rite Online Inc.

    Voice: +1 (250) 979-1638
    URL: [url]http://www.rite-online.net[/url]

    Rich Teer Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139