<?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>GeoIp | Nerdpress.org</title>
	<atom:link href="https://nerdpress.org/tag/geoip/feed/" rel="self" type="application/rss+xml" />
	<link>https://nerdpress.org</link>
	<description>...dev, tech problems and solutions.</description>
	<lastBuildDate>Sun, 21 Mar 2010 13:02:27 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Silverstripe und GeoIp</title>
		<link>https://nerdpress.org/2010/03/21/silverstripe-und-geoip/</link>
					<comments>https://nerdpress.org/2010/03/21/silverstripe-und-geoip/#comments</comments>
		
		<dc:creator><![CDATA[Ivo Bathke]]></dc:creator>
		<pubDate>Sun, 21 Mar 2010 13:02:27 +0000</pubDate>
				<category><![CDATA[Silverstripe]]></category>
		<category><![CDATA[GeoIp]]></category>
		<guid isPermaLink="false">https://nerdpress.org/?p=853</guid>

					<description><![CDATA[<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. 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 &#8230; </p>
<p class="link-more"><a href="https://nerdpress.org/2010/03/21/silverstripe-und-geoip/" class="more-link">Continue reading<span class="screen-reader-text"> "Silverstripe und GeoIp"</span></a></p>
The post <a href="https://nerdpress.org/2010/03/21/silverstripe-und-geoip/">Silverstripe und GeoIp</a> first appeared on <a href="https://nerdpress.org">Nerdpress.org</a>.]]></description>
										<content:encoded><![CDATA[<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>The post <a href="https://nerdpress.org/2010/03/21/silverstripe-und-geoip/">Silverstripe und GeoIp</a> first appeared on <a href="https://nerdpress.org">Nerdpress.org</a>.]]></content:encoded>
					
					<wfw:commentRss>https://nerdpress.org/2010/03/21/silverstripe-und-geoip/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
