Amiga!
Home
Support
Get the SDK
(Answer) (Category) Amiga Inc. Faq-O-Matic : (Category) Amiga SDK FAQ :
How can I easily fix the ncurses problem under RedHat 6.2 and others without messing up my other apps?
OK, here is an easy way to force the SDK to use a "fixed" ncurses while all your other apps continue to happily use the older ncurses that came with your distro. Follow these steps:
  1. download ncurses-4.2.tar.gz from ftp://ftp.gnu.org/pub/gnu/ncurses
  2. unpack the tarball: tar xzvf ncurses-4.2.tar.gz
  3. enter the source dir: cd ncurses-4.2
  4. configure: ./configure --with-shared --prefix=/usr/amiga
  5. compile: make
  6. install: make install
  7. In a shell, type: export LD_LIBRARY_PATH=/usr/amiga/lib
  8. Try running intent_media and intent_shell which should now be redirected to the new ncurses. All other apps run from other shells will use the old ncurses. The next time you want to run the SDK, just type "export LD_LIBRARY_PAth=/usr/amiga/lib"; there's no need to repeat the other steps.

drobbins, ray
[Append to This Answer]
Previous: (Answer) Information about the CVS server at amiga.com
Next: (Answer) Java problem can't find sun.tools.javac.Main
This document is: http://www.amiga.com/cgi-bin/fom.cgi?file=46
[Search] [Appearance]
This is a Faq-O-Matic 2.710.
This FAQ administered by ray@amiga.com


© 1996-2000 Amiga, Inc.