Quoting [EMAIL PROTECTED] ([EMAIL PROTECTED]):
>
> Now , I have this problem on Linux
> rebol: can't load library 'libtermcap.so.2'

It's a bit hard to trying to help you as you don't specify which
distribution or platform you are using, but I'll try anyway.

So, you are having problems with termcap, if you are running Linux on
x86 then you are trying to run a version compiled for libc5. If it is
possible to run the libc6 version I'd recommend that to you because
it's not using termcap and atleast you won't get the same problem.

To check which version of libc is available, type in shell:

  ls -l /lib/libc.so*

If you see a file (or a link) named libc.so.6 then you can use the
other version of the binary.

If this is not the case then complain to the administrator. if you
happen to be the administrator then complaining wouldn't help too much
:), but you should get the termcap library. Where? That depends on
your distribution.

If you administrate the server make sure that you have run ldconfig
recently and the file /etc/ld.so.conf is up-to-date.

Hopefully you get rebol to work on Linux, if not feel free to ask more
assistance either on the mailing list or directly from me.

Yours,
Jussi

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

Reply via email to