-
Notifications
You must be signed in to change notification settings - Fork 417
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
Problem compiling on Ubuntu 12.04 #99
Comments
When you ran
Do you have pkg-config installed? |
Yes, thanks. That was the case. It's all good now. |
Related to issue mozilla#99
See: mozilla/mozjpeg#99 I hope your are happy with leaving `$` signs. This way it can be copy-and-pasted.
Ok, actually figured this out. For me, I had pkg-config installed already. But I had to do a Googlers: Ensure you have all packages installed reload shared libs before attempting to compile. So something like:
Works for me. |
thank you @okor for your condensed solution. |
sudo apt-get -y install build-essential cmake libtool autoconf automake m4 nasm pkg-config I supplemented a missing tar-statement. Running npm install after the steps above, I did not get the error. |
Thanks for articulating the solution, @okor (and for providing the missing In my particular case, installing
Why does this |
I have no idea why the node module complains. You're asking in the wrong project. The Node.js binary is maintained by https://github.com/imagemin/mozjpeg-bin |
Thanks for clarifying the origin of the problem, @kornelski . I loathe to be the guy who complains to the incorrect project. It looks like this may be the place to discuss this further: |
@dwbuiten it works |
See: mozilla/mozjpeg#99 I hope your are happy with leaving `$` signs. This way it can be copy-and-pasted.
64-bit build on 64-bit Ubuntu 12.04
Anyone?
The text was updated successfully, but these errors were encountered: