in reply to Re^2: firefox application on 64bit os problem
in thread firefox application on 64bit os problem
I solved the issue finally. The root cause is I use perl-32bit in WIN7-64 platform. The Template::Toolkit module installed in perl 32bit does not support well in WIN7 64bit platform. Thus this $self->template will not get object correctly. After I install perl-64bit and install Template::Toolkit via 64bit-PERL PPM, this issues disappears. So what is the difference between perl 32 and perl 64? Seems most modules installed in 32bit-perl works fine in 64bit OS, but this one is an exception!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: firefox application on 64bit os problem
by Corion (Patriarch) on Sep 22, 2011 at 08:55 UTC |