J
jis
Hello guys,
it has been really tough to get this working and not still working..
the following are the thing i intend to do
1. Create distributable executable with par:
acker for 32 bit platform.
(final destination: windows 7 32 bit
2. I have following in my script
use Net::SFTP::Foreign;
use Net::SFTP::Foreign::Constants qw
flags);
use Net::SMTP;
use File::Basename;
use Sys::Hostname;
use File::Compare;
3. I use strawberry perl - strawberry-perl-5.18.0.1-32bit.msi.
4. i have all the required modules installed.
the following are the issues i have.
pm in @INC (@INC contains: CODE(0x14db19c) C:\TEMP\par-61676972616a\cache-fc745c
7bdab45bea5e1bc4f536f37a02378efa83\inc\lib C:\TEMP\par-61676972616a\cache-fc745c
7bdab45bea5e1bc4f536f37a02378efa83\inc CODE(0x12d447c) CODE(0x12d480c)) at (eval
21) line 1.
at script/Ftransfer.pl line 26.
CODE(0x14db19c) C:\TEMP\par-61676972616a\cache-fc745c7bdab45bea5e1bc4f536f37a023
78efa83\inc\lib C:\TEMP\par-61676972616a\cache-fc745c7bdab45bea5e1bc4f536f37a023
78efa83\inc CODE(0x12d447c) CODE(0x12d480c)
the following is what i observed.
1. I can get it working with strawberry 64 bit perl on a windows7 64 bit. but i need a 32 bit target file.
2. I see my @INC is good and environment variables are properly set( as much i know).
3. As soon as I run the exe ..@INC is on C:\temp. But my modules are in C:\strawberry\perl
let me know.
thanks,
jis
it has been really tough to get this working and not still working..
the following are the thing i intend to do
1. Create distributable executable with par:
(final destination: windows 7 32 bit
2. I have following in my script
use Net::SFTP::Foreign;
use Net::SFTP::Foreign::Constants qw
use Net::SMTP;
use File::Basename;
use Sys::Hostname;
use File::Compare;
3. I use strawberry perl - strawberry-perl-5.18.0.1-32bit.msi.
4. i have all the required modules installed.
the following are the issues i have.
Unable to load backend Net_SSH2: Can't locate Net/SFTP/Foreign/Backend/Net_SSH2.Ftransfer
pm in @INC (@INC contains: CODE(0x14db19c) C:\TEMP\par-61676972616a\cache-fc745c
7bdab45bea5e1bc4f536f37a02378efa83\inc\lib C:\TEMP\par-61676972616a\cache-fc745c
7bdab45bea5e1bc4f536f37a02378efa83\inc CODE(0x12d447c) CODE(0x12d480c)) at (eval
21) line 1.
at script/Ftransfer.pl line 26.
CODE(0x14db19c) C:\TEMP\par-61676972616a\cache-fc745c7bdab45bea5e1bc4f536f37a023
78efa83\inc\lib C:\TEMP\par-61676972616a\cache-fc745c7bdab45bea5e1bc4f536f37a023
78efa83\inc CODE(0x12d447c) CODE(0x12d480c)
the following is what i observed.
1. I can get it working with strawberry 64 bit perl on a windows7 64 bit. but i need a 32 bit target file.
2. I see my @INC is good and environment variables are properly set( as much i know).
3. As soon as I run the exe ..@INC is on C:\temp. But my modules are in C:\strawberry\perl
let me know.
thanks,
jis