MHMDhub / enterprise-log-search-and-archive

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

Missing perl and expat-devel dependencies #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
install.sh trunk downloaded morning of 2012-01-30, on RHEL6.2 x86_64.

What steps will reproduce the problem?
1. Start with patched RHEL6.2 x86_64
2. install.sh node
3. install.sh web

Sphinx compile says:

WARNING: source 'bte_content': xmlpipe2 support NOT compiled in. To use 
xmlpipe2, install missing XML libraries, reconfigure, and rebuild Sphinx

cron.pl says:

Couldn't require Transform::DNSDB : Can't locate URL/Encode.pm, etc.

/var/log/httpd/error_log says:

Couldn't require Transform::DNSDB : Can't locate AnyEvent/HTTP.pm

Fixes:

yum -y install expat-devel (don't know if you actually rely on sphinx expat 
support; if you don't, then you should probably add a --disable-feature to 
squelch the warning)

install perl modules AnyEvent::HTTP Net::CIDR::Lite URL::Encode 
Plack::Builder::Conditionals (the script only installed base Plack::Builder)

Original issue reported on code.google.com by rcgra...@gmail.com on 30 Jan 2012 at 4:38

GoogleCodeExporter commented 8 years ago
Thanks for the report.  I've updated the install.sh with the missing modules, 
which have dependencies for the rest.  Plack::Builder::Conditionals was already 
included in the install.sh script in the very last revision.  

We don't need Sphinx XML pipe, so I'm going to let this one ride as it 
shouldn't affect ELSA functionality at all.

Original comment by mchol...@gmail.com on 2 Feb 2012 at 6:34