[ postfixadmin-Bugs-3521783 ] Cannot install rpm on SL6.2
Brought to you by:
christian_boltz,
gingerdog
From: SourceForge.net <no...@so...> - 2012-05-03 09:06:02
|
Bugs item #3521783, was opened at 2012-04-26 14:19 Message generated for change (Settings changed) made by hortimech You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=3521783&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core Group: v2.3.5 >Status: Open Resolution: None Priority: 5 Private: No Submitted By: Rowland Penny (hortimech) Assigned to: Nobody/Anonymous (nobody) Summary: Cannot install rpm on SL6.2 Initial Comment: Hi, I downloaded postfixadmin-2.3.5.noarch.rpm and tried to install it on SL6.2 and got the following: Error: Package: postfixadmin-2.3.5-28.1.noarch (/postfixadmin-2.3.5.noarch) Requires: pwdutils Error: Package: postfixadmin-2.3.5-28.1.noarch (/postfixadmin-2.3.5.noarch) Requires: mod_php_any Error: Package: postfixadmin-2.3.5-28.1.noarch (/postfixadmin-2.3.5.noarch) Requires: php_any_db I have tried to find the missing files but without much luck, how do I proceed from here? thanks. ---------------------------------------------------------------------- >Comment By: Rowland Penny (hortimech) Date: 2012-05-03 02:06 Message: Yes SL6.2 is Scientific Linux 6.2, which is a clone of RHEL6.2 (Redhat Enterprise Linux) so if it will not install on SL6.2 it will not install on RHEL6.2 either (or CENTOS6.2) pwdutils would seem to be shadow-utils mod_php_any does not seem to exist php_any_db would seem to be php-mysql or php-pgsql I actually installed via the tarball and everything seems to work, so I downloaded the rpm and extracted it to a directory. Upon examination, the reason why it would not load became apparent, it is not a general rpm, it is aimed squarely at OpenSuse. Would it not be better to put suse into the rpm name? ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2012-05-02 16:30 Message: What is "SL6.2"? Scientific Linux 6.2? (at least that's the only one that makes sense - "SUSE Linux 6.2" (or was it named "S.u.S.E." at those times) would also match, but is from the stone age ;-) About your dependency problems: probably your distribution is using different package names. "pwdutils" is the package containing useradd and groupadd "mod_php_any" means mod_php* of any PHP version. Currently it means mod_php5, but it will also match mod_php6 "php_any_db" is (at least on openSUSE) a Provides: in php5_mysql and php5_pgsql - in other words: any php5_$database module will satisfy it Please check how those packages are named in your distribution and tell me a) the package name b) the output of "rpm -q --provides" for each of those packages As a workaround, you can install the PostfixAdmin RPM with rpm --nodeps ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=3521783&group_id=191583 |