• 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!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Installation Problem (Urgent)

N

nincb123

Guest
Thanks ahead for taking the time to read!

I tried running the installer on a fresh, clean, remote dedicated server running Debian 3.1

I get the following error after selecting features in the autoinstaller:


resolve packages with apt-get
E: Broken packages
apt-get say following:
Reading Package Lists...
Building Dependency Tree...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
psa-tomcat-configurator: Depends: tomcat4-webapps but it is not installable
Depends: tomcat4-admin but it is not installable

ERROR: Error while resolve packages by apt
Warning: there is errors in 'apt-get update'
ERROR: Installation failed
~~~~~

I read something on how to fix it, (said to use dpkg) but it did nothing. Except spit out the same error.

Nincb
 
I've got the same Problem!!!
Complete Fresh installation of Debian 3.1

Error:
The following packages have unmet dependencies:
psa-tomcat-configurator: Depends: tomcat4 but it is not installable
Depends: tomcat4-webapps but it is not installable
Depends: tomcat4-admin but it is not installable
ERROR: Error while resolve packages by apt

ERROR: Installation failed
 
check apt sources list at /etc/apt/sources.list

packages like tomcat4-* should be fetched from stable debain repo, if they could not be found there are some problems with repo used.

try to add the folliwing into sources.list:

deb ftp://ftp.fi.debian.org/debian stable main non-free contrib

then run

# apt-get update

and try to install tomcat4

# apt-get install tomcat4
 
Jippii :)
Thx works fine
I hope i dont get an other error :)
 
Thanks

I didnt notice your reply, and I just disabled tomcat and it worked.

I was now able to add support for it in. Thanks!

~Nincb
 
Back
Top