|
Bugzilla – Full Text Bug Listing |
| Summary: | php4 is messed up with php5 | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | peter czanik <peter> |
| Component: | Development | Assignee: | Marian Jancar <mjancar> |
| Status: | RESOLVED DUPLICATE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | asklein, pth, vetter |
| Version: | Beta 2 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | phpinfo() | ||
|
Description
peter czanik
2005-08-19 20:17:15 UTC
Created attachment 46726 [details]
phpinfo()
Not sure where the problem lies, therefor reassigning to squirrelmail maintainer. Actually squirrelmail can be used with both php4 or php5: Requires: mod_php_any php-session php-gettext What does depend on the php5 and apache2-mod_php5, the squirrelmail or the php4-gettext? As Christoph said, squirrelmail can be used with both php4 and php5, when used with apache2-mod_php5, you need to install php5-* stuf and with apache2-mod_php4 the php4-* stuff. This is my guess: roxen# rpm -qRp noarch/squirrelmail-1.4.5-3.noarch.rpm mod_php_any php-session php-gettext rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 /bin/sh /usr/bin/env /usr/bin/perl rpmlib(PayloadIsBzip2) <= 3.0.5-1 squirrelmail needs mod_php_any roxen# rpm -qp --provides i586/apache2-mod_php5-5.0.4-7.i586.rpm mod_php_any php-xml php-spl php-simplexml php-session php-pcre libphp5.so apache2-mod_php5 = 5.0.4-7 And apache2-mod_php5 provides mod_php_any. As seen in bug #105934 apache2-mod_php4 is missing from the OSS beta2, so php5 related packages are chosen without a question. |