Project

General

Profile

Actions

Bug #7823

closed

ubuntu package libarvados-perl should depend on libcrypt-ssleay-perl

Added by Joshua Randall over 8 years ago. Updated about 1 year ago.

Status:
Closed
Priority:
Normal
Assigned To:
-
Category:
-
Target version:
-
Story points:
-
Release:
Release relationship:
Auto

Description

libarvados-perl installed from the ubuntu package (0.1.20150730193703.6dff070) does not function without libcrypt-ssleay-perl, which it does not depend on:

  1. perl -MArvados -e ''
    Can't locate Net/SSL.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at /usr/share/perl5/Arvados.pm line 62.
    BEGIN failed--compilation aborted at /usr/share/perl5/Arvados.pm line 62.
    Compilation failed in require.
    BEGIN failed--compilation aborted.

After installing libcrypt-ssleay-perl, this works:

  1. apt-get install libcrypt-ssleay-perl
  2. perl -MArvados -e ''
Actions

Also available in: Atom PDF