MySQL Forums
Forum List  »  Connector/C++

Re: shared library installation location
Posted by: Ephraim Stevens
Date: July 18, 2018 06:23AM

Hi Luis,

Thanks for assisting with this matter.

I'm using cmake version 3.11.3 and RedHat 6.9.

Luis, would you mind trying the steps on your machine and see if you experience the same behavior? Install using the -DCMAKE_INSTALL_PREFIX switch (for ex: -DCMAKE_INSTALL_PREFIX=/home/luis)

Again, the include files get install to the correct place (${PREFIX}/include), but the shared library files do not (${PREFIX}/lib or $PREFIX/lib64). The shared libraries stay in the directory that the build occurred.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: shared library installation location
675
July 18, 2018 06:23AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.