On Tue, Aug 28, 2007, Doug Summers wrote:

> (On RHEL4-AMD64)
> Getting this after upgrading to openpkg-20070718-20070718 &
> perl-5.8.8-20070714:
>
> Executing(%install): env -i /openpkg/lib/openpkg/bash --norc --noprofile
> --posix -e /openpkg/RPM/TMP/rpm-tmp.33953
> + cd /openpkg/RPM/TMP
> + cd perl-util-5.8.8
> + rm -rf /openpkg/RPM/TMP/perl-util-5.8.8-root
> + /openpkg/bin/perl-openpkg prepare
> IO object version 1.22 does not match bootstrap parameter 1.23 at
> /openpkg/lib/perl/5.8.8/x86_64-linux/DynaLoader.pm line 253.
> Compilation failed in require at /openpkg/bin/perl-openpkg line 29.
> BEGIN failed--compilation aborted at /openpkg/bin/perl-openpkg line 29.
>
> This is happening with perl-module as well. RHEL4-I386 doesn't have this
> problem.

AFAIK this error occurs if the version in the IO.pm is different from
what is in the IO.bs/IO.so. I've no clue how this can happen, but
perhaps Perl under amd64-linux loads the wrong files. We have IO in
"perl" (version 1.22) and in "perl-sys" (version 1.23). Seems like Perl
on amd64-linux loads IO.pm from "perl" but IO.so from "perl-sys". Can
you show me the output of "perl -V" and especially its @INC output at
the end? Perhaps there is a wrong @INC on this platform...

                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com

______________________________________________________________________
OpenPKG                                             http://openpkg.org
User Communication List                      openpkg-users@openpkg.org

Reply via email to