in reply to Re: Help with Net::SFTP dependencies
in thread Help with Net::SFTP dependencies
Sounds like this module hasn't been ported to a recent version of Perl. You want to use: perl Makefile.PL POLLUTE=1 to work around this problem.
Update: runrig was kind enough to note that he didn't have problems installing Compress::Zlib under Perl 5.6.1 so I did a quick look and find version 1.14 on CPAN but your output makes it appear that you are installing version 1.02. If that is correct, then you need to get a newer version of the module (runrig installed version 1.13).
Update2: runrig notes that the change log (in README) says for 1.03 "Updated to use new PL_* symbols", so it looks even more like you just have an old version. (:
- tye (but my friends call me "Tye")
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: (tye)Re: Help with Net::SFTP dependencies
by eLore (Hermit) on Dec 07, 2001 at 07:48 UTC |