Purewell.BIZ : CentOS 5.1에서 cmake Source RPM으로 설치하기 CentOS 5.1(i386)에서 cmake 2.4를 잘 설치했다. 그런데 CentOS 5.2( x86_64 )에 cmake 2.6 .x 를 예전 방식으로 설치하려니까 뜬금 없이 cmake를 빌드하는 곳에서 "QT qmake not found" 라고 하면서 빌드 실패 떨구네. 헐~ 'rpmbuild -bb cmake.spec'만 한 것이라 왠만한 의존성은 RPM이 알아서 오류를 미리 내뿜어줄텐데 그것도 아니고... qt4-devel 패키지도 잘 깔려 있지 말이지. 그나저나 qmake 는 뭐래... 혹시나 해서 찾아봤더니 '/usr/lib64/qt4/bin/qmake'가 있네. 설마 PATH 에 없다고 그런 건 아니겠지? 참고로 이하 root 계정으로 실행이다. $ export PATH=$PATH:/usr/lib64/qt4/bin $ rpmbuild -bb cmake.spec blarblar... + desktop-file-install --delete-original --dir=/var/tmp/cmake-2.6.0-1-root-root/usr/share/applications /var/tmp/cmake-2.6.0-1-root-root//usr/share/applications/CMake.desktop Must specify the vendor namespace for these files with --vendor error: Bad exit status from /var/tmp/rpm-tmp.96188 (%install) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.96188 (%install) 한 번에 안 되는고만... 일단 qmake는 PATH 때문인 것 같고, 이번 문제는 'desktop-file-install'이라는 이상한 실행파일이 --...