Eric Black via RT wrote:
Show quoted text> I'm also having the same problem on Solaris 9 with a static built perl:
>
> Makefile.PL seems to work fine(and vpp.pm is created, but not installed):
>
> bash-2.05$ /nas/commonweblib/perl/perl-5.8.8/bin/perl Makefile.PL
Please try again with the 0.7501 that I just released to CPAN last night. I'm
afraid that it might have something to do with the fact that you are building a
static Perl, which is not something I've ever tried.
However, one thing that I noticed from your output is that the XS module was
built and the tests did succeed. I also see these lines:
Show quoted text> To install the new "perl" binary, call
> make -f Makefile.aperl inst_perl MAP_TARGET=perl
but you are calling 'make install' directly. It may be that you just have to
follow the above directions and it will Just Work(SM). As I said in the earlier
response, vpp.pm is *not* used if you have built the XS code, so I think that it
was a red-herring to just copy that into place...
HTH
John