Hello i'm trying to build Module::Build for a specific threaded perl in a chroot for Apache
build of perl is ok and i have customized config.pl of the chroot i set PERL5LIB to not use system perl like $ export PERL5LIB=/var/www/perl5web/lib/perl5/5.8.8/OpenBSD.i386-openbsd-thread-multi:/var/www/perl5web/lib/perl5/5.8.8 but $ /var/www/perl5web/bin/perl Makefile.PL PREFIX=/var/www/usr/perl5web # running Build.PL --prefix /var/www/usr/perl5web Can't locate Config.pm in @INC (@INC contains: /usr/lib/perl5/5.8.8/OpenBSD.i386-openbsd-thread-multi /usr/lib/perl5/5.8.8 /usr/local/lib/perl5/site_perl/5.8.8/OpenBSD.i386-openbsd-thread-multi /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl .).BEGIN failed--compilation aborted. Can't locate Config.pm in @INC (@INC contains: /usr/lib/perl5/5.8.8/OpenBSD.i386-openbsd-thread-multi /usr/lib/perl5/5.8.8 /usr/local/lib/perl5/site_perl/5.8.8/OpenBSD.i386-openbsd-thread-multi /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl .).BEGIN failed--compilation aborted. Can't locate the perl binary used to run this script in (/var/www/perl5web/bin /var/www/perl5web/bin /usr/bin /home/touche/bin /bin /sbin /usr/bin /usr/sbin /usr/local/bin /usr/local/sbin /usr/games . /usr/X11R6/bin /usr/X11R6/bin /opt/bin /opt/local/bin) as you see, i'm on OpenBSD 4.0-stable/i386. i can't manage for now to use correct config.pm advices ? i've install other cpan modules like this without problems. thanks a lot Regards Julien