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

Not finding nss3 lib on mac os X #14

Closed
jneves opened this issue Mar 26, 2017 · 2 comments
Closed

Not finding nss3 lib on mac os X #14

jneves opened this issue Mar 26, 2017 · 2 comments

Comments

@jneves
Copy link

jneves commented Mar 26, 2017

I was getting an error like this while trying to use nss3 from both Firefox and Thunderbird.

2017-03-25 21:48:28,524 - ERROR - Error was dlopen(libnss3.dylib, 6): Library not loaded: @executable_path/libmozglue.dylib
  Referenced from: /Users/joao/Applications/FirefoxDeveloperEdition.app/Contents/MacOS/libnss3.dylib
  Reason: unsafe use of @executable_path in libnss3.dylib with restricted binary

From https://bugzilla.mozilla.org/show_bug.cgi?id=578751 this is an issue that isn't going to be solved.

My final solution was to install nss from homebrew with brew install nss and adding "/usr/local/opt/nss/lib", to the paths of nss library in Darwin (around line 245).

Just opening this to inform others.

@unode
Copy link
Owner

unode commented Mar 26, 2017

Thanks @jneves
I'll make sure to document this and guide users accordingly.

@Gounlaf
Copy link
Contributor

Gounlaf commented Apr 8, 2017

Hi @unode,

I made this pr: #15

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

3 participants