Hello, i am leaving perl2exe and activestate... trying to get to strawberry
v5.18.2 still on windows 7 (6.1.7601 Service Pack 1 Build 7601 if it
matters)

After my test.pl printed foo back at me i did a "cpan -i PAR::Packer  " and
was able to do pp -o test.exe test.pl and got test.exe to print foo back at
me...

It was when i tried to compile an existing script that i ran into issues...
so i added to test.pl and problem occurs there... cut and paste from DOS is
below... i hope to have someone here be able to tell me what i am missing
or what i might try next...

Thanks.



F:\>more test.pl
use Net::Telnet;

print "foo\n";


F:>test.pl
foo

F:\>del test.exe & pp -o test.exe test.pl

F:\>test.exe
Can't locate arybase.pm in @INC (you may need to install the arybase
module) (@I
NC contains: CODE(0x3247148)
C:\Users\flast\AppData\Local\Temp\par-6a6461766973
\cache-3dedc898c89d394f909e7914bbb969e849238da7\inc\lib
C:\Users\flast\AppData\
Local\Temp\par-6a6461766973\cache-3dedc898c89d394f909e7914bbb969e849238da7\inc
C
ODE(0x30030b8) CODE(0x3004628)) at Net/Telnet.pm line 536.
BEGIN failed--compilation aborted at Net/Telnet.pm line 536.
Compilation failed in require at script/test.pl line 1.
BEGIN failed--compilation aborted at script/test.pl line 1.

F:\>

C:\util\strawberry\perl\lib\arybase.pm
C:\util\strawberry\perl\vendor\lib\Net\Telnet.pm
C:\util\strawberry\perl\vendor\lib\URI\telnet.pm

C:\util\strawberry>perl -e "use arybase;"

C:\util\strawberry>perl -e "print @INC;"
C:\util\strawberry\perl\vendor\libC:/util/strawberry/perl/site/libC:/util/strawb
erry/perl/vendor/libC:/util/strawberry/perl/lib.

Reply via email to