Trubs with apache2-mpm-worker apt-get

3 réponses [Dernière contribution]
Rick Hayes

I am a member!

Hors ligne
A rejoint: 06/04/2010

$ sudo apt-get install apache2-mpm-worker
Reading package lists... Done
Building dependency tree
Reading state information... 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 creatted
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-worker: Depends: libaprutil (>= 1.3.2+dfsg) but 1.2.12+dfsg-3ubun
tu0.2 is to be installed
Depends: libaprutil1-dbd-sqlite3 but is not installable
or
libaprutil1-dbd-mysql but it is not installable o
r
libaprutil1-odbc but it is not installable or
libaprutil1-dbd-pgsql but it is not installable o
r
libaprutil1-dbd-freetds but it is not installable
Depends: libaprutil1-ldap but it is not installable
E: Broken packages

Rick

Steven McDonald
Hors ligne
A rejoint: 05/29/2010

Have you tried replacing "apt-get" with "aptitude" and seeing if you get
the same error? aptitude has better dependency resolution than apt-get.

On 06/06/10 14:04, name at domain wrote:
> $ sudo apt-get install apache2-mpm-worker
> Reading package lists... Done
> Building dependency tree
> Reading state information... 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 creatted
> 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-worker: Depends: libaprutil (>= 1.3.2+dfsg) but
> 1.2.12+dfsg-3ubun
> tu0.2 is to be installed
> Depends: libaprutil1-dbd-sqlite3 but is not installable
> or
> libaprutil1-dbd-mysql but it is not installable o
> r
> libaprutil1-odbc but it is not installable or
> libaprutil1-dbd-pgsql but it is not installable o
> r
> libaprutil1-dbd-freetds but it is not installable
> Depends: libaprutil1-ldap but it is not installable
> E: Broken packages
>
> Rick
>

quidam

I am a member!

I am a translator!

Hors ligne
A rejoint: 12/22/2004

> 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.

What Trisquel version and architecture are you using?
What is the content of your /etc/apt/sources.list file?

Rick Hayes

I am a member!

Hors ligne
A rejoint: 06/04/2010

Sorry for delay in responding...had to go out of town with work for the week. I had tried aptitude. What I hadn't tried was saying no to the first resolution which was not to install. Apache2-mpm-worker and apache2.2-common were then offered which I took. Things seem to have progressed well. However, I forgot that I was still running lighttpd, so apache start up failed. It's very late and I've travelled too many kilometres over the past several days. I'll mess more tomorrow. Thanks for the help.