[Bug 211842] mail/p5-Mail-DKIM: Missing dependency

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Aug 14 18:55:06 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211842

--- Comment #5 from Max Kostikov <max at kostikov.co> ---
I think I found problem.
By default FreeBSD using Perl 5.20 at this moment.
But I have (and have no clue why) p5-Crypt-OpenSSL-RSA installed in Perl 5.18
directories

# pkg info -l p5-Crypt-OpenSSL-RSA
p5-Crypt-OpenSSL-RSA-0.28_1:
        /usr/local/lib/perl5/site_perl/mach/5.18/Crypt/OpenSSL/RSA.pm
        /usr/local/lib/perl5/site_perl/mach/5.18/auto/Crypt/OpenSSL/RSA/RSA.so
       
/usr/local/lib/perl5/site_perl/mach/5.18/auto/Crypt/OpenSSL/RSA/autosplit.ix
       
/usr/local/lib/perl5/site_perl/mach/5.18/auto/Crypt/OpenSSL/RSA/get_key_parameters.al
       
/usr/local/lib/perl5/site_perl/mach/5.18/auto/Crypt/OpenSSL/RSA/import_random_seed.al
       
/usr/local/lib/perl5/site_perl/mach/5.18/auto/Crypt/OpenSSL/RSA/new_key_from_parameters.al
       
/usr/local/lib/perl5/site_perl/mach/5.18/auto/Crypt/OpenSSL/RSA/new_public_key.al
        /usr/local/lib/perl5/site_perl/man/man3/Crypt::OpenSSL::RSA.3.gz

So after pkg delete -fy p5-Crypt-OpenSSL-RSA &&  pkg install
p5-Crypt-OpenSSL-RSA all was reinstalled in 5.20 directories.
So this is not port bug but local installation issue.
Thank you for support!

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-perl mailing list