WorldNet
02-06-2003, 05:32 PM
so I picked up this RAQ2 as a dedicated box for running a perlscript that eats alot of cpu
the problem is that the script needs LWP::Useragent and that needs at least Perl 5.005. The server comes with 5.004, and I was afraid if I upgraded it then I would hose the RAQ conrol panel. :bawling:
So I was attempting to install from source in a different location than where 5.004 is and I kept getting the following error when I do "make"
make: *** File `/usr/lib/gcc-lib/mipsel-linux/2.7.2/include/float.h' has modification time in the future
make: *** File `/usr/lib/gcc-lib/mipsel-linux/2.7.2/include/limits.h' has modification time in the future
make: *** File `/usr/lib/gcc-lib/mipsel-linux/2.7.2/include/stdarg.h' has modification time in the future
make: *** File `/usr/lib/gcc-lib/mipsel-linux/2.7.2/include/stddef.h' has modification time in the future
make: *** File `/usr/lib/gcc-lib/mipsel-linux/2.7.2/include/syslimits.h' has modification time in the future
make: *** File `/usr/lib/gcc-lib/mipsel-linux/2.7.2/include/va-mips.h' has modification time in the future
`sh cflags libperl.a miniperlmain.o` miniperlmain.c
CCCMD = cc -DPERL_CORE -c -Dbool=char -DHAS_BOOL -O2
do I need to update GCC or is there another problem?
any input would be appreciated...
the problem is that the script needs LWP::Useragent and that needs at least Perl 5.005. The server comes with 5.004, and I was afraid if I upgraded it then I would hose the RAQ conrol panel. :bawling:
So I was attempting to install from source in a different location than where 5.004 is and I kept getting the following error when I do "make"
make: *** File `/usr/lib/gcc-lib/mipsel-linux/2.7.2/include/float.h' has modification time in the future
make: *** File `/usr/lib/gcc-lib/mipsel-linux/2.7.2/include/limits.h' has modification time in the future
make: *** File `/usr/lib/gcc-lib/mipsel-linux/2.7.2/include/stdarg.h' has modification time in the future
make: *** File `/usr/lib/gcc-lib/mipsel-linux/2.7.2/include/stddef.h' has modification time in the future
make: *** File `/usr/lib/gcc-lib/mipsel-linux/2.7.2/include/syslimits.h' has modification time in the future
make: *** File `/usr/lib/gcc-lib/mipsel-linux/2.7.2/include/va-mips.h' has modification time in the future
`sh cflags libperl.a miniperlmain.o` miniperlmain.c
CCCMD = cc -DPERL_CORE -c -Dbool=char -DHAS_BOOL -O2
do I need to update GCC or is there another problem?
any input would be appreciated...
