<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SupportSages &#187; wget</title>
	<atom:link href="http://www.supportsages.com/blog/tag/wget/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.supportsages.com/blog</link>
	<description>Technical Support and Server Management : Musings in the fox hole.</description>
	<lastBuildDate>Fri, 16 Jul 2010 02:47:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Buggy wget again causing issues with Fantastico &#8211; Tells you installed, but fools you</title>
		<link>http://www.supportsages.com/blog/2009/04/buggy-wget-again-causing-issues-with-fantastico-tells-you-installed-but-fools-you/</link>
		<comments>http://www.supportsages.com/blog/2009/04/buggy-wget-again-causing-issues-with-fantastico-tells-you-installed-but-fools-you/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 14:21:51 +0000</pubDate>
		<dc:creator>Fabian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Fantastico]]></category>
		<category><![CDATA[wget]]></category>

		<guid isPermaLink="false">http://www.supportsages.com/blog/?p=16</guid>
		<description><![CDATA[Once upon a time, long back around 24 months back, there was an issue with wget and fantastico. Issue was that fantastico will get installed. Atleast it will tell you that it finished installation. But later on when you try to adjust the feature set, it will fool you saying it is not installed. We thought it got solved in 5.2. but it looks like re-appeared in RHEL/CentOS 5.3. 

So the solution is to install it from source. Source is the best. RPMs and Debs took all the fun we had in slackware age of floppy based linux :)



<blockquote>cd
mkdir ssages
wget ...]]></description>
			<content:encoded><![CDATA[<p>Once upon a time, long back around 24 months back, there was an issue with wget and fantastico. Issue was that fantastico will get installed. Atleast it will tell you that it finished installation. But later on when you try to adjust the feature set, it will fool you saying it is not installed. We thought it got solved in 5.2. but it looks like re-appeared in RHEL/CentOS 5.3. </p>
<p>So the solution is to install it from source. Source is the best. RPMs and Debs took all the fun we had in slackware age of floppy based linux <img src='http://www.supportsages.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<blockquote><p>cd<br />
mkdir ssages<br />
wget http://ftp.gnu.org/gnu/wget/wget-latest.tar.gz<br />
yum remove wget<br />
tar xfz wget-latest.tar.gz<br />
cd wget-*<br />
./configure &#8211;prefix=/usr<br />
make<br />
make test<br />
make install<br />
cd ../<br />
rm -Rf wget-*</p></blockquote>
<p>You will also want to put wget* on /etc/yum.conf exclude= line so the OS doesn’t automatically reinstall the buggy version. </p>
<p>Ref: http://www.netenberg.com/forum/index.php?topic=5430.0</p>
<p align="left"><a  class="tt" href="http://twitter.com/home/?status=Buggy+wget+again+causing+issues+with+Fantastico+-+Tells+you+installed%2C+but+fools+you++http%3A%2F%2Fwww.supportsages.com%2Fblog%2F16" title="Post to Twitter"><img class="nothumb" src="http://www.supportsages.com/blog/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a  class="tt" href="http://twitter.com/home/?status=Buggy+wget+again+causing+issues+with+Fantastico+-+Tells+you+installed%2C+but+fools+you++http%3A%2F%2Fwww.supportsages.com%2Fblog%2F16" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.supportsages.com/blog/2009/04/buggy-wget-again-causing-issues-with-fantastico-tells-you-installed-but-fools-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
