Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index Main Section General Discussion
  • Search

phpmyadmin dependency error in installing vestacp on fresh centos 7

General questions about VestaCP
Post Reply
  • Print view
Advanced search
29 posts
  • 1
  • 2
  • 3
  • Next
Hnaseri
Posts: 40
Joined: Fri Apr 29, 2016 8:28 am

phpmyadmin dependency error in installing vestacp on fresh centos 7
  • Quote

Post by Hnaseri » Tue May 03, 2016 9:55 am

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
Top

serverliving
Posts: 9
Joined: Wed Dec 02, 2015 9:52 am

Re: phpmyadmin dependency error in installing vestacp on fresh centos 7
  • Quote

Post by serverliving » Tue May 03, 2016 11:36 am

I am guessing that your Dedicated server already has some PHP packages installed, You need to remove them first and retry
Top

value
Posts: 8
Joined: Tue May 03, 2016 12:29 pm

Re: phpmyadmin dependency error in installing vestacp on fresh centos 7
  • Quote

Post by value » Tue May 03, 2016 12:33 pm

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
Top

masson
Posts: 2
Joined: Tue Sep 29, 2015 9:13 am

Re: phpmyadmin dependency error in installing vestacp on fresh centos 7
  • Quote

Post by masson » Tue May 03, 2016 1:40 pm

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
Top

Hnaseri
Posts: 40
Joined: Fri Apr 29, 2016 8:28 am

Re: phpmyadmin dependency error in installing vestacp on fresh centos 7
  • Quote

Post by Hnaseri » Tue May 03, 2016 2:33 pm

So what should we do now? should we wait for something? Or should we fix this by our own?
Top

ShaunWHD
Posts: 18
Joined: Tue May 03, 2016 5:30 pm

Re: phpmyadmin dependency error in installing vestacp on fresh centos 7
  • Quote

Post by ShaunWHD » Tue May 03, 2016 6:21 pm

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"
Top

Hnaseri
Posts: 40
Joined: Fri Apr 29, 2016 8:28 am

Re: phpmyadmin dependency error in installing vestacp on fresh centos 7
  • Quote

Post by Hnaseri » Tue May 03, 2016 7:59 pm

ShaunWHD wrote:phpMyAdmin is very easy to install manually.
then how can I tell vestacp installation not to install phpmyadmin?
Top

ShaunWHD
Posts: 18
Joined: Tue May 03, 2016 5:30 pm

Re: phpmyadmin dependency error in installing vestacp on fresh centos 7
  • Quote

Post by ShaunWHD » Tue May 03, 2016 8:22 pm

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.
Top

Syeef
Posts: 52
Joined: Tue May 03, 2016 11:35 pm

Re: phpmyadmin dependency error in installing vestacp on fresh centos 7
  • Quote

Post by Syeef » Tue May 03, 2016 11:44 pm

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... :'(
Top

nordix
Posts: 11
Joined: Tue Jan 26, 2016 3:50 pm

Re: phpmyadmin dependency error in installing vestacp on fresh centos 7
  • Quote

Post by nordix » Tue May 03, 2016 11:54 pm

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
Top


Post Reply
  • Print view

29 posts
  • 1
  • 2
  • 3
  • Next

Return to “General Discussion”



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

Login  •  Register

I forgot my password