• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Basic install

Hrishikesh

New Pleskian
Hi I know this is a very noob question but since I'm new to Plesk I'm hoping someone can guide me on how to install Plesk and then migrate my domains and everything from zPanel to Plesk.

I have a Centos 6 VPS. I'm following the command line installation instructions from here - http://download1.parallels.com/Ples...e/plesk-installation-upgrade-migration-guide/.

Here is the error I'm getting. Can someone please help me fix this? Thanks.

Code:
Gathering information about installed license key...
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* webtatic: uk.repo.webtatic.com
NGINX_1_6_0-dist                                         | 2.9 kB     00:00
NGINX_1_6_0-thirdparty                                   | 2.9 kB     00:00
PPB_12_0_18-dist                                         |  951 B     00:00
PPB_12_0_18-thirdparty                                   |  951 B     00:00
PSA_12_0_18-dist                                         | 2.9 kB     00:00
PSA_12_0_18-thirdparty                                   | 2.9 kB     00:00
SITEBUILDER_12_0_7-dist                                  |  951 B     00:00
SITEBUILDER_12_0_7-thirdparty                            |  951 B     00:00
Attempt to remove 'php55w-common' to resolve conflict has succeeded
Exception: Failed to solve dependencies:
2:postfix-perl-scripts-2.6.6-6.el6_5.x86_64 requires postfix = 2:2.6.6-6.el6_5

ERROR: The Yum utility failed to install the required packages.
Attention! Your software might be inoperable.
Please, contact product technical support.
 
Hi Hrishikesh,

as you can see in your log, "postfix-perl-scripts" REQUIRES "postfix", but it is not installed on your system. Please install it, before you continue.
 
I should've been a bit clearer. It is installed on my system but I still cant get Plesk to install.

Code:
[root@vultr ~]# yum list installed | grep postf
postfix.x86_64  2:2.6.6-6.el6_5  @CentOS-Updates/6.5
postfix-perl-scripts.x86_64  2:2.6.6-6.el6_5  @updates

Code:
[root@vultr ~]# yum install postfix
Loaded plugins: fastestmirror, replace
Setting up Install Process
Loading mirror speeds from cached hostfile
 * webtatic: uk.repo.webtatic.com
Package 2:postfix-2.6.6-6.el6_5.x86_64 already installed and latest version
Nothing to do
 
Hi Hrishikesh,

to investigate dependencies issues, it could take some time if your log doesn't directly point to any issues. In your case it could be, that you first have to upgrade your postfix version, or it could be, that you first have to upgrade another package on your system, which depend on postfix.

You could try to check dependencies with several commands on CentOS:

repoquery --whatrequires postfix

repoquery --requires postfix --resolve

repoquery --requires postfix


It could be as well a good idea to first update/upgrade all installed packages on your system, before you continue to install Plesk, just to make sure that you are up-to-date.
 
I'm getting very similar messages at the same spot in the install ...

No package matched to remove: php54-common
No package matched to remove: php-common

The three repoquery commands suggested above returned nothing for me.

Hrishikesh - Did you ever solve the issue?

Thanks!
 
Delford, I couldn't resolve this and eventually took a backup and restarted from scratch (which is what the Plesk folks also recommend). I think the installation does not work with the PHP from the webtatic repo. Even though the installation guide says that you require PHP before attempting installation, I just ran the installation and the installer installed all the pre-requisite components.
 
I just went to do a fresh install on a server today for one of my customers and I had this problem. It seemed to work after I removed
postfix-perl-scripts, so:

# yum erase postfix-perl-scripts
 
Back
Top