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
On Debian 11 (i386), if I execute export root=sudo, and run the build process as non-root user, it fails during the configure phase with
export root=sudo
ERROR: zlib not found
Actually, zlib is installed correctly. The log file gives a hint:
ccache: error: Failed to create directory /run/user/0/ccache-tmp: Permission denied ERROR: zlib not found
If I run the build process as root, the error does not happen.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On Debian 11 (i386), if I execute
export root=sudo
, and run the build process as non-root user, it fails during the configure phase withERROR: zlib not found
Actually, zlib is installed correctly. The log file gives a hint:
If I run the build process as root, the error does not happen.
The text was updated successfully, but these errors were encountered: