[CONC-59] Install to lib64 directories on Linux and other UNIX systems? Created: 2013-10-16 Updated: 2013-10-28 Resolved: 2013-10-27 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Todd Rinaldo | Assignee: | Georg Richter |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
CentOS 5 and 6 tested |
||
| Attachments: |
|
| Description |
|
Library files really ought to go to lib64. I searched all over for a standard method of deciding this. I'm submitting this patch which is a little bit of a hack but does the job till someone does it better. |
| Comments |
| Comment by Georg Richter [ 2013-10-27 ] |
|
We use the same path convention as we have in the server package. Also mysql-connector-c uses lib, not lib64. |
| Comment by Todd Rinaldo [ 2013-10-28 ] |
|
mysql however has code very similar to this and puts the client libraries in lib64 |
| Comment by Georg Richter [ 2013-10-28 ] |
|
Todd, I think your mixing the native cmake build system with distribution specific rpms. By default it's /usr/local. |