You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having a weird problem trying to install to CentOS7. Something is trying to install php-mysql, but I think for CentOS after PHP5.5, we want php-mysqlnd, right? @seth-shaw-unlv, did you see anything like this?
What is going on is that this role is trying to install php 5 libraries when the php 7 libraries are already installed.
So, this may or may not be the issue you are running into, but there are two separate playbooks that attempt to install php-mysql: webserver.yml and crayfish.yml. Both of them need to include the repo-remi role and install the same version of PHP or else they start conflicting with each other.
This is the situation that Islandora-Devops/islandora-playbook/pull/68 should resolve. I would double-check your webserver.yml, crayfish.yml for the remi role, and then group_vars/all/main.yml to make sure the PHP version number is what you want.
I know when I pointed the playbook at an existing CentOS install I had to be careful that the libraries were correctly configured before running the playbook or else I would get errors like this thrown. You may want to manually check your own repo lists before running the playbook.
I'm having a weird problem trying to install to CentOS7. Something is trying to install
php-mysql
, but I think for CentOS after PHP5.5, we wantphp-mysqlnd
, right? @seth-shaw-unlv, did you see anything like this?The text was updated successfully, but these errors were encountered: