<?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>Ben McGraw's Egometry &#187; apache</title>
	<atom:link href="http://www.egometry.com/tags/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.egometry.com</link>
	<description>cogito ergo stfu</description>
	<lastBuildDate>Wed, 28 Jul 2010 20:12:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Installing awffull on debian</title>
		<link>http://www.egometry.com/tech/installing-awffull-on-debian/</link>
		<comments>http://www.egometry.com/tech/installing-awffull-on-debian/#comments</comments>
		<pubDate>Sat, 27 Oct 2007 23:36:23 +0000</pubDate>
		<dc:creator>mcgrue</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[awffull]]></category>
		<category><![CDATA[debian]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Installing awffull on debian I wanted the sexy newer beta version of awffull (because webalizer is&#8230; awful&#8230; and hasn&#8217;t been updated since 2002 and keeps spiders in your stats and stuff). Unfortunatly, this meant I had to not use apt-get for the first time in months. Here&#8217;s a redux of what a debian user needs [...]]]></description>
			<content:encoded><![CDATA[<h2>Installing awffull on debian</h2>
<p>I wanted the sexy newer beta version of <a href=http://www.stedee.id.au/awffull>awffull</a> (because <a href=http://www.mrunix.net/webalizer/>webalizer</a> is&#8230; awful&#8230; and <a href=http://en.wikipedia.org/wiki/Webalizer#Criticism>hasn&#8217;t been updated since 2002 and keeps spiders in your stats</a> and stuff).</p>
<p>Unfortunatly, this meant I had to not use apt-get for the first time in months.</p>
<p>Here&#8217;s a redux of what a debian user needs to do to get Awffull running local (assuming you have superuser privileges):</p>
<pre>

<span style="color: #AAAAAA;">#
# grab the recent build, at the time of this writing: 3.8.1 b3
#</span>
wget <a href=http://www.stedee.id.au/files/awffull-3.8.1-beta3.tar.gz>http://www.stedee.id.au/files/awffull-3.8.1-beta3.tar.gz</a>

<span style="color: #AAAAAA;">#
# untar it and gunzip it</span>
#</span>
tar -xvvzf awffull-3.8.1-beta3.tar.gz

<span style="color: #AAAAAA;">#
# climb into the newly minted directory (for you neophytes out there,
# it'll be different if the version/filename is different)
#</span>
cd awffull-3.8.1-beta3

<span style="color: #AAAAAA;">#
# Now you need to make sure you have the libpng libraries installed.
# So as superuser we'll grab ALL of the libpng libraries...
#</span>
sudo apt-get install libpng*

<span style="color: #AAAAAA;">#
# now the GD Lib... which had a somewhat esoteric name for apt-get.
# I found this by running a <a href=http://www.google.com/search?client=opera&#038;rls=en&#038;q=debian+site:http://www.libgd.org&#038;sourceid=opera&#038;ie=utf-8&#038;oe=utf-8>debian site:http://www.libgd.org</a> google.
#</span>
apt-get install libgd2-dev

<span style="color: #AAAAAA;">#
# Next was the perl compatible regular expressions library.
# The google for this one was <a href=http://www.google.com/search?hl=en&#038;client=opera&#038;rls=en&#038;hs=uLz&#038;q=apt-get+%22Perl+Compatible+Regular+Expressions%22&#038;btnG=Search>apt-get "Perl Compatible Regular Expressions"</a>
#</span>
apt-get install libpcre3-dev

<span style="color: #AAAAAA;">#
# You may need to also install zlib.  I didn't, as it's a very common library... but
# if you do, you can get it with this command
#</span>
apt-get install zlib*

<span style="color: #AAAAAA;">#
# Now we're in the home stretch.  Run these commands, and you should be golden.
#</span>

./configure

make

make install
</pre>
<p>And if all went well, you&#8217;ve compiled a delicious build of awffull.  The binary will be sitting in the src directory, (in this case ~/awffull-3.8.1-beta3/src ) and should&#8217;ve been already copied to it&#8217;s new home at /usr/local/bin/awffull.</p>
<p>You can make a symbolic link to  /usr/bin/awffull from /usr/local/bin/awffull if you want.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.egometry.com/tech/installing-awffull-on-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
