Ask a Question related to Sun Solaris, Design and Development.
-
TingChong #1
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
-
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,... -
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... -
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... -
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... -
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... -
Rich Teer #2
Re: statically linked tcl conflict with dynamically linked tcl error
On 5 Aug 2003, TingChong wrote:
Don't use statically linked binaries.> 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?
--
Rich Teer, SCNA, SCSA
President,
Rite Online Inc.
Voice: +1 (250) 979-1638
URL: [url]http://www.rite-online.net[/url]
Rich Teer Guest



Reply With Quote

