Author Topic: Apt-get Dependencies Issues  (Read 5439 times)

abm_y4k

  • Jr. Member
  • **
  • Posts: 71
    • View Profile
Apt-get Dependencies Issues
« on: May 26, 2008, 02:16:30 am »
Hi all,

I just recently reflashed my C31k using instructions from Zdevil(https://www.oesf.org/forum/index.php?showtopic=25029) with yonggun's latest kernel 2.6.24.4.

Everything works perfectly fine but when I get to install apache2 or php5 apt-get failed on unmet dependencies issues...

I am using the default sources.list from the pre-built rootfs.

I have tried apt-get install apache2 after and before apt-get dist-upgrade but give some error.

I wonder if anyone have this issue with the pre-built rootfs mentioned by Zdevil.

I am suspecting that the sources.list in the pre-built is not up today.

Anyone got any idea?


Thanks,
Abumo

Capn_Fish

  • Hero Member
  • *****
  • Posts: 2342
    • View Profile
    • http://
Apt-get Dependencies Issues
« Reply #1 on: May 26, 2008, 10:29:43 am »
You might want to say exactly what the error is that you're getting.
SL-C750- pdaXrom beta 1 (mostly unused)
Current distro: Gentoo

abm_y4k

  • Jr. Member
  • **
  • Posts: 71
    • View Profile
Apt-get Dependencies Issues
« Reply #2 on: May 26, 2008, 12:33:02 pm »
Quote from: Capn_Fish
You might want to say exactly what the error is that you're getting.

This what the error is:

"apt-get install apache2" will get:

The following packages have unmet dependencies:
     apache2: Depends: apache2-mpm-worker (>= 2.2.8-3) but its not going to be installed or
                                  apache2-mpm-prefork (>= 2.2.8-3) but its not going to be installed or
                                  apache2-mpm-event (>= 2.2.8-3) but its not going to be installed or
E: Broken packages


"apt-get install apache2 apache2-mpm-worker" will get:
     apache2: Depends: apache2-mpm-worker (>= 2.2.8-3) but 2.2.8-1 is to be installed or
                                  apache2-mpm-prefork (>= 2.2.8-3) but its not going to be installed or
                                  apache2-mpm-event (>= 2.2.8-3) but its not going to be installed or
E: Broken packages

"apt-get install php5 libapache2-mod-php5" will get:
     php5: Depends: libapache2-mod-php5 (>= 5.2.5-3) but 5.2.5-2 is to be installed or
                             php5-cgi ( >= 5.2.5-3) but it is not going to be installed
              Depends: php5-common (>= 5.2.5-3) but 5.2.5-2 is to be installed
E: Broken packages

Any Ideas?

Capn_Fish

  • Hero Member
  • *****
  • Posts: 2342
    • View Profile
    • http://
Apt-get Dependencies Issues
« Reply #3 on: May 26, 2008, 03:29:39 pm »
I believe I have only one feed (and associated source feed): The ftp.us.debian.org one (sid, IIRC). I've only had issues with libts so far (using that feed).
SL-C750- pdaXrom beta 1 (mostly unused)
Current distro: Gentoo

abm_y4k

  • Jr. Member
  • **
  • Posts: 71
    • View Profile
Apt-get Dependencies Issues
« Reply #4 on: May 26, 2008, 05:51:49 pm »
Quote from: Capn_Fish
I believe I have only one feed (and associated source feed): The ftp.us.debian.org one (sid, IIRC). I've only had issues with libts so far (using that feed).

I used ftp.us.debian.org and its find now