Hello there,
When running the FirstTime.pm the following error occurs on a Redhat Linux Enterprise 3 workstation:
FirstTime.pm is located at /usr/lib/perl5/5.8.0/CPAN/
FirstTime.
pm on the RHLES 3 box.
Error: build/version_check.pl failed: no version_string found in '' for 'mod_perl'.
Please upgrade mod_perl first.
Currently running the following programs and their versions.
Apache-2.0.46
Mod-Perl-2.0.2
Perl 5.8.0
MySQL 4.0.24
Subsequently this causes a infinite loop which repeatedly trys to rebuild itself. See details below...
CPAN.pm: Going to build J/JO/JOESUF/libapreq2-2.06
-dev.tar.g
z
perl: 5.8.0 ok
build/version_check.pl failed: no version_string found in '' for 'mod_perl'.
Please upgrade mod_perl first.
Apache::Test: 1.27 ok
build/version_check.pl failed: ExtUtils::MakeMaker version 6.03 unsupported (6.15 or greater is required).
Please upgrade ExtUtils::MakeMaker first.
build/version_check.pl failed: no version_string found in '' for 'ExtUtils::XSBuilder'.
Please upgrade ExtUtils::XSBuilder first.
Test::More: 0.47 ok
./configure --enable-perl-glue --with-perl="/usr/bin/perl
"
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make sets $(MAKE)... (cached) yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
Any help with this would be great.
Thanks,
Darrick
Start Free Trial