Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing perl and expat-devel dependencies #4

Closed
GoogleCodeExporter opened this issue Sep 23, 2015 · 1 comment
Closed

Missing perl and expat-devel dependencies #4

GoogleCodeExporter opened this issue Sep 23, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant