<?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>domxml | ウダ2Blog</title>
	<atom:link href="https://uda2.com/blog/tag/domxml/feed/" rel="self" type="application/rss+xml" />
	<link>https://uda2.com/blog</link>
	<description>大阪でフリーランスとしてWEB制作している管理人が気になった技術をメモったり、作ったツールの紹介などを綴っているブログです。</description>
	<lastBuildDate>Mon, 12 Jan 2009 13:08:43 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>DNRH-001にVINE モジュール</title>
		<link>https://uda2.com/blog/dnrh001vine_2/</link>
					<comments>https://uda2.com/blog/dnrh001vine_2/#respond</comments>
		
		<dc:creator><![CDATA[uda2]]></dc:creator>
		<pubDate>Mon, 12 Jan 2009 13:08:43 +0000</pubDate>
				<category><![CDATA[制作日記]]></category>
		<category><![CDATA[DNRH-001]]></category>
		<category><![CDATA[domxml]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">http://uda2.com/wordpress/2009/01/dnrh001vine_2.html</guid>

					<description><![CDATA[<p>仮サーバーの環境を本サーバーに近いように弄ってるとdomxmlが無いことに気づいた、結構使ってたのでPHPに標準で付いてる関数かと思ってた、検索してみるとモジュールを追加しなくてはいけないらしい。ダウンロードしてコンパイ</p>
The post <a href="https://uda2.com/blog/dnrh001vine_2/">DNRH-001にVINE モジュール</a> first appeared on <a href="https://uda2.com/blog">ウダ2Blog</a>.]]></description>
										<content:encoded><![CDATA[<p>仮サーバーの環境を本サーバーに近いように弄ってるとdomxmlが無いことに気づいた、結構使ってたのでPHPに標準で付いてる関数かと思ってた、検索してみるとモジュールを追加しなくてはいけないらしい。ダウンロードしてコンパイルみたいな事書いてたので面倒だなと思ってると<a href="http://mlog.euqset.org/archives/php-users.php.gr.jp/30381.html">MLog</a>の記事を発見、PHPのモジュールもソフトみたいにapt-getでインストールできる様だ。</p>
<pre><code># rpm -qa|grep php</code></pre>
<p>でインストールされてるアプリからPHPを含むのを見てみる、当然だがそれっぽいのは無い。</p>
<pre><code># apt-get update</code></pre>
<p>念のため最新版チェック</p>
<pre><code># apt-get install php-domxml</code></pre>
<p>domxmlをインストール</p>
<pre><code># service apache2 reload</code></pre>
<p>サーバーの再起動</p>
<pre><code># rpm -qa|grep php</code></pre>
<p>でインストールされてる事を確認して</p>
<pre><code># php -r 'var_dump(function_exists("domxml_open_file"));'</code></pre>
<p>domxmlの関数が使えるかチェック</p>
<p>ついでにphpMyAdminがmcryptを使ってるらしく下の方にアラートが出てたので</p>
<pre><code># apt-get install php-mcrypt</code></pre>
<p>ってしてインストールした。<br />
依存性の関係でlibmcryptも自動でインストールしてくれた。</p>
<p>あと、PEARにMailパッケージが入ってなかったので入れる。</p>
<pre><code># pear install -a Mail</code></pre>
<p>
ついでにアップデートもしとく</p>
<pre><code># pear upgrade-all
# pear update-channels</code></pre>The post <a href="https://uda2.com/blog/dnrh001vine_2/">DNRH-001にVINE モジュール</a> first appeared on <a href="https://uda2.com/blog">ウダ2Blog</a>.]]></content:encoded>
					
					<wfw:commentRss>https://uda2.com/blog/dnrh001vine_2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
