Linux за българи: Форуми

Linux секция за начинаещи => Настройка на програми => Темата е започната от: WBhost в Nov 21, 2005, 10:59



Титла: проблем с Апаче
Публикувано от: WBhost в Nov 21, 2005, 10:59
Опитах се да инсталирам Apache на Ubuntu-то
Само че като изписах
Примерен код
sudo apt-get install apache2

ми изплю че му трябват
Примерен код

apache2-mpm-worker
apache2-mpm-prefork
apache2-mpm-perchild

С apache2-mpm-worker нямах проблеми инсталирах го само че останалите две искат apache2-common
Примерен код
The following packages have unmet dependencies:
  apache2-mpm-perchild: Depends: apache2-common (= 2.0.53-5ubuntu5.3) but 2.0.54-5ubuntu2 is to be installed

А като му дам да се изтегли (apache2-common) ми излиза съобщение че е най-новата версия
BTW: Дадох apt-get updatе
apache2-common-на ми  е на версия 2.0.54-5ubuntu2 поне така пише в synaptic.


Титла: проблем с Апаче
Публикувано от: the_real_maniac в Nov 21, 2005, 16:24
Ние с WBhost се познаваме и в петък говорихме очи в очи , но явно пак са останали някои неясности относно APT(-GET) системата.

Дай да се чуеме най-сетне в skype-то и да изчистме нещата в движение. ;) :)

Пиши ми на ПМ към колко ще мога да те намеря (примерно към 8 пм ? ).

--

иначе само да ти кажа, че ако наистина си написал apt-get apachе2 би трябвало да ти изплюе грешка от типа "няма указно действие" - т.е install , remove, etc. :)


Титла: проблем с Апаче
Публикувано от: WBhost в Nov 21, 2005, 17:50
написах sudo apt-get install apache2
само че докато писах поста ми се иплъзна от ума


Титла: проблем с Апаче
Публикувано от: WBhost в Nov 21, 2005, 23:39
Цитат
angelus@ubuntu:~$ sudo apt-get install apache2
Password:
Reading package lists... Done
Building dependency tree... Done
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.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  apache2: Depends: apache2-mpm-worker (= 2.0.53-5ubuntu5.3) but it is not going to be installed or
                    apache2-mpm-prefork (= 2.0.53-5ubuntu5.3) but it is not going to be installed or
                    apache2-mpm-perchild (= 2.0.53-5ubuntu5.3) but it is not going to be installed
E: Broken packages
angelus@ubuntu:~$  sudo apt-get install  apache2-mpm-prefork
Reading package lists... Done
Building dependency tree... Done
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.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  apache2-mpm-prefork: Depends: apache2-common (= 2.0.53-5ubuntu5.3) but 2.0.54-5ubuntu2 is to be installed
E: Broken packages
angelus@ubuntu:~$  sudo apt-get install  apache2-common
Reading package lists... Done
Building dependency tree... Done
apache2-common is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
angelus@ubuntu:~$