Actions
Bug #7823
openubuntu package libarvados-perl should depend on libcrypt-ssleay-perl
Status:
New
Priority:
Normal
Assigned To:
-
Category:
-
Target version:
-
Start date:
11/18/2015
Due date:
% Done:
0%
Estimated time:
Story points:
-
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:
- 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:
- apt-get install libcrypt-ssleay-perl
- perl -MArvados -e ''
Actions