[ewg] OFED-1.5.2 32bit packaging

Alexander Schmidt alexs at linux.vnet.ibm.com
Wed Jun 16 06:06:26 PDT 2010


On Tue, 15 Jun 2010 17:09:24 +0300
Vladimir Sokolovsky <vlad at dev.mellanox.co.il> wrote:
> Hi Alexander,
> Please try OFED installation after applying the following patch to the install.pl script:
> 
> 
> diff --git a/install.pl b/install.pl
> index 89ca93c..54f3b0f 100755
> --- a/install.pl
> +++ b/install.pl
> @@ -3481,7 +3481,7 @@ sub install_rpm_32
>       }
> 
>       $cmd = "rpm -iv $rpminstall_flags";
> -    if ($distro eq "SuSE" and $dist_rpm_rel gt 15.2) {
> +    if ($distro eq "SuSE") {
>           $cmd .= " --force";
>       }
>       $cmd .= " $package";


Hi Vlad,

this worked fine on SLES11SP1, will this be the final fix or could this break
other (older) SuSE releases?

Anyway, thanks for looking into this!

Regards,
Alex



More information about the ewg mailing list