Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
When performing a make install on qpid-cpp, the Ruby site packages are installed into a directory <CMAKE_INSTALL_PREFIX>/local/lib64/... instead of <CMAKE_INSTALL_PREFIX>/lib64/... I have observed this with <CMAKE_INSTALL_PREFIX> set to a local directory, and the install tree looked like this:
<CMAKE_INSTALL_PREFIX> ├── bin ├── etc ├── include ├── lib ├── lib64 ├── libexec ├── local │ └── lib64 │ └── ruby │ └── site_ruby │ ├── cqmf2_ruby.so │ └── cqpid_ruby.so ├── sbin └── share
I have not checked this with a default cmake install prefix.