Page 2 of 3

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

Posted: Wed May 04, 2016 12:55 am
by prozz
Same issue

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

Posted: Wed May 04, 2016 1:11 am
by Chouby
Same issue here.. deleted phpmyadmin is SH to try it up.. already go further than before (not terminated yet)

Let us know..

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

Posted: Wed May 04, 2016 1:15 am
by ShaunWHD
Here is an unofficial copy of the VestaCP bash install script WITHOUT phpMyAdmin

SSH as root, then:

Code: Select all

cd ~
curl -O http://(link omitted. issue is resolved)/vst-install.sh
bash vst-install.sh
Afterward, manually install phpMyAdmin:
ShaunWHD wrote: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: Wed May 04, 2016 1:37 am
by Chouby
Problem is in relation with " phpPgAdmin" and it's dependency

-
[root@localhost ~]# yum install phpPgAdmin --skip-broken
Loaded plugins: fastestmirror, security
Setting up Install Process
Loading mirror speeds from cached hostfile
* base: centos.mirror.iweb.ca
* epel: mirror.steadfast.net
* extras: centos.mirror.ca.planethoster.net
* updates: mirror.gpmidi.net
Resolving Dependencies
--> Running transaction check
---> Package phpPgAdmin.noarch 0:5.0.4-1.el6 will be installed
--> Processing Dependency: php-pgsql >= 4.2 for package: phpPgAdmin-5.0.4-1.el6.noarch
--> Running transaction check
---> Package php-pgsql.x86_64 0:5.3.3-46.el6_7.1 will be installed
--> Processing Dependency: php-common(x86-64) = 5.3.3-46.el6_7.1 for package: php-pgsql-5.3.3-46.el6_7.1.x86_64

Packages skipped because of dependency problems:
php-pgsql-5.3.3-46.el6_7.1.x86_64 from updates
phpPgAdmin-5.0.4-1.el6.noarch from epel
-

So the problem is in phpPgAdmin bundle, not Vesta installation script...

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

Posted: Wed May 04, 2016 1:58 am
by ShaunWHD
correct, the issue is PMA/PPA.

The only difference in the edited bash script is that I have removed phpMyAdmin from the software installation process to prevent the dependency errors.
I've test installed it on CentOS 6 and 7 with success.

If phpPqAdmin is for some reason preventing your installation, you can

Code: Select all

nano vst-install-rhel.sh
and erase phpPqAdmin from the software list (between lines 20 and 40)...then your VestaCP will install and after you can install phpPqAdmin manually (if you plan on using PostgreSQL).

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

Posted: Wed May 04, 2016 3:55 am
by bestcontrolpanel
same error, please fix it

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

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

Posted: Wed May 04, 2016 3:58 am
by bestcontrolpanel
ShaunWHD wrote:correct, the issue is PMA/PPA.

The only difference in the edited bash script is that I have removed phpMyAdmin from the software installation process to prevent the dependency errors.
I've test installed it on CentOS 6 and 7 with success.

If phpPqAdmin is for some reason preventing your installation, you can

Code: Select all

nano vst-install-rhel.sh
and erase phpPqAdmin from the software list (between lines 20 and 40)...then your VestaCP will install and after you can install phpPqAdmin manually (if you plan on using PostgreSQL).

Please instruction install phpmyadmin thank you

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

Posted: Wed May 04, 2016 2:01 pm
by Chouby
Don't forget to run the right script you edited (debian, ubuntu or rhel). Otherwise, if you run the main script (vst-install.sh), the edited script will be overwrited and the error will come back again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again :) Hope everyone got it :P

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

Posted: Wed May 04, 2016 2:30 pm
by Chouby
Here the proof...

Image

ShaunWHD solution is right 140%. Just remove PhpPgAdmin

Good work ShaunWHD :)

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

Posted: Wed May 04, 2016 4:41 pm
by Syeef
Chouby wrote:ShaunWHD solution is right 140%. Just remove PhpPgAdmin
Yes, worked for me too... by removing phpPgAdmin from vst-install-rhel.sh

Before posting here asking for help, I tried removing phpMyAdmin from vst-install-rhel.sh, as the error I was receiving said phpMyAdmin, but that didn't work...

Thanks the both of you! :)

Btw, different issue now... can anybody tell me why I am getting "failed to start vsftpd... vesta install failed" on CentOS 7.0 64bit? no such issue in CentOS 6.6 64bit, installs fine. And yes, I did "yum update and yum upgrade" before installing.