Re: Installation trouble scotty2.1.0

Kent Hamilton (kenth@hns.st-louis.mo.us)
Sat, 15 Jun 1996 23:12:19 -0500 (CDT)

> >
> > Your auto_path is correct since the scotty binary already found the
> > tnm2.1.0.so package. I have no idea why loading the package fails. Do
> > you have any ideas which symbols have multiple definitions? I am
> > running scotty on my linux box without any problems (gcc-2.7.2,
> > linux-2.0.0 and libc-5.3.12).
> > Juergen
> >
> I had similar problems building under HPUX. The problem was caused by the
> shared libraries being installed without execute permission. Apply the
> attached patch, then rerun configure
>

What version of HPUX are you running? I just tried to compile it on
10.10 and it compiles fine but when I do the make install I get this
one.....

.
.
.
Installing ./../tnm/library/init.tcl
initialization failed: couldn't load file "/usr/local/lib/tnm2.1.0.sl": \
unresolved symbol name
This usually means ... etc etc etc...

I haven't tried looking to see what the unresolved symbol is yet.
Suggestions any?