When run "make install" following problems happen: CMake Error at bindings/qpid/ruby/cmake_install.cmake:44 (file): file INSTALL cannot find "/root/Downloads/qpid-cpp-0.28/BLD/bindings/qpid/ruby/libcqpid_ruby.so". Call Stack (most recent call first): bindings/cmake_install.cmake:37 (include) cmake_install.cmake:51 (include)
CMake Error at bindings/qmf2/ruby/cmake_install.cmake:44 (file): file INSTALL cannot find "/root/Downloads/qpid-cpp-0.28/BLD/bindings/qmf2/ruby/libcqmf2_ruby.so". Call Stack (most recent call first): bindings/cmake_install.cmake:38 (include) cmake_install.cmake:51 (include) actual files after make are "cqpid_ruby.so" and "cqmf2_ruby.so" missing "lib" that's why make install doesn't find it. Can be solved by manually rename the files.
