cmake installation problem


 
Thread Tools Search this Thread
Operating Systems Solaris cmake installation problem
# 1  
Old 03-23-2012
cmake installation problem

hi guys..
i installed cmake in solaris 5.10..... x86
i checked pkginfo | grep -i cmake ... it installed but when excuted cmake it showing following error in output

bash-3.00# cmake
ld.so.1: cmake: fatal: liblzma.so.5: open failed: No such file or directory



help me anyone before face this problem .. i 'm waiting for your response

Last edited by coolboys; 03-23-2012 at 04:29 AM.. Reason: change
# 2  
Old 03-23-2012
Code:
whereis cmake
ldd /path/to/cmake

# 3  
Old 03-26-2012
hi Corona..

bash-3.00# which cmake
/usr/local/bin/cmake
......
when i excute it showing following error

bash-3.00 # ldd /path/to/cmake
ldd: /path/to/cmake: cannot open file: No such file or directory

help i'm waiting your response ...
# 4  
Old 03-26-2012
You should have run
Code:
ldd  /usr/local/bin/cmake

In any case, you are missing (at least) a library. Install it from the site where you downloaded cmake.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Problem to download cmake extra modules v 1.7

Hello. I am currently trying to compile kde-baseapps. I issue this command: which returns So I need this ECM stuff. I found this: extra-cmake-modules.git - Extra modules and scripts for CMake.. When I click in the corresponding link in the column, I receive this: This also happens... (2 Replies)
Discussion started by: colt
2 Replies

2. Programming

Boost library path for cmake & make

I was compiling a downloaded open source pkg. Following the install instruction, I did $ mkdir build; cd build; cmake ../; make but got error message:make: *** No rule to make target 'usr/lib64/lib64/libboost_graph-mt.so.5'. needed by ../bin.gam-create. stop make: *** Error 2 make: *** Error... (1 Reply)
Discussion started by: yifangt
1 Replies

3. Fedora

How to download latest version of cmake using tar xzf?

...... (3 Replies)
Discussion started by: larry burns
3 Replies

4. Programming

Boost.Test and CMake

Hi, I just started using CMake and the Boost Libraries. In this progress I encountered some problems. One of these problems is combining Boost unit tests with cmake. I don't know how to set the whole project up. I tried to set up a simple test project. This contains a main.cpp a comp.cpp and the... (0 Replies)
Discussion started by: ElCoyote
0 Replies

5. Programming

cmake and boost library installation problem

hi all, I am new to linux and C++ programming so I'm posting in hope of some help. I am trying to install a C++ library using boost and cmake but I keep gettin this error in the terminal: CMake Error at /usr/share/cmake/Modules/FindBoost.cmake:1199 (message): Unable to find the... (9 Replies)
Discussion started by: peter_071
9 Replies

6. SCO

unix installation problem

hi, im tring installaing sco unix 5.05 in my pc but it is showing an "memory error loading kernel fd(64)unix.text loading ram disk image fd(64)rootfs" can anybody tell me how to solve this problem. my system configuration is 3.2ghz processor,1gb ram,d101ggc mother board thank u bln (1 Reply)
Discussion started by: blnprasad
1 Replies

7. Shell Programming and Scripting

Installation problem

Hi , I have installed a s/w for work tracking (work tracking fecilitator) in linix OS. all my other perl programs are working fine. i have completed the backend part of it but unable to use this application . Please guide me regarding this . I have downloaded the source from... (4 Replies)
Discussion started by: alma
4 Replies
Login or Register to Ask a Question