On Sun, Jun 06, 2004 at 03:15:58AM -0700, [EMAIL PROTECTED] wrote: > dear all > > lagi nyoba install qpsmtpd di qmail machine , tapi ada masalah ketika > install PPerl . error seperti ini : > > [EMAIL PROTECTED] PPerl-0.25]# perl Makefile.PL > Checking /usr/bin/perl is the same version as this one...not ok > > The perl at /usr/bin/perl and the one currently executing this Makefile.PL do > not appear to be the same. > > Please specify a full path to a perl interpreter on the command line, e.g: > > perl Makefile.PL PERL_PATH=/usr/bin/perl_custom > > [EMAIL PROTECTED] PPerl-0.25]# > > nah solusinya gimana yach thx sebelumnya
Sudah jelas kan? The perl at /usr/bin/perl and the one currently
executing this Makefile.PL do not appear to be the same. Artinya kalo
anda ketik perl, itu bukan /usr/bin/perl, berarti perl yg dijalankan
ada di lokasi lain.
Isi PERL_PATH dengan output dari 'which perl', atau langsung:
perl Makefile.PL PERL_PATH=`which perl`
Awas, itu backtick (`), bukan single quote (').
Ronny
pgpwZwOKzvsGA.pgp
Description: PGP signature
