RE: [tkined] Date: Thu, 19 Jul 2001 11:30:08 -0400

From: Phil Dicken (dickenp@imedlink.net)
Date: Mon Jul 23 2001 - 14:29:03 MET DST


Erik,
Thanks again for all of your assistance. I found that setting the
environment variable LD_LIBRARY_PATH to
/opt/ajuba/TclPro1.4/solaris-sparc/lib seems to have fixed the problem. I
didn't realize it, but running tclsh8.3 produced the following error message

tclsh8.3
ld.so.1: tclsh8.3: fatal: libtcl8.3.so: open failed: No such file or
directory
Killed

So I did a find on libtcl8.3 and learned that it was stored in
/opt/ajuba/TclPro1.4/solaris-sparc/lib. I had been running tcl using
prowish83. This worked fine. So I did not realize that tclsh8.3 was not
working properly.

At this point, I believe that the installation is now complete. Now I am
off to read the documentation to learn how to use the extension. Again, I
truly appreciate all of your assistance getting the installation going. I
only hope that my experience will benefit others as well.

-----Original Message-----
From: Erik Schoenfelder [mailto:schoenfr@gaertner.de]
Sent: Friday, July 20, 2001 4:59 PM
To: dickenp@imedlink.net
Cc: tkined@ibr.cs.tu-bs.de
Subject: Re: [tkined] Date: Thu, 19 Jul 2001 11:30:08 -0400

Hi,

Phil> [...] I was able to get past that error, now I have another
Phil> issue. The version of tcl I am running is TclPro 1.4. I
Phil> received the following error when trying to run 'make install'.

Phil> # make install
Phil> Installing scotty2.1.11 and tnm2.1.11.so
Phil> Installing ./../tnm/library/README
Phil> [...]
Phil> Installing ./../tnm/library/init.tcl
Phil> ld.so.1: ./scotty: fatal: libtcl8.3.so: open failed: No such file or
Phil> directory

to set LD_LIBRARY_PATH to the library directory of your tk/tcl
installation should help to find the shared lib at runtime. assuming
your shared libraries are stored at /opt/ajuba/TclPro1.4/lib a
suitable setting could be:

         LD_LIBRARY_PATH=/opt/ajuba/TclPro1.4/lib
         export LD_LIBRARY_PATH

well, asuming you use a sh-style shell.

ok, you have fun - now: have success ;-)
                                                        Erik

--
!! This message is brought to you via the `tkined & scotty' mailing list.
!! Please do not reply to this message to unsubscribe. To subscribe or
!! unsubscribe, send a mail message to <tkined-request@ibr.cs.tu-bs.de>.
!! See http://wwwsnmp.cs.utwente.nl/~schoenw/scotty/ for more information.
--
!! This message is brought to you via the `tkined & scotty' mailing list.
!! Please do not reply to this message to unsubscribe. To subscribe or
!! unsubscribe, send a mail message to <tkined-request@ibr.cs.tu-bs.de>.
!! See http://wwwsnmp.cs.utwente.nl/~schoenw/scotty/ for more information.



This archive was generated by hypermail 2b29 : Thu Jan 03 2002 - 14:56:27 MET