> php5 requires apache-dev and apache2-prefork-dev but both cannot be
> installed on the same system?

Couple other issues.

apache-dev wants libdb4.4-dev

apache2-prefork-dev wants libdb4.3-dev

 libdb4.3-dev and  libdb4.4-dev cannot exist on the same system.

# apt-cache policy libdb4.3-dev
libdb4.3-dev:
  Installed: 4.3.29-6
  Candidate: 4.3.29-6

# apt-get install libdb4.4-dev
The following packages will be REMOVED:
  apache2-prefork-dev libapr0-dev libdb4.3-dev

# apt-get install libdb4.4-dev   
Setting up libdb4.4-dev (4.4.20-8) ...

# apt-get install  libdb4.3-dev
The following packages will be REMOVED:
  libdb4.4-dev
Setting up libdb4.3-dev (4.3.29-6) ...

And apache2 won't compile against libdb4.4-dev (didn't investigate this too 
much)

-- 
Bob Tanner <[EMAIL PROTECTED]>          | Phone : (952)943-8700
http://www.real-time.com, Minnesota, Linux | Fax   : (952)943-8500
Key fingerprint = AB15 0BDF BCDE 4369 5B42  1973 7CF1 A709 2CC1 B288

Attachment: pgp0AoxiRXrk7.pgp
Description: PGP signature

Reply via email to