-
Notifications
You must be signed in to change notification settings - Fork 124
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
NSS_Initialize failed #482
Comments
This is the result of not having |
i understood but how can i fix it, please? |
Hi @martinthomson, |
Yes, attempting to set the rpath by passing arguments to the linker doesn't seem to work (or at least I tried several approaches and got nowhere). If you have more experience with this, then I'd be very happy for the help. |
Hi @martinthomson, Sorry for could not attend this issue earlier, got stuck with something at work. Previously the thing does not make sense to me is that if NSS was built inside the project, then we do not need to set the LD_LIBRARY_PATH. After reading the Cargo Book, it makes sense now.
Regarding setting the rpath in the build script, seems it is still an open issue in Cargo: So far I could not think of any cleaner way of doing this. What was your plan previously? Cheers. |
Don't stress about timing. We're muddling along with LD_LIBRARY_PATH :) All I had was the rpath tweak, which the docs seem to imply is possible, but as you say it doesn't work (I will concede that maybe I'm just not holding it right). |
I haven't had a moment to fully investigate, but in case this is helpful to someone, here is my experience with this issue. After building neqo in Exporting proper variables did not work. It was only after re-cloning neqo in a different dir |
i followed the readme instruction to build Neqo but when i ran this command
./target/debug/neqo-server 12345 -k key --db ./test-fixture/db
i got this errorany help please , Thanks in advance
The text was updated successfully, but these errors were encountered: