On Wed, May 25, 2005 at 11:49:15AM -0400, Mike Edwards wrote:
> I'm not sure I understand - libapache2-mod-fastcgi isn't in that set of
> dependencies, and from what I can tell from that package, it doesn't
> require libcgi-fast-perl (dependencies are:
> Depends: libc6 (>= 2.3.2.ds1-4), libdb4.2, libexpat1 (>= 1.95.8),
> apache2-common
> ).
> 
> Am I misunderstanding the dependency requirements?  It looks as if
> libapache2-mod-fastcgi needs to be added - or am I wrong?

The dependencies for request-tracker3.4 are complex and cannot be
expressed in one single statement. There are at least two relevant
here:

libapache-mod-perl | libapache-mod-speedycgi | libapache-mod-fastcgi | 
libapache2-mod-fastcgi

libapache-mod-perl | libapache-mod-speedycgi | libcgi-fast-perl

So, taking the two statements:

(A | B | C | D) & (A | B | E)

We could, if the Debian dependency spec allowed us, rewrite this as:

A | B | (C & E) | (D & E)

It is not the case that libapache2-mod-fastcgi directly depends on
libcgi-fast-perl. If that were the case I would not need to specify it
myself as it would be in the dependency list for the
libapache2-mod-fastcgi package itself. It is that the perl in
request-tracker3.4 needs libcgi-fast-perl in order to communicate with
libapache2-mod-fastcgi (or libapache-mod-fastcgi).

I hope that provides some enlightenment,

Stephen Quinney


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to