<?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>Alex Amiryan's Linux Blog &#187; mod_openpgp</title>
	<atom:link href="http://www.amiryan.org/tag/mod_openpgp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.amiryan.org</link>
	<description>Just sharing my experiance in linux</description>
	<lastBuildDate>Tue, 10 Nov 2009 19:56:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Problem with apxs under Fedora 7 x86_64</title>
		<link>http://www.amiryan.org/2009/02/03/problem-with-apxs-under-fedora-7-x86_64/</link>
		<comments>http://www.amiryan.org/2009/02/03/problem-with-apxs-under-fedora-7-x86_64/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 10:42:56 +0000</pubDate>
		<dc:creator>Alex Amiryan</dc:creator>
				<category><![CDATA[howtos]]></category>
		<category><![CDATA[apr]]></category>
		<category><![CDATA[apxs]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[gpg]]></category>
		<category><![CDATA[mod_openpgp]]></category>
		<category><![CDATA[openpgp]]></category>
		<category><![CDATA[pgp]]></category>

		<guid isPermaLink="false">http://alexamiryan.wordpress.com/?p=131</guid>
		<description><![CDATA[I was trying to compile mod_openpgp under Fedora 7 x86_64 with command: apxs -c -Wc,-g -i -l gpgme -l gpg-error -I /usr/include/ mod_openpgp.c Output was: cannot open /httpd/build/config_vars.mk: No such file or directory at /usr/sbin/apxs line 201. The problem caused because pkg-config --variable=libdir apr-1 was giving just nothing. It happens because I had installed apr-devel.i386 [...]]]></description>
			<content:encoded><![CDATA[<!--Amazon_CLS_IM_START--><p>I was trying to compile <a href="http://wiki.buanzo.org/index.php?n=Main.ModOpenpgp" target="_blank">mod_openpgp</a> under Fedora 7 x86_64 with command:</p>
<pre class="brush: bash">apxs -c -Wc,-g -i -l gpgme -l gpg-error -I /usr/include/ mod_openpgp.c</pre>
<p>Output was:</p>
<pre class="brush: text">cannot open /httpd/build/config_vars.mk: No such file or directory at /usr/sbin/apxs line 201.</pre>
<p>The problem caused because <strong><code>pkg-config --variable=libdir apr-1</code></strong> was giving just nothing. It happens because I had installed apr-devel.i386 and httpd-devel.x86_64.<br />
Problem solved by removing i386 apr-devel and installing x86_64 version instead <img src='http://www.amiryan.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<!--Amazon_CLS_IM_END-->]]></content:encoded>
			<wfw:commentRss>http://www.amiryan.org/2009/02/03/problem-with-apxs-under-fedora-7-x86_64/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
