• 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

autoinstaller plesk 8.1

J

josesanchez

Guest
I´m trying to install plesk 8.1 in a debian 3.1 and it´s the first time i do this.

I´ve downloaded the autoinstaller from the plesk website and when I execute it there´s a problem when it try to get to http://autoinstall.plesk.com/debian/sitebuilder_3.0.1/dists/sarge/all/binary-i386/packages.gz it says forbidden.

I´ve tried also install by the .deb packages but there´s a lot of problem of dependeces with the packages.
If anyone can help me, it will by perfect.

Excuse my english, I´m from spain.
 
Check this Thread.

Just a manual installation works until SWsoft will solve their problems.
 
Download the tar.gz Debian Packages from there.

Here you'll find the Release Notes for a manual Installation.
 
I tried, but i had many problems with the packages dependences.

I tried with dpkg -i . Is there any other way?
 
Just for Info:

The Autoinstaller Packages are still back online.
 
Ok, it works now, but I'm just trying to install Plesk8 inside my Debian VPS us this command: vzpkg install 142 plesk8. Any help on these apt errors? Thanks.

The following packages have unmet dependencies:
libapache2-mod-python: Depends: python-central (>= 0.5.8) but it is not going to be installed
Depends: python (>= 2.4) but 2.3.5-2 is to be installed
psa: Depends: libboost-filesystem1.32.0 but it is not installable
Depends: libmysqlclient14 but it is not installable
psa-courier-imap-add: Depends: libmysqlclient14 but it is not installable
psa-migration-manager: Depends: libboost-filesystem1.32.0 but it is not installable
Depends: libboost-program-options1.32.0 but it is not installable
Depends: libboost-regex1.32.0 but it is not installable
Depends: libmysqlclient14 but it is not installable
psa-qmail: Depends: libmysqlclient14 but it is not installable
psa-updates: Depends: psa-hotfix3 (= 8.1.1-debian3.1.build81070423.14) but it is not going to be installed
E: Broken packages
ERROR: package manager exited with 100 retcode
vzpkgadd 142 mysql-deb31
 
I got rid of them, when i reinstalled my VPS, and then did a clean install for Plesk.
 
I also have those problems of dependencies, and I tried to install plesk 8 just before installing debian on my VPS.

I need help, thanks
 
Hi, same problems over here. Debian 4.0 (Etch) has no installation candidates for: python2.3, libmysqlclient14 etc.

Some packages depend on metapackage python, which is python2.4 by default on Etch, but some packages require python2.3. Both cannot be installed at the same time.

I tried to install the packages manually, but got stuck after a couple of hours.
Has anyone had any luck installing Plesk 8.1 on Debian 4.0?
 
And what about debian 3.1 ?

I have those ploblem of dependencies. How can I resolv it?

the autoinstaller works in other Linux like fedora 4 ?
 
You said you tried to install Plesk just before installing Debian 3.1 on your server? I'm not sure how that would work...

Do a clean minimal install of the OS of your choice (provided it's supported by Plesk of course) and get the autoinstaller for your OS at <http://www.swsoft.com/en/download/plesk8/> and that should take care of the Plesk installation. At least it always has for me on CentOS and Fedora.
 
you mean "apt-get -f install" , don´t you?

so what i have to do is :

execute de autoinstaller
apt-get -f install
repeat this until the installation sucess

I will try
 
IMHO: Don't use the force Installation.

Just install several packages with only one "apt-get install" command.

The apt installer got no problems with package dependencies if you install all packages with in a single step.

You won't need -f.
 
I´ve tried again doing apt-get install with some packeges that make dapendencies problems and I can continue from this point:


the following packages have unmet dependencies:

psa: Depends : libboost-filesystem1.32.0 but it is not installable
depends : libmysqlclient14 but it is not installable

psa-api : depends : python2.3 but it is not installable

psa-courier-imap-add : depends : libmysqlclient14 but it is not installable

psa-hotfix3 : depends : libmysqlclient14 but it is not installable

psa-migration-manager : depends : libboost-filesystem1.32.0 but it is not installable
deppnds : libboost-program-options1.32.0 but it is not installable
depends : libboost-regex1.32.0 but it is not installable
depends : libmysqlclient14 but it is not installable

psa-mod-fcgid-configurator : depends : libfcgi0 but it is not installable

psa-qmail : depends : libmysqlclient14 but it is not installable

ERROR : Error while resolve packages by apt
ERROR : installation failed


I search with apt-cache search those packages and this is what I´ve found

libmysqlclient14 -----> libmysqlclient15off
libmysqlclient15-dev

libboost-filesystem1.32.0 ---> libboost-filesystem1.33.1

libbost-program-options1.32.0 --> libboost-program-option1.33.1
libboost-program-option-dev

libbost-regex1.32.0 ------> libboost-regex1.33.1
libboost-regex-dev

libfcgi0 -------> libfcgi0c2

I installed the packages that have similar names but those dependencies problem continues.

Have anyone the same problem? anyone got it?

thank you
 
ok, now i see, your problem is that you use debian 4.0 etch (stable) not debian 3.1 sarge.

debian 4.0 etch is not supported for plesk ...
 
Back
Top