David B. Rees writes:
> On 29-May-98 Steve Byrne wrote:
> > >
> > > I just (more or less) confirmed that there seems to be a conflict
> > > problem between the stock jdk1.1.6v1-test and ld.so-1.9.9.
>
> I've also got this same problem with the stock jdk1.1.5-v7 and ld.so-1.9.9.
> This is on a libc box. I was previously running ld.so.1.9.6 with no problems.
> >
> > 5. Removing .../green_threads/libdl.so.1 (? this is from memory),
> > and ../green_threads/libc.so.5 and rerunning ldconfig cleared
> > up the problem.
>
> Is this the proper way to fix this problem?
I'm real tempted to say "no". Changing things in a minor release of ld.so
should not break compatibility. If it does, it's a bug in ld.so, I'd say.
1.9.8 works, 1.9.9 is brand new and doesn't. Sounds like a problem with ld.so
to me.
Steve