Bruno Negrão wrote:
> I can't install the IPTables::IPv4 module - the 'make test' failed. The
> last installation messages are bellow:
>
> rm -f blib/arch/auto/IPTables/IPv6/IPv6.so
> LD_RUN_PATH="" gcc -shared -L/usr/local/lib IPv6.o loader_v6.o packer_v6.o
> unpacker_v6.o maskgen_v6.o libiptc/libiptc.a -o
> blib/arch/auto/IPTables/IPv6/IPv6.so
> chmod 755 blib/arch/auto/IPTables/IPv6/IPv6.so
> Running Mkbootstrap for IPTables::IPv6 ()
> /bin/sh: -MExtUtils::Mkbootstrap: command not found
> make: *** [IPv6.bs] Error 127
> The system I tried to install it is a Red Hat 7.2 kernel 2.4.20-19.7. Does
> someone know what can I do to fix it?
Edit Makefile.PL, go to line 61, and change
\@\$(PERLRUN) \\
to
\@\$(PERL) \\
Fortunately, most of my development anymore is done on Debian unstable
running on PowerPC systems, so I don't have Perl 5.6. This is something
that Perl 5.6 requires. I eventually intend to reorganize the module
structure so that that kind of hack isn't necessary any longer, but
until then, it works (for the most part).
--
Derrik Pates
dp...@ds...
|