Changes between Initial Version and Version 1 of Ticket #20915
- Timestamp:
- Aug 30, 2009, 5:58:04 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20915
- Property Owner changed from macports-tickets@… to tkay@…
-
Ticket #20915 – Description
initial v1 1 1 Scripts using SSH1 work fine. SSH2 connections are failing with the following output. 2 2 {{{ 3 3 Can't load '/opt/local/lib/perl5/vendor_perl/5.8.9/darwin-2level/auto/Math/Pari/Pari.bundle' for module Math::Pari: dlopen(/opt/local/lib/perl5/vendor_perl/5.8.9/darwin-2level/auto/Math/Pari/Pari.bundle, 1): Symbol not found: _hiremainder 4 4 Referenced from: /opt/local/lib/perl5/vendor_perl/5.8.9/darwin-2level/auto/Math/Pari/Pari.bundle … … 14 14 BEGIN failed--compilation aborted at /opt/local/lib/perl5/vendor_perl/5.8.9/Net/SSH/Perl/SSH2.pm line 6. 15 15 Compilation failed in require at /opt/local/lib/perl5/vendor_perl/5.8.9/NET/SSH/PERL.pm line 54. 16 }}}