Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libpki wrong library installation folder on Debian-based #2

Closed
vtsingaras opened this issue Oct 16, 2014 · 1 comment
Closed

libpki wrong library installation folder on Debian-based #2

vtsingaras opened this issue Oct 16, 2014 · 1 comment

Comments

@vtsingaras
Copy link
Contributor

Configuring libpki on a 14.04 64bit machine results in selecting /usr/lib64/ as the lib install directory, instead of the more appropriate /usr/lib/x86_64-linux-gnu (at least on Debian and Ubuntu).

https://wiki.ubuntu.com/MultiarchSpec

@opencrypto
Copy link
Member

This is a distribution-specific issue. The default installation for all UNIX platforms is actually /usr/lib64 for 64bits builds. You can always specify a different library installation directory by using the appropriate configure option. In your case:

$ ./configure --prefix=/usr --with-libdir=/usr/lib64/x86_64-linux-gnu

this should address your installation issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants