MHMDhub / enterprise-log-search-and-archive

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

get error "! Finding Sys::MemInfo on cpanmetadb failed." during installation #178

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.execute install script
2.
3.

What is the expected output? What do you see instead?
I expect to get the product installed but I get error "Executing build_node_perl
! Finding Sys::MemInfo on cpanmetadb failed."

What version of the product are you using? On what operating system?
I do not see any version of the product in the "elsa" directory. I am using 
CentOS 6.4.

Please provide any additional information below.

Original issue reported on code.google.com by franck.d...@gmail.com on 27 Sep 2013 at 12:58

GoogleCodeExporter commented 8 years ago
Sys::MemInfo definitely exists on cpan and should be installable.  Did any 
other modules fail?  What happens when you execute "cpanm Sys::MemInfo" 
directly from the command line?

Original comment by mchol...@gmail.com on 27 Sep 2013 at 1:01

GoogleCodeExporter commented 8 years ago
I already had to get cpanm manually because the install script could not 
retrieve it. Command "cpanm Sys::MemInfo" does not work (no result). Should a 
special network port be open to get modules from CPAN (I am at office so behind 
a FW) ?

Original comment by franck.d...@gmail.com on 27 Sep 2013 at 1:27

GoogleCodeExporter commented 8 years ago
No, there's nothing special, it uses port 80 to make a standard HTTP 
connection.  Do you have a web proxy that needs to be configured on the box?  
You need to set http_proxy/https_proxy environment variables.

Original comment by mchol...@gmail.com on 27 Sep 2013 at 1:30

GoogleCodeExporter commented 8 years ago
Sorry for the delay, many things to manage at office... I have set http_proxy, 
https_proxy and ftp_proxy and I still get error messages like "! Finding 
Sys::MemInfo on cpanmetadb failed." during "build_node_perl" function 
execution. The message appears almost 1 hour after I have launched install 
script...

Original comment by franck.d...@gmail.com on 9 Oct 2013 at 1:02

GoogleCodeExporter commented 8 years ago
I have set SVN environment variables in "/etc/subversion/servers" and the 
install script now runs fine (at least CPAN modules download succeeds)... I do 
not understand the link with cpanm but I do not have time either to 
investigate. Thanks for your help, you can close the case.

Original comment by franck.d...@gmail.com on 9 Oct 2013 at 1:47

GoogleCodeExporter commented 8 years ago
Hm, don't know why the proxy settings for SVN would affect cpanm installs, but 
glad to hear it's working.

Original comment by mchol...@gmail.com on 9 Oct 2013 at 4:39