[rt-users] Trouble/Error with Web deployment httpd/apache/mod_fcgid

dwdixon dwdixon at umich.edu
Mon Nov 23 17:01:15 EST 2015


Hi Bill/All,

I did as you suggested (wiping the private tree for root) then I tested out
your command by removing the last xargs statement and running it, the output
was null...got nothing back....this is what I ran:

make testdeps  |fgrep MISSING |egrep -v ' (owner|group) |>=5\.10\.'|awk
'{print $1}'|sort -u |sed 's/::/-/g'|sed 's/^/perl-/'| xargs -rt yum
list|grep '^perl-' |awk '{print $1}'

It spit out a sizable list of packages so I then completed the full command
by adding the last xargs statement back....it installed around 41 packages
but upon re-running make testdeps afterwards there are still a LOT of
missing dependencies....make fixdeps is doing its lame looping thing again
afterwards so I halted that...here is a list of everything I'm missing after
running your full command, looks like I'll have to install all of these
manually with CPAN/cpanm then?  Which is fine since I did it before but just
thought there may be less than this?... Also I noticed the error at the
bottom...is that normal?  "make: *** [testdeps] Error 1"  ?

***********************************************************
# make testdeps  |fgrep MISSING
	Text::Password::Pronounceable ...MISSING
	Tree::Simple >= 1.04 ...MISSING
	HTML::Mason >= 1.43 ...MISSING
	Symbol::Global::Name >= 0.04 ...MISSING
	DateTime::Format::Natural >= 0.67 ...MISSING
	Text::Wrapper ...MISSING
	Regexp::Common::net::CIDR ...MISSING
	Date::Extract >= 0.02 ...MISSING
	HTML::Mason::PSGIHandler >= 0.52 ...MISSING
	MIME::Entity >= 5.504 ...MISSING
	Locale::Maketext::Lexicon >= 0.32 ...MISSING
	Role::Basic >= 0.12 ...MISSING
	HTML::RewriteAttributes >= 0.05 ...MISSING
	Locale::Maketext::Fuzzy >= 0.11 ...MISSING
	Email::Address::List >= 0.02 ...MISSING
	Plack::Handler::Starlet ...MISSING
	PerlIO::eol ...MISSING
	GnuPG::Interface ...MISSING
	Data::ICal ...MISSING
	Crypt::X509 ...MISSING
	Convert::Color ...MISSING
SOME DEPENDENCIES WERE MISSING.
	Data::ICal ...MISSING
	Crypt::X509 ...MISSING
	Convert::Color ...MISSING
	PerlIO::eol ...MISSING
	GnuPG::Interface ...MISSING
	HTML::Mason >= 1.43 ...MISSING
	MIME::Entity >= 5.504 ...MISSING
	HTML::Mason::PSGIHandler >= 0.52 ...MISSING
	Date::Extract >= 0.02 ...MISSING
	Symbol::Global::Name >= 0.04 ...MISSING
	DateTime::Format::Natural >= 0.67 ...MISSING
	Locale::Maketext::Lexicon >= 0.32 ...MISSING
	Role::Basic >= 0.12 ...MISSING
	Locale::Maketext::Fuzzy >= 0.11 ...MISSING
	Email::Address::List >= 0.02 ...MISSING
	Text::Password::Pronounceable ...MISSING
	Text::Wrapper ...MISSING
	Regexp::Common::net::CIDR ...MISSING
	HTML::RewriteAttributes >= 0.05 ...MISSING
	Tree::Simple >= 1.04 ...MISSING
	Plack::Handler::Starlet ...MISSING
make: *** [testdeps] Error 1
***********************************************************

Thank you!

-Drew



--
View this message in context: http://requesttracker.8502.n7.nabble.com/Trouble-Error-with-Web-deployment-CentOS-httpd-mod-fcgid-tp60979p60999.html
Sent from the Request Tracker - User mailing list archive at Nabble.com.



More information about the rt-users mailing list