We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running on Ubuntu 14.04 with -v reveals the errors like: /sbin/ldconfig: /usr/lib/mysql/libmysqlclient.so.16.0.0 is for unknown machine 40.
-v
/sbin/ldconfig: /usr/lib/mysql/libmysqlclient.so.16.0.0 is for unknown machine 40.
This causes empty cache file and non-working web admin panel because PHP fails to start (libmysqlclient.so.16.0.0 not found).
A solution would be to include older ldconfig from Ubuntu 12.04. See http://forum.virt2real.ru/viewtopic.php?p=19920#p19920 for details.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running on Ubuntu 14.04 with
-v
reveals the errors like:/sbin/ldconfig: /usr/lib/mysql/libmysqlclient.so.16.0.0 is for unknown machine 40.
This causes empty cache file and non-working web admin panel because PHP fails to start (libmysqlclient.so.16.0.0 not found).
A solution would be to include older ldconfig from Ubuntu 12.04.
See http://forum.virt2real.ru/viewtopic.php?p=19920#p19920 for details.
The text was updated successfully, but these errors were encountered: