> So what can you do? Either of the following should work:
>
> * Run `configure' with the same prefix argument you've used for glibc 2.0.x
> so that the same paths are used.
> * Replace /lib/ld-linux.so.2 with a link to the dynamic linker from glibc
> 2.1.
>
> You can even call the dynamic
> Elena Vorisi & Edoardo Comar writes:
Elena> Hi.
Elena> excuse me, it surely is a newbie question ...
Elena> assuming my system is using glibc2.1, which resides in /lib
Elena> why can't I install a glibc2.0 in a /glibc2.0 directory under my home dir
Elena> and have only selected apps (as f
Hi.
excuse me, it surely is a newbie question ...
assuming my system is using glibc2.1, which resides in /lib
why can't I install a glibc2.0 in a /glibc2.0 directory under my home dir
and have only selected apps (as for instance jdk12_pre_v1) use it,
executing them from a shell where I have set
"Andy Levine" <[EMAIL PROTECTED]> writes:
>
> > How involved is it to fix the problems caused by the glibc 2.1
> > changes? Where
> > can I read more about the evolution of Linux threads from the 1.x
> > kernel on? It
> > seems almost all the sticky Java problems on Linux relate to the
> > thr
Terry Sikes wrote:
>
> Nathan Meyers wrote:
>
> > There was an interesting comment in a column in the current Linux
> > Journal: evidently glibc 2.0 was an "experimental" release. Problem
> > is... it was a widely adopted experimental release. The JDK is in good
> > company: many applications we
Nathan Meyers wrote:
> There was an interesting comment in a column in the current Linux
> Journal: evidently glibc 2.0 was an "experimental" release. Problem
> is... it was a widely adopted experimental release. The JDK is in good
> company: many applications were broken by the move to 2.1, whic
Stefan Proels wrote:
> It is not really a "limitation", it's an incompatibility. RH6 is based
> on glibc2.1, while JDK1.2 with native threads currently only works with
> glibc2.0. Both have pthread support, but some details are different.
> The people porting the JDK have stated that this problem
> It seems the consensus "solution" for running the 1.2 JDK under RH6 is to be
> SURE you are running green threads (in addition to disabling the JIT). All
> the associated comments seem to echo "RH6 doesn't support native threads".
> What does this REALLY mean ?
>
> Does this mean that pthread
It seems the consensus "solution" for running the 1.2 JDK under RH6 is to be
SURE you are running green threads (in addition to disabling the JIT). All
the associated comments seem to echo "RH6 doesn't support native threads".
What does this REALLY mean ?
Does this mean that pthread support is mi