[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: Text File cmake_lib64.patch    

 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.
To determine path of libraries please use the mariadb_config program.

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.
When running cmake and make install libraries and include files will be always installed in CMAKE_INSTALL_PREFIX directory.

By default it's /usr/local.

Generated at Thu Feb 08 03:02:35 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.