On Tuesday 12 October 2004 11:51, Angky R wrote: > Dh All, > JIka saya install module perl, dan terjadi erro seperti ini, kira kira > module apa yang kurang ya?dan bagaimana penyelesainya? > > #perl -MCPAN -e shell > cpan>install Time::HiRes > ... > Checking if your kit is complete... > Looks good > Writing Makefile for Time::HiRes > Now you may issue 'make'. Do not forget also 'make test'. > NOTE: if you get an error like this (the line number may vary): > Makefile:91: *** missing separator > then set the environment variable LC_ALL to "C" and retry > from scratch (re-run perl "Makefile.PL"). > Makefile:91: *** missing separator. Stop. > /usr/bin/make -- NOT OK > Running make test > Can't test without successful make > Running make install > make had returned bad status, install seems impossible
pada error message sudah jelas dikasih tahu... untuk mengatasinya set LC_ALL ke C: export LC_ALL=C perl -MCPAN -e shell install Time::HiRes -- Unsubscribe: kirim email kosong ke [EMAIL PROTECTED] Arsip, FAQ, dan info milis di http://linux.or.id/milis.php Tidak bisa posting? Baca: http://linux.or.id/wiki/index.php?pagename=ProblemMilisDanSolusi http://linux.or.id/wiki/index.php?pagename=TataTertibMilis
