-
Notifications
You must be signed in to change notification settings - Fork 60
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
Reporting wrong libfaac version #43
Comments
What does |
$ which faac |
Please try to move that out of the way. |
OK, I moved libfaac.so.0 out of the way, and now I get this: $ faac $ which faac $ ldd /usr/local/bin/faac Note: I tried running "sudo make install" again but that does not appear to install a new libfaac library, only the faac executable. Edit: I went into the libfaac dir, did a "sudo make install" in there for libfaac, then I needed to run ldconfig. Now it comes up running! I don't think installing libfaac is being done when "make install" is done for the faac executable. |
So, is this still an issue? |
You can compile in static:
|
Running Ubuntu 18.04 LTS. Following the instructions in the INSTALL text file, faac was built and then installed in /usr/local/bin. Running faac then results in the following error:
main.c(507): wrong libfaac version
Note: the version using apt, 1.29, is not installed, but maybe there is a conflict with something else?
The text was updated successfully, but these errors were encountered: