in reply to Re: symbol errors building AIX::Perfstat
in thread symbol errors building AIX::Perfstat

When you build a AIX::Perfstat, Perfstat.xs file get run through xsubpp, then compiled. Then when you use AIX::Perfstat; it calls DynaLoader::bootstrap which calls Now assuming the user has a compiler, and actually compiled Perfstat.so, the way to get boot_ symbol not found error is though errors in Makefile.PL, or a broken/outdated version of ExtUtils::MakeMaker/ExtUtils::ParseXS (aka xsubpp)... AIX-Perfstat-0.04.1/Makefile.PL look all right to me, so I would suspect the dependencies (ExtUtils::)