Re: Install Problems

Doug Hughes (Doug.Hughes@Eng.Auburn.EDU)
Thu, 10 Jul 1997 17:45:56 -0500

>
>Len Smith <lensmith@netcom.com> said:
>
>Len> Point, slipped my mind. This is on a Solaris 2.5.1 machine. There
>Len> are other versions of tcl and Tk located under /usr/local/lib. When I
>Len> compiled scotty it sourced the tcl and tk I installed, under
>Len> /apps/scotty-2.1.5.
>
>Once again, these things are difficult to debug via email. One last
>tip is to check your dynamic linker setup or your LD_* environment
>variables. Run strace or truss or whatever you have to trace system
>calls. Finally, ask you local Solaries guru for help.
> Juergen

solaris2.5.1 will give a clean build of 2.1.5 with tcl7.5/tk4.1.
Did you specify --prefix= when you ran configure to make sure you got
the right version of tcl/tk? I'm guessing as Juergen has that you got
mixed versions in there somewhere. Do a make clean in your scotty stuff
and rm config.cache and config.status and config.log and do your
configure again.
Then go through your build from the clean tree.

And as for LD_LIBRARY_PATH, indeed, make sure it is not set to anything
at all. It's better to use the -R flag when compiling things. LD_LIBRARY_PATH
tends to break more than it fixes on Solaris2.

--
____________________________________________________________________________
Doug Hughes					Engineering Network Services
System/Net Admin  				Auburn University
			doug@eng.auburn.edu

--
!! 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.