MHMDhub / enterprise-log-search-and-archive

Automatically exported from code.google.com/p/enterprise-log-search-and-archive
0 stars 0 forks source link

Module 'Sys::Info::Driver::OSX' is not installed #183

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It seems like the Sys::Info::Driver:OSX failed due to unsupported OS.. In fact, 
i'm using Ubuntu 10-04. any idea??

Original issue reported on code.google.com by back4gl...@gmail.com on 13 Nov 2013 at 3:44

GoogleCodeExporter commented 8 years ago
I could also reproduce this using cpanm Sys::Info.

I was able to work around this issue by using CPAN shell with no issues
perl -MCPAN -e shell
 >install Sys::Info

After this proceed with the install script.

Original comment by usr.s...@gmail.com on 13 Nov 2013 at 1:22

GoogleCodeExporter commented 8 years ago
This also fails on CentOS VM running on an OSX host. The workaround listed did 
not solve the problem.

Original comment by nick.all...@gmail.com on 13 Nov 2013 at 9:11

GoogleCodeExporter commented 8 years ago
Yes, tried it and still doesn't work.

Original comment by back4gl...@gmail.com on 14 Nov 2013 at 12:47

GoogleCodeExporter commented 8 years ago
This is due to Module::Build, see 
https://groups.google.com/d/msg/enterprise-log-search-and-archive/MvUcaONrSgw/I1
ZSQMNuUGkJ

Workaround: 

sh install.sh node
cpanm Module::Build@0.4008
sh install.sh node

Original comment by nick.all...@gmail.com on 14 Nov 2013 at 9:47

GoogleCodeExporter commented 8 years ago
I fixed this with cpan -f Sys::Info

Original comment by alessand...@gmail.com on 15 Nov 2013 at 10:26

GoogleCodeExporter commented 8 years ago
I've added that to the install.sh as of rev 1113.

Original comment by mchol...@gmail.com on 15 Nov 2013 at 10:51