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

whereis cmake
ldd /path/to/cmake

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 ...

You should have run

ldd  /usr/local/bin/cmake

In any case, you are missing (at least) a library. Install it from the site where you downloaded cmake.