-
Notifications
You must be signed in to change notification settings - Fork 78
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
Can't run over Ubuntu Vivid #2
Comments
I have the exact error on OS X. Any idea would be great |
Sorry I missed this guys - we're not heavily using this just yet so it doesn't have a whole lot of attention. I know OpenALPR released an update recently. What you're likely running into a situation where the pre-build .node files are incompatible with the libraries you have installed. I don't think I documented much on the build process. If you can't wait you'll likely need to update all of the files in the includes directory with the includes from the OpenALPR project, then install build-essential (sudo apt-get install build-essential make cmake). Once you have all of that you should be able to build as long as they didn't change the base API. If you can wait until Monday I could probably get a new release out with the updates needed. |
@kjlaw89 Thank you for response. Monday is fine for me. If you need any assistance or is there anything that I could do please just tell me. |
@saygun The latest release (1.1.0) should fix it for you. The issue you're likely running into is that you have OpenALPR 2.2 installed, but the headers/compiled library was for 2.1. Try to update and see if it is fixed for you. |
Hi, the installation ran correctly. But when I try to run your example i get this error:
node: symbol lookup error: /home/parallels/NodeProjects/vipass_cam/node_modules/node-openalpr/release/linux_x64/node_openalpr.node: undefined symbol: _ZN4alpr4Alpr9getConfigEv
The text was updated successfully, but these errors were encountered: