Kim van der Riet created QPID-7617:
--------------------------------------
Summary: Ruby install adds extra 'local' into install path
Key: QPID-7617
URL: https://issues.apache.org/jira/browse/QPID-7617
Project: Qpid
Issue Type: Bug
Reporter: Kim van der Riet
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:
{noformat}
<CMAKE_INSTALL_PREFIX>
├── bin
├── etc
├── include
├── lib
├── lib64
├── libexec
├── local
│ └── lib64
│ └── ruby
│ └── site_ruby
│ ├── cqmf2_ruby.so
│ └── cqpid_ruby.so
├── sbin
└── share
{noformat}
I have not checked this with a default cmake install prefix.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]