Page 1 of 3
phpmyadmin dependency error in installing vestacp on fresh centos 7
Posted: Tue May 03, 2016 9:55 am
by Hnaseri
Hi
I just got my dedicated server and I want to install vestacp on it. I have just installed a fresh centos 7 64 bit.
I used the following installation command for vestacp:
Code: Select all
bash vst-install.sh --nginx yes --apache yes --phpfpm no --vsftpd no --proftpd yes --exim yes --dovecot yes --spamassassin yes --clamav yes --named yes --iptables yes --fail2ban yes --mysql yes --postgresql no --remi yes --quota no --hostname server.***.com --email ***@gmail.com --password ***
but i got the following error:
Code: Select all
Processing Dependency: php(language) >= 5.5 for package: phpMyAdmin-4.6.1-1.el7.remi.noarch
--> Finished Dependency Resolution
Error: Package: phpMyAdmin-4.6.1-1.el7.remi.noarch (remi)
Requires: php(language) >= 5.5
Available: php-common-5.4.16-36.el7_1.x86_64 (base)
php(language) = 5.4.16
Available: php-common-5.4.45-7.el7.remi.x86_64 (remi)
php(language) = 5.4.45
Installing: php-common-5.4.45-8.el7.remi.x86_64 (remi)
php(language) = 5.4.45
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Error: yum install failed
any advise would be appreciated
thanks
Re: phpmyadmin dependency error in installing vestacp on fresh centos 7
Posted: Tue May 03, 2016 11:36 am
by serverliving
I am guessing that your Dedicated server already has some PHP packages installed, You need to remove them first and retry
Re: phpmyadmin dependency error in installing vestacp on fresh centos 7
Posted: Tue May 03, 2016 12:33 pm
by value
I can confirm that this has started appearing from a week or two for me as well. I am with CentOS 6.7 (64bit). Exactly the same issue. Clean install (no packages installed). The phpMyAdmin version requires 5.5 or later of PHP, but the default install doesn't provide it.
For those that would suggest solution to install 5.5 or later, there are people like me which need 5.3. Please propose a solution to use older version of phpMyAdmin or at least being able to skip phpmyadmin installation.
Thanks,
Nikolay
Re: phpmyadmin dependency error in installing vestacp on fresh centos 7
Posted: Tue May 03, 2016 1:40 pm
by masson
Yes, it seems that the bash installer is broken. I've installed and setup several servers with VESTA CP without any issues, (clean and fresh servers). And now i tried 3 times to install and always get the same error.
Using Centos 6
Code: Select all
---> Package phpMyAdmin.noarch 0:4.6.1-1.el6.remi will be installed
--> Processing Dependency: php(language) >= 5.5 for package: phpMyAdmin-4.6.1-1.el6.remi.noarch
--> Finished Dependency Resolution
Error: Package: phpMyAdmin-4.6.1-1.el6.remi.noarch (remi)
Requires: php(language) >= 5.5
Available: php-common-5.3.3-40.el6_6.x86_64 (base)
php(language) = 5.3.3
Available: php-common-5.3.3-46.el6_6.x86_64 (updates)
php(language) = 5.3.3
Available: php-common-5.3.3-46.el6_7.1.x86_64 (updates)
php(language) = 5.3.3
Available: php-common-5.4.45-7.el6.remi.x86_64 (remi)
php(language) = 5.4.45
Installing: php-common-5.4.45-8.el6.remi.x86_64 (remi)
php(language) = 5.4.45
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Error: yum install failed
Re: phpmyadmin dependency error in installing vestacp on fresh centos 7
Posted: Tue May 03, 2016 2:33 pm
by Hnaseri
So what should we do now? should we wait for something? Or should we fix this by our own?
Re: phpmyadmin dependency error in installing vestacp on fresh centos 7
Posted: Tue May 03, 2016 6:21 pm
by ShaunWHD
phpMyAdmin is very easy to install manually.
Download the latest release from
https://www.phpmyadmin.net/downloads/ and follow the instructions at
http://docs.phpmyadmin.net/en/latest/setup.html under "Quick Install"
Re: phpmyadmin dependency error in installing vestacp on fresh centos 7
Posted: Tue May 03, 2016 7:59 pm
by Hnaseri
ShaunWHD wrote:phpMyAdmin is very easy to install manually.
then how can I tell vestacp installation not to install phpmyadmin?
Re: phpmyadmin dependency error in installing vestacp on fresh centos 7
Posted: Tue May 03, 2016 8:22 pm
by ShaunWHD
I could be wrong, but taking a closer look at the vst-install-rhel.sh script, there doesn't seem to be a command line option to ignore installation of phpMyAdmin.
If it were me, I would just erase references to phpMyAdmin between lines 20 and 40 on vst-install-rhel.sh.
This should prevent the installer from attempting to install the phpMyAdmin package. Keep in mind this is just a work around, but not necessarily a fix.
If you try it, let me know if it works. Maybe in future releases the devs will code a command line option to skip phpMyAdmin.
Re: phpmyadmin dependency error in installing vestacp on fresh centos 7
Posted: Tue May 03, 2016 11:44 pm
by Syeef
I have this exact same problem also... I have been running VestaCP last 2 months without any issue, but yesterday upgraded my VPS package so I decided to do a fresh install, but I get this same exact error... Installer won't let me install. Tried on CentOS 5.10, 6.5, 6.6, 7.0 [64 bit] but no luck!
Help! need some kind of patch urgently... :'(
Re: phpmyadmin dependency error in installing vestacp on fresh centos 7
Posted: Tue May 03, 2016 11:54 pm
by nordix
Syeef wrote:I have this exact same problem also... I have been running VestaCP last 2 months without any issue, but yesterday upgraded my VPS package so I decided to do a fresh install, but I get this same exact error... Installer won't let me install. Tried on CentOS 5.10, 6.5, 6.6, 7.0 [64 bit] but no luck!
Help! need some kind of patch urgently... :'(
+1