• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Installation Of WPB: Missing Repo

Cornopean

New Pleskian
Trying to install WPB standalone on to the core server using the current installation instructions found here:

http://www.parallels.com/products/web-presence-builder/documentation/

========================================

n /etc/yum.repos.d/, create a file with the name pa4wp.repo.
Add the following text to the file.
[pawp-dist]
name=pawp
baseurl=http://download1.parallels.com/WPB/Standalone/11.5/dist-rpm-CentOS-$releasever-$basearch/
gpgcheck=0
priority=10
enabled=1
[pawp-third]
name=pawp-third
baseurl=http://download1.parallels.com/WPB/Standalone/11.5/thirdparty-rpm-CentOS-$releasever-$basearch/
gpgcheck=0
priority=10
enabled=1
Issue the following command:
# yum install pa4wp-std

The Repo doesn't exist though:

http://download1.parallels.com/WPB/Standalone/11.5/thirdparty-rpm-CentOS-$releasever-$basearch/

=====================================================================

Please can Parallels representative here comment on this missing repo. And tell me when it will be corrected, or give me the correct one?
 

Thank you, I will try these.

Please will you update the commands located in the Installation instructions. Providers using Parallels products should not have to face these appalling errors in your documentation !
 


My engineer has again attempted to install WPB - this again failed. What is wrong here?

His response to me:

Hi,

The host name download1.parallels.com was not resolving from your server which caused the issue. I added an entry in /etc/hosts file and tried to install pa4wp-std in 209.236.125.18 server, but it failed with following error message.
----------------
root@dryhill [~]# yum install pa4wp-std
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
* base: dist1.800hosting.com
* extras: mirror-centos.hostingswift.com
* updates: dist1.800hosting.com
pawp-dist | 951 B 00:00
pawp-dist/primary | 1.1 kB 00:00
pawp-dist 1/1
pawp-third | 951 B 00:00
pawp-third/primary | 3.4 kB 00:00
pawp-third 12/12
updates | 3.4 kB 00:00
updates/primary_db | 2.0 MB 00:00
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package pa4wp-std.noarch 0:11.5.11-1834.all will be installed
--> Processing Dependency: sw-engine >= 2.9.5 for package: pa4wp-std-11.5.11-1834.all.noarch
--> Processing Dependency: mod_fcgid >= 2.3 for package: pa4wp-std-11.5.11-1834.all.noarch
--> Processing Dependency: mod_ssl for package: pa4wp-std-11.5.11-1834.all.noarch
--> Processing Dependency: httpd for package: pa4wp-std-11.5.11-1834.all.noarch
--> Finished Dependency Resolution
Error: Package: pa4wp-std-11.5.11-1834.all.noarch (pawp-dist)
Requires: mod_fcgid >= 2.3
Error: Package: pa4wp-std-11.5.11-1834.all.noarch (pawp-dist)
Requires: mod_ssl
Error: Package: pa4wp-std-11.5.11-1834.all.noarch (pawp-dist)
Requires: httpd
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
 
Back
Top