Quoting [EMAIL PROTECTED] ([EMAIL PROTECTED]): > Interesting, > > >I was told to use rebol041.tar.gz instead of rebol042.tar.gz > >That failed because it required libtermcap.so.2 and we only have a > >symbolic link from libncurses.so to libtermcap.so > > I'm using the xxx041.tar.gz versions and didn't have to make any changes. Hmmm... Why are you using libc5 version? Libc5 is almost obsolete, if you are running relatively new distribution of Linux there should be no reason to run libc5 binaries (if libc6 binaries are available) > Using xterm, i only get the segmentation fault message using /Core, both > /View and /Command work ok. This is probably because Core, View and Command depend on different libraries. Investigate with ldd. > > I'm also logged in as root. Don't! There is no need to run rebol as root. Rebol is quite safe, but really do not run anything as root unles 1. You know what you are doing and 2. It is absolutely necessary. You can do a lot of harm rto your system as root by accident. Been there, done that. :) Yours, Jussi -- Jussi Hagman CS in �bo Akademi University Studentbyn 4 D 33 [EMAIL PROTECTED] 20540 �bo [EMAIL PROTECTED] Finland
