Skip to content
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.

libu2f-host.so.0 not found after build #59

Closed
michaelcress opened this issue Jul 12, 2016 · 2 comments
Closed

libu2f-host.so.0 not found after build #59

michaelcress opened this issue Jul 12, 2016 · 2 comments

Comments

@michaelcress
Copy link

michaelcress commented Jul 12, 2016

My system was initially not able to find the libu2f-host.so.0 file after building. Below is an output message for u2f-host:

u2f-host: error while loading shared libraries: libu2f-host.so.0: cannot open shared object file: No such file or directory

The issue can be resolved by updating LD_LIBRARY_PATH as follows:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib

Can this be added to the main project page?

@a-dma
Copy link
Member

a-dma commented Jul 13, 2016

Are you building from source? Do you have (a fairly recent version of) libtool installed?
What does pkg-config say?

@michaelcress
Copy link
Author

I checked out the code from Git, installed the dependencies, and did the typical configure..make...make install sequence successfully. I didn't think to log out and back in again (to refresh any env variables) but it seems to be working fine for me now without having to set the LD_LIBRARY_PATH explicitly. Not really sure what the issue was but I'm going to close this.

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

No branches or pull requests

2 participants