[CMake] ccmake is not getting installed
Pradeep Jha
pradeep.kumar.jha at gmail.com
Mon Jan 28 04:15:58 EST 2013
Hello,
I am trying to install the latest version of
cmake on my centos linux machine.
--------------------------------------------
[root at 83 lib64]# uname -a
Linux 83.shin.fluid.cse.nagoya-u.ac.jp 2.6.18-164.el5 #1
SMP Thu Sep 3 03:28:30 EDT 2009 x86_64
x86_64 x86_64 GNU/Linux
--------------------------------------------
When I run the bootsrap command, it executes it successfully
but gives me the following message at the end:
"Curses libraries were not found. Curses GUI for CMake will not be built."
I need the ccmake command. I checked and I have the libncurses
lib file in the /usr/lib and /usr/lib64 folders:
---------------------------------------
[root at 83 lib]# ls libncurses*
libncurses.a libncurses_g.a libncurses.so.5
libncurses++w.a libncursesw_g.a libncursesw.so.5
libncurses++.a libncurses.so libncurses.so.5.5
libncursesw.a libncursesw.so libncursesw.so.5.5
[root at 83 lib64]# ls libncurses*
libncurses.a libncurses_g.a libncurses.so.5
libncurses++w.a libncursesw_g.a libncursesw.so.5
libncurses++.a libncurses.so libncurses.so.5.5
libncursesw.a libncursesw.so libncursesw.so.5.5
--------------------------------------------
I checked for updates for all the ncurses packages and
my yum is telling me it is already up-to-date. (I
have shown the output at the end of this email).
Please help me. I am not sure where to go about from
here. I need ccmake to run to install a software
which depends on it.
Thanks
Pradeep
---------------------------------------------
[root at 83 lib64]# yum install ncurses
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: ftp.iij.ad.jp
* base: ftp.iij.ad.jp
* extras: ftp.iij.ad.jp
* updates: ftp.iij.ad.jp
Setting up Install Process
Package ncurses-5.5-24.20060715.x86_64 already installed and latest version
Package ncurses-5.5-24.20060715.i386 already installed and latest version
Nothing to do
[root at 83 lib64]# yum install ncurses-devel
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: ftp.iij.ad.jp
* base: ftp.iij.ad.jp
* extras: ftp.iij.ad.jp
* updates: ftp.iij.ad.jp
Setting up Install Process
Package ncurses-devel-5.5-24.20060715.x86_64 already installed and latest version
Package ncurses-devel-5.5-24.20060715.i386 already installed and latest version
Nothing to do
More information about the CMake
mailing list