I recently came across and issue trying to install PHP modules from PECL, where /tmp is mounted noexec phpize refuses to run. The workaround is to create the temporary directories in another location and symlink them into /tmp First, create the new...
Back to top