Results 1 to 8 of 8
Hi
I have a few questions on Redhat Scientific Linux.
The first is that I installed Haskell GHCi. In Terminal I type ghci to start the interpreter but I get ...
- 10-05-2009 #1Just Joined!
- Join Date
- Mar 2009
- Posts
- 6
A few questions
Hi
I have a few questions on Redhat Scientific Linux.
The first is that I installed Haskell GHCi. In Terminal I type ghci to start the interpreter but I get the following error:
Also, is it possible to get the keyboard to map out the same as in Windows so I press Shift and 2 for example it will print inverted commas?Code:/usr/local/lib/ghc-6.10.4/ghc: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
Thanks
- 10-05-2009 #2
Problem 1: You need to install libtinfo. Try,
Problem 2: You need to change your keyboard layout to "UK English". Should be somewhere in "System/Settings" (or something similar). Google is your friend.....Code:sudo yum search libtinfo
Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode
- 10-05-2009 #3Just Joined!
- Join Date
- Mar 2009
- Posts
- 6
Hi
For problem 1 it returned an error saying No Matches Found
- 10-05-2009 #4
Try
Code:sudo yum install ncurses-libs
Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode
- 10-05-2009 #5Just Joined!
- Join Date
- Mar 2009
- Posts
- 6
Hi
That came back saying:
No package ncurses-libs available.
Nothing to do
- 10-05-2009 #6
Damn. Sorry about this. Try,
Code:yum search ncurses yum search libtinfo
Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode
- 10-05-2009 #7Just Joined!
- Join Date
- Mar 2009
- Posts
- 6
Hi
For yum search ncurses I got:
Loaded plugins: kernel-module, priorities
484 packages excluded due to repository priority protections
=============================== Matched: ncurses ===============================
mtr.x86_64 : A network diagnostic tool.
cboard.x86_64 : Ncurses PGN editor and front end to chess engines
clex.x86_64 : File manager with an ncurses interface
cscope.x86_64 : C source code tree search and browse tool
dvorak7min.x86_64 : Dvorak typing tutor
finch.i386 : A text-based user interface for Pidgin
finch.x86_64 : A text-based user interface for Pidgin
libpfm-devel.i386 : the Linux performance library (libpfm) development files.
libpfm-devel.x86_64 : the Linux performance library (libpfm) development files.
libtorrent.x86_64 : BitTorrent library
mikmod.i386 : A MOD music file player.
mikmod.x86_64 : A MOD music file player.
multitail.x86_64 : View one or multiple files like tail but with multiple
: windows
ncurses.i386 : A terminal handling library
ncurses.x86_64 : A terminal handling library
ncurses-devel.i386 : Development files for the ncurses library
ncurses-devel.x86_64 : Development files for the ncurses library
php-ncurses.x86_64 : A module for PHP applications for using ncurses interfaces
pinfo.x86_64 : An info file viewer.
shed.x86_64 : Console hex editor
twin.x86_64 : Textmode windowing environment
vche.x86_64 : Virtual console hex editor
vlc.x86_64 : The VideoLAN client, also a very good standalone video player
and for yum search libtinfo I got
Loaded plugins: kernel-module, priorities
484 packages excluded due to repository priority protections
Warning: No matches found for: libtinfo
No Matches found
- 10-05-2009 #8Just Joined!
- Join Date
- Mar 2009
- Posts
- 6
Hi
Sorry for double posting but can anyone help with this? I need this for a university assignment. Is there no place I can just download this single file and place it in the folder myself?


Reply With Quote