• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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