Find the answer to your Linux question:
Results 1 to 3 of 3
I want to replace apache2-mpm-prefork with the faster "apache2-mpm-worker" but cannot seem to do. Here is what I tried. Code: localhost:~/debs# dpkg -i apache2-mpm-worker_2.0.55-4_i386.deb dpkg: regarding apache2-mpm-worker_2.0.55-4_i386.deb containing apache2-mpm-worker: apache2-mpm-worker ...
  1. #1
    Just Joined!
    Join Date
    Feb 2006
    Posts
    6

    Replacing apache2-mpm-prefork

    I want to replace apache2-mpm-prefork with the faster "apache2-mpm-worker" but cannot seem to do.
    Here is what I tried.
    Code:
    localhost:~/debs# dpkg -i apache2-mpm-worker_2.0.55-4_i386.deb 
    dpkg: regarding apache2-mpm-worker_2.0.55-4_i386.deb containing apache2-mpm-worker:
     apache2-mpm-worker conflicts with apache2-mpm-prefork
      apache2-mpm-prefork (version 2.0.54-4) is installed.
    dpkg: error processing apache2-mpm-worker_2.0.55-4_i386.deb (--install):
     conflicting packages - not installing apache2-mpm-worker
    Errors were encountered while processing:
     apache2-mpm-worker_2.0.55-4_i386.deb
    
    localhost:~/debs# dpkg -r apache2-mpm-prefork
    dpkg: dependency problems prevent removal of apache2-mpm-prefork:
     libapache2-mod-php4 depends on apache2-mpm-prefork (>> 2.0.52).
     apache2 depends on apache2-mpm-worker (= 2.0.54-4) | apache2-mpm-prefork (= 2.0.54-4) | apache2-mpm-perchild (= 2.0.54-4); however:
      Package apache2-mpm-worker is not installed.
      Package apache2-mpm-prefork is to be removed.
      Package apache2-mpm-perchild is not installed.
     bugzilla depends on apache | apache-ssl | cern-httpd | boa | wn | aolserver | roxen | thttpd | caudium | apache-perl | apache2-mpm-perchild | apache2-mpm-threadpool | apache2-mpm-prefork | apache2-mpm-worker | bozohttpd | httpd; however:
      Package apache is not installed.
      Package apache-ssl is not installed.
      Package cern-httpd is not installed.
      Package boa is not installed.
      Package wn is not installed.
      Package aolserver is not installed.
      Package roxen is not installed.
      Package thttpd is not installed.
      Package caudium is not installed.
      Package apache-perl is not installed.
      Package apache2-mpm-perchild is not installed.
      Package apache2-mpm-threadpool is not installed.
      Package apache2-mpm-prefork is to be removed.
      Package apache2-mpm-worker is not installed.
      Package bozohttpd is not installed.
      Package httpd is not installed.
      Package apache2-mpm-prefork which provides httpd is to be removed.
     bugzilla depends on apache | apache-ssl | cern-httpd | boa | wn | aolserver | roxen | thttpd | caudium | apache-perl | apache2-mpm-perchild | apache2-mpm-threadpool | apache2-mpm-prefork | apache2-mpm-worker | bozohttpd | httpd; however:
      Package apache is not installed.
      Package apache-ssl is not installed.
      Package cern-httpd is not installed.
      Package boa is not installed.
      Package wn is not installed.
      Package aolserver is not installed.
      Package roxen is not installed.
      Package thttpd is not installed.
      Package caudium is not installed.
      Package apache-perl is not installed.
      Package apache2-mpm-perchild is not installed.
      Package apache2-mpm-threadpool is not installed.
      Package apache2-mpm-prefork is to be removed.
      Package apache2-mpm-worker is not installed.
      Package bozohttpd is not installed.
      Package httpd is not installed.
      Package apache2-mpm-prefork which provides httpd is to be removed.
    dpkg: error processing apache2-mpm-prefork (--remove):
     dependency problems - not removing
    Errors were encountered while processing:
     apache2-mpm-prefork
    localhost:~/debs#
    How do I do this?

  2. #2
    Just Joined!
    Join Date
    Feb 2006
    Posts
    6
    Nobody done anything like this?

  3. #3
    Just Joined!
    Join Date
    Jun 2007
    Posts
    1
    I'm getting exactly the same error. Not sure what can be done about it either.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •