Grant Parnell wrote: > I'm no debian user but from what you've posted I can tell it's just trying > to avoid Apache-2.x.x being installed. The package specified Apache-1.3.27 > instead or less and unfortunately you have 1.3.27.0. If there's a force > option or ignore dependencies option or something I'm pretty sure it will > be safe in this case. Either that or get the maintainer to fix the > package.
I always worry about forcing things like that :-) Here is somethin g I am confused about over this. It seems that apt-cache show is offering me multiple versions. Here is a dump of apt-cache show apache-common. ++++++++++++++ Package: apache-common Priority: optional Section: web Installed-Size: 2984 Maintainer: Debian Apache Maintainers <[EMAIL PROTECTED]> Architecture: powerpc Source: apache Version: 1.3.27.0-2 Replaces: apache (<= 1.3.1-1), libapache-mod-roaming, libapache-mod-auth-sys, li bapache-mod-put Provides: libapache-mod-roaming, libapache-mod-auth-sys, libapache-mod-put Depends: libc6 (>= 2.3.1-1), libdb4.1, libexpat1 (>= 1.95.6), perl5 | perl, mime -support Suggests: apache, libapache-mod-auth-mysql, libapache-mod-auth-pgsql Conflicts: apache (<= 1.3.1-1), libapache-mod-roaming, libapache-mod-auth-sys, l ibapache-mod-put Filename: pool/main/a/apache/apache-common_1.3.27.0-2_powerpc.deb Size: 882476 MD5sum: fc7f40390e64750ea4fde3c0869568e9 Description: Support files for all Apache webservers Provides the Apache library files and support binaries needed by all packages of 1.3.x (regular, SSL, and locally compiled). Also includes manpages, module documentation, and a webserver benchmark utility. Package: apache-common Priority: optional Section: web Installed-Size: 2864 Maintainer: Matthew Wilcox <[EMAIL PROTECTED]> Architecture: powerpc Source: apache Version: 1.3.26-0woody3 Replaces: apache (<= 1.3.1-1), libapache-mod-roaming, libapache-mod-auth-sys, li bapache-mod-put Provides: libapache-mod-roaming, libapache-mod-auth-sys, libapache-mod-put Depends: libc6 (>= 2.2.4-4), libdb2 (>= 2:2.7.7.0-7), libexpat1 (>= 1.95.2-6), p erl5 | perl Suggests: apache, libapache-mod-auth-mysql, libapache-mod-auth-pgsql Conflicts: apache (<= 1.3.1-1), libapache-mod-roaming, libapache-mod-auth-sys, l ibapache-mod-put Filename: pool/main/a/apache/apache-common_1.3.26-0woody3_powerpc.deb Size: 845816 MD5sum: eeb281d15a03845769ad8db36ced9f69 Description: Support files for all Apache webservers ++++++++++++++++++ There is both Version: 1.3.27.0-2 AND Version: 1.3.26-0woody3 This might be where I am having probs in getting libapache-mod-perl onto the system. Whats with two versions? Do I somehow pick one and how ? > > On Thu, 11 Dec 2003, Michael Lake wrote: > > >>Hi all, >> >>I am getting this error on my Debina testing PPC laptop: >> >>mikel$ apt-cache show apache-perl >>Version: 1.3.26-1-1.26-0woody2 >>Provides: httpd >>Depends: libc6 (>= 2.2.4-4), libdb2 (>= 2:2.7.7.0-7), libperl5.6 (>= >>5.6.1-7), mime-support, apache-common (>= 1.3.26), apache-common (<< >>1.3.27), libapache-mod-perl (>= 1.26), libapache-mod-perl (<< 1.27), >>debconf, dpkg (>> 1.9.0) >>Description: Versatile, high-performance HTTP server with added Perl support >> This version of Apache contains the mod_perl module statically linked. >> >> . >>mikel$ sudo apt-get install apache-perl >>Some packages could not be installed. This may mean that you have >>requested an impossible situation ..... >>The following information may help to resolve the situation: >> >>The following packages have unmet dependencies: >> apache-perl: >>Depends: apache-common (< 1.3.27) but 1.3.27.0-2 is to be installed >>Depends: libapache-mod-perl (< 1.27) but 1.27-4 is to be installed >>E: Broken packages >> >> >>I already have apache-common and libapache-mod-perl >> >>Package: apache-common >>Architecture: powerpc >>Version: 1.3.26-0woody3 >>Replaces: apache (<= 1.3.1-1), libapache-mod-roaming, >>Depends: libc6 (>= 2.2.4-4), libdb2 (>= 2:2.7.7.0-7), libexpat1 (>= >>1.95.2-6), perl5 | perl >>Conflicts: apache (<= 1.3.1-1), libapache-mod-roaming, Description: >>Support files for all Apache webservers >> >>Package: libapache-mod-perl >>Version: 1.26-3.0woody1 >>Depends: apache-common (>= 1.3.26), apache-common (<< 1.3.27), >>Description: Integration of perl with the Apache web server >> mod_perl allows the use of Perl for just about anything >> >>I have another machine which is running stable and that installed oK. >>Here I am running testing. >> >>How do I get this installed. It looks like the version numbers for >>apache-common and libapache are just a smidgin to high for apache-perl >>to install. I had tried earlier just apache and libapache-mod-perl but >>that seems to need apache-perl also. >> >>Mike >> >> >> >> >> >> >> >>UTS CRICOS Provider Code: 00099F >> >>DISCLAIMER >>======================================================================== >>This email message and any accompanying attachments may contain >>confidential information. If you are not the intended recipient, do not >>read, use, disseminate, distribute or copy this message or attachments. >>If you have received this message in error, please notify the sender >>immediately and delete this message. Any views expressed in this message >>are those of the individual sender, except where the sender expressly, >>and with authority, states them to be the views the University of >>Technology Sydney. Before opening any attachments, please check them for >>viruses and defects. >>======================================================================== >> >> > > UTS CRICOS Provider Code: 00099F DISCLAIMER ======================================================================== This email message and any accompanying attachments may contain confidential information. If you are not the intended recipient, do not read, use, disseminate, distribute or copy this message or attachments. If you have received this message in error, please notify the sender immediately and delete this message. Any views expressed in this message are those of the individual sender, except where the sender expressly, and with authority, states them to be the views the University of Technology Sydney. Before opening any attachments, please check them for viruses and defects. ======================================================================== -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
