Skip to content

Instantly share code, notes, and snippets.

@nntsugu
Last active August 29, 2015 14:27
Show Gist options
  • Save nntsugu/ec115768c0ed4a9481db to your computer and use it in GitHub Desktop.
Save nntsugu/ec115768c0ed4a9481db to your computer and use it in GitHub Desktop.
fluent-agent-liteをRHEL/CentOSインストール時に詰まるとこ2箇所 ref: http://qiita.com/nntsugu@github/items/685f5a484359a915ec1d
Internal Server Error
# rpmbuild -ba SPECS/fluent-agent-lite.spec
(snip)
Can't locate object method "Internal" via package "Server" (perhaps you forgot to load "Server"?) at /root/rpmbuild/BUILDROOT/fluent-agent-lite-1.0-original.x86_64/usr/local/fluent-agent-lite/bin/cpanm line 1.
error: Bad exit status from /var/tmp/rpm-tmp.BbU1TC (%install)
export QA_SKIP_BUILD_ROOT=1
-curl -s -L http://xrl.us/cpanm > $INSTALLDIR/bin/cpanm
+curl -s -L http://cpanmin.us > $INSTALLDIR/bin/cpanm
via. https://github.com/tagomoris/fluent-agent-lite/pull/26/files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment