• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

how to install sitebuilder 4.0 in centos server with direct admin control system?

Y

yee78

Guest
when i run autoinstaller of sitebuilder, it come these error

>
> ERROR: Unable to proceed with the installation until the package
> MySQL-server-5.0.45-0.i386 is removed from the system.
> Not all packages were installed.
> Please, resolve the above problem and try installing the packages
> again.
> If you cannot resolve the problem on your own, contact product
> technical support for assistance.
>

how to solve it?? thanks...
i really dont know the command to install sitebuilder4.0 in centos 4.3. how to install it? my files is RPM files..
 
Hi,

check what mysql-server package is already installed on your server:
like:
rpm -q mysql-server

it should list the installed packages of mysql-server.
actually, this error say that this package
MySQL-server-5.0.45-0.i386 is installed on server and prevent autoinstaller to proceed.
so 'rpm -e MySQL-server-5.0.45-0.i386' command should uninstall it.
but before check for installed packages.
btw, you may spent a little money and ask swsoft to install sitebuilder for you;)
 
Back
Top