Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

Rebol for Debian Linux

 [1/3] from: rene_schrader-boelsche:westlb at: 6-Sep-2000 12:39


Hi there, I have little problems to run Rebol on my Debian Box. Rebol can not find libtermcap.2.so , but the lib5c and lib6c libraries are installed. Can I solve this problem with a soft-link??? Rene ------------------------------------------------------------------------------------------------------------------------------------------- René Schrader-Bölsche WestLB Panmure Tel.: +49 211 826 - 2410 001-36921 Information Technology Düsseldorf Fax: +49 211 826 - 8884 Herzogstr. 15, D - 40217 Düsseldorf eMail: [rene_schrader-boelsche--westlb--de] |---------------------------------------> |Wie Sie wissen, koennen ueber das | |Internet versandte eMails leicht unter | |fremden Namen erstellt oder manipuliert| |werden. Aus diesem Grunde bitten wir um| |Verstaendnis dafuer, dass wir zu Ihrem | |und unserem Schutz die rechtliche | |Verbindlichkeit der vorstehenden | |Erklaerungen und Aeusserungen | |ausschliessen. Die fuer die Bank | |geltenden Regelungen ueber die | |Verbindlichkeit von Willenserklaerungen| |mit verpflichtendem Inhalt bleiben | |unberuehrt. | |--------------------------------------->
>---------------------------------------|
|As you are aware, e-mails sent via | |Internet can easily be prepared or | |manipulated by third persons. For this | |reason we trust you will understand | |that, for your own and our protection, | |we rule out the legal validity of the | |foregoing statements and comments. The | |applicable regulations of the Bank on | |the legal validity of declarations of | |intent of a binding nature remain | |unaffected. |

 [2/3] from: jhagman::infa::abo::fi at: 6-Sep-2000 14:13


Quoting [rene_schrader-boelsche--westlb--de] ([rene_schrader-boelsche--westlb--de]):
> > Hi there, > > I have little problems to run Rebol on my Debian Box. Rebol can not find > "libtermcap.2.so", but the lib5c and lib6c libraries are installed. > Can I solve this problem with a soft-link???
Yes, indeed. # cd /lib # ln -s libncurses.so.5 libtermcap.2.so # ldconfig Should make rebol work. Yours, Jussi -- Jussi Hagman CS in Åbo Akademi University Studentbyn 4 D 33 [juhagman--abo--fi] 20540 Åbo [jhagman--infa--abo--fi] Finland

 [3/3] from: agem:crosswinds at: 6-Sep-2000 16:12


Hi Rene. No. libtermcap is a lib for console-access (moving cursor on different terminal..) had the same problem on suse. was not installed by default. they say, its nearly obsolete (or like this), but a few programms do use it. there is a package somewhere on the distribution on suse, (if i know what you search..). debian should have it too. volker [rene_schrader-boelsche--westlb--de] wrote on 6-Sep-2000/12:39:19+1:00