Re: Installing ARSperl
Brought to you by:
jeffmurphy
From: Jeff M. <jcm...@sm...> - 1996-01-20 04:41:57
|
>2) After fixing the above, I can still not successfully run > Makefile.PL, as it complains that it can't find the > subroutine called WriteMakefile. This is fixed when I > change that call to writeMakefile. (lower case w) > >3) next, it complains about the absence of a "config.sh". > If I set 'TOP' in the call to writeMakefile, this seems > to be fixed. this is strange. perl shouldnt need a config.sh file... it should read the Makefile.PL and generate a makefile on its own.. check your perl version. make sure it is the latest (5.001m is the latest i think). TOP should be set to the top of your perl source code directory. for example, on our system: TOP = /utiloss/lib/perl5 also: be sure that module support and dynamic linking are compiled into your perl binary. by default i dont think it is. |