<?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>Nerdpress.org &#187; GeoIp</title>
	<atom:link href="http://www.nerdpress.org/tag/geoip/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nerdpress.org</link>
	<description>^__^</description>
	<lastBuildDate>Thu, 03 May 2012 15:03:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Silverstripe und GeoIp</title>
		<link>http://www.nerdpress.org/2010/03/21/silverstripe-und-geoip/</link>
		<comments>http://www.nerdpress.org/2010/03/21/silverstripe-und-geoip/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 13:02:27 +0000</pubDate>
		<dc:creator>Ivo Bathke</dc:creator>
				<category><![CDATA[Silverstripe]]></category>
		<category><![CDATA[GeoIp]]></category>

		<guid isPermaLink="false">http://nerdpress.org/?p=853</guid>
		<description><![CDATA[Silverstripe bzw. das drunterliegende Framework Sapphire hat ja eine GeoIp Komponente, die in dem CMS und auch in einigen Modulen benutzt wird, zB um Länder in Formularen direkt einzustellen. Was allerdings nirgendwo steht ist, dass dafür das Programm geoiplookup benötigt wird. Sapphire ruft das Programm dann über exec auf. Ist das nicht installiert, stehen im [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p>Silverstripe bzw. das drunterliegende Framework Sapphire hat ja eine GeoIp Komponente, die in dem CMS und auch in einigen Modulen benutzt wird, zB um Länder in Formularen direkt einzustellen.</p>
<p>Was allerdings nirgendwo steht ist, dass dafür das Programm <strong>geoiplookup</strong> benötigt wird.<br />
<span id="more-853"></span><br />
Sapphire ruft das Programm dann über <em>exec</em> auf.</p>
<p>Ist das nicht installiert, stehen im Apache error.log solche Meldungen:</p>
<pre class="brush: bash; title: ; notranslate">
sh: geoiplookup: not found
</pre>
<p>&#8230; und zwar nur da. Im Code wird kein Fehler angezeigt.</p>
<p>Also schnell installieren</p>
<pre class="brush: bash; title: ; notranslate">
apt-get install libgeoip1 geoip-bin
</pre>
<p>und alles klappt.</p>
<p>Wie das dann allerdings auf Windows aussieht kann ich nicht sagen ;)</p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.nerdpress.org/2010/03/21/silverstripe-und-geoip/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

