Quoting [EMAIL PROTECTED] ([EMAIL PROTECTED]):
> Hi,
> 
> >Then they have some other problems, Rebol/core for Linux libc6 works
> >fine for me. It could be the old thing with mixing libc5 and libc6,
> >though.
> 
> They run libc6 by default.

If the malfunctioning rebol is still there do

  % ldd `which rebol`

And see that it gives (about) the following output:

        libm.so.6 => /lib/libm.so.6 (0x4001e000)
        libtermcap.so.2 => /lib/libtermcap.so.2 (0x4003b000)
        libc.so.6 => /lib/libc.so.6 (0x40079000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

If there is some kind of error or you can see entry of libc.so.5 then
the problem is found (and should be easily fixed). Otherwise I could
send you the 2.2 version of REBOL if that is not found already.

If the problem really would be the incompatible librarys I would like
to see this problem and a solution to it added to the installation
notes. All the Unix/Linux administrators are not that good anymore
(including me...)

> > > they copied over the old version
> >
> >What kind of an administrator copies over old and working versions.
> >D'oh!
> 
> They don't normally do it, they said that they trusted Rebol.

Good, I don't trust even Rebol (Sorry guys at Rebol Tech. :).

Yours,
Jussi


-- 
Jussi Hagman                                CS in Åbo Akademi University
Studentbyn 4 D 33                           [EMAIL PROTECTED]
20540 Åbo                                   [EMAIL PROTECTED]
Finland

Reply via email to