On Wed, Jul 18, 2007 at 09:44:25AM -0000, Dulmandakh Sukhbaatar wrote: > I've installed php5-cgi to run fast-cgi server. When I try to install > some php applications, for example Squirrelmail or phpmyadmin, it's > trying to install libapache2-mod-php5, and all these packages depend > on php5 meta-package. How about providing php5 meta-package by > php5-cli, php5-cgi and libapache2-mod-php5.
Squirrelmail's Depends includes: libapache2-mod-php4 | libapache-mod-php4 | php4 | php4-cgi | libapache2-mod-php5 | libapache-mod-php5 | php5-cgi | php5 phpmyadmin's Depends includes: libapache2-mod-php5 | libapache-mod-php5 | php5-cgi | php5 | libapache2-mod-php4 | libapache-mod-php4 | php4 | php4-cgi I.e. neither of them should pull in libapache2-mod-php5 if php5-cgi is already there, and a quick test here says that that is so. Which version of Ubuntu are you on? -- Soren Hansen Ubuntu Server Team http://www.ubuntu.com/ -- php5-cli, php5-cgi, libapache2-mod-php5 to provide php5 https://bugs.launchpad.net/bugs/126731 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
