Re: Scotty / TKIned install problems (linux)

Mark Harvey (markh@forcetech.com.au)
Thu, 3 Oct 1996 10:00:48 +1000 (EST)

On Sun, 29 Sep 1996, David A. Besancon wrote:

>
> Upon attempting to install this product I get:
>
> cc -rdynamic -o straps straps.o -lieee
> cc -c -O -fPIC -I. -I./../tnm/generic -I/usr/include -I.
> -I./../tnm/generic -I/usr/include ./../unix/scotty.c
> cc -rdynamic -o scotty scotty.o -L/usr/lib -ltcl -lieee -ldl -lm
> /usr/i486-linux/bin/ld: cannot open -ldl: No such file or directory
>
> I am obviously having a library problem (dl) but I have no idea why.
>
> libdl.so.1 is in /lib

I had the same problem with Slackware 96. You need to add a link between
libdl.so.1 to libdl.so !

libdl.so ---> libdl.so.1
libdl.so.1 ---> libdl.so.1.7.14
libdl.so.1.7.14 6983 bytes

Best regards
Mark Harvey