Re[2]: Help on linux 2.0.13

mfm@arinc.com
Mon, 18 Nov 1996 07:52:15 -0500

All,

Finally got around to Linux implementation.

Had to do the following:

cd /lib
ln -s libdl.so.1.7.14 libdl.so

Link as described below was already in place. ld still barked
its objections.

Keep up the good work

Thanks in advance,

Mike Marek


______________________________ Reply Separator
_________________________________
Subject: Re: Help on linux 2.0.13
Author: "Stephen L. Foster" <fosters@softdisk.com> at SMTPGATE
Date: 11/10/96 4:12 PM

It seems you had the same problem I did when Linux was installed. Do the
following and then recompile.

cd /lib
ln -s libdl.so.1.7.14 libdl.so.1

This should fix you problems.

Lee/

On Fri, 8 Nov 1996, Bruno Quesnel wrote:

> I'm having problem under linux version 2.0.13. Basically, it's maybe
> more of a tcl problem but still affects the scotty package.
>
> the ./configure does not recognise the dynamic loader or shared
> libraries.
>
> Is there someone that could help me on this problem. I have this
> problem with all the versions of tcl.
>
> Thanks in advance.
>
> Bruno Quesnel
>
>