<?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>Stretch | 志摩市のパソコン屋 | One&amp;Only</title>
	<atom:link href="https://www.oaopc.com/tag/stretch/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.oaopc.com</link>
	<description>パソコンから、ものづくりまで。志摩市の暮らしにデジタルな便利さを。</description>
	<lastBuildDate>Tue, 27 Nov 2018 12:16:48 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.3</generator>

<image>
	<url>https://www.oaopc.com/wp-content/uploads/2021/01/akd37-r41bs-100x100.png</url>
	<title>Stretch | 志摩市のパソコン屋 | One&amp;Only</title>
	<link>https://www.oaopc.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">188148420</site>	<item>
		<title>Raspberry PiのPython＋MySQLでつまづいた</title>
		<link>https://www.oaopc.com/mysqlclient_install_error/</link>
					<comments>https://www.oaopc.com/mysqlclient_install_error/#respond</comments>
		
		<dc:creator><![CDATA[Kebarhythm]]></dc:creator>
		<pubDate>Tue, 27 Nov 2018 05:48:11 +0000</pubDate>
				<category><![CDATA[Raspberry Pi]]></category>
		<category><![CDATA[MariaDB]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Stretch]]></category>
		<category><![CDATA[備忘録]]></category>
		<guid isPermaLink="false">http://www.morien.mydns.jp/?p=1006</guid>

					<description><![CDATA[<p>Raspbian Stretch にmysql-serverパッケージをインストールするとMariaDBがインストールされると思いますが、それによって他のパッケージも変わってくるみたいです。 &#160; Pythonで [&#8230;]</p>
The post <a href="https://www.oaopc.com/mysqlclient_install_error/">Raspberry PiのPython＋MySQLでつまづいた</a> first appeared on <a href="https://www.oaopc.com">志摩市のパソコン屋 | One&Only</a>.]]></description>
										<content:encoded><![CDATA[<p>Raspbian Stretch にmysql-serverパッケージをインストールするとMariaDBがインストールされると思いますが、それによって他のパッケージも変わってくるみたいです。</p>
<p>&nbsp;</p>
<p>PythonでMySQLを使うのにmysqlclient をインストールします。</p>
<pre class="brush: bash; title: ; notranslate">
sudo pip install mysqlclient
</pre>
<p>ここで mysql_config not found というエラーがでました。</p>
<p>&nbsp;</p>
<p>このエラーを検索すると、libmysqlclient-dev をインストールしたらいいみたい。</p>
<pre class="brush: bash; title: ; notranslate">
sudo apt-get install -y libmysqlclient-dev
</pre>
<p>ここで 『パッケージ &#8216;libmysqlclient-dev&#8217; にはインストール候補がありません』というエラーがでました。MariaDBではなくMySQLがインストールされていればここでエラーはでないはず。</p>
<p>&nbsp;</p>
<p>このエラーを検索すると、libmariadbd-dev をインストールしたらいいみたい。</p>
<pre class="brush: bash; title: ; notranslate">
sudo apt-get install -y libmariadbd-dev
</pre>
<p>&nbsp;</p>
<p>これがエラー無くインストールできれば先ほどの</p>
<pre class="brush: bash; title: ; notranslate">
sudo pip install mysqlclient
</pre>
<p>がインストールできると思います。</p>
<p>&nbsp;</p>
<p>Raspbian StretchからMySQLがMariaDBに変わったことで頭を悩ますことが多いです。<br />
もう少しこまいかいところまで互換性があるとボクにとってはいいのですけど、、それは贅沢というものでしょうかね。^^;</p>The post <a href="https://www.oaopc.com/mysqlclient_install_error/">Raspberry PiのPython＋MySQLでつまづいた</a> first appeared on <a href="https://www.oaopc.com">志摩市のパソコン屋 | One&Only</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.oaopc.com/mysqlclient_install_error/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1006</post-id>	</item>
		<item>
		<title>消えたphp5</title>
		<link>https://www.oaopc.com/lost_php5/</link>
					<comments>https://www.oaopc.com/lost_php5/#respond</comments>
		
		<dc:creator><![CDATA[Kebarhythm]]></dc:creator>
		<pubDate>Wed, 01 Nov 2017 13:19:10 +0000</pubDate>
				<category><![CDATA[Raspberry Pi]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Jessie]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[Raspbian]]></category>
		<category><![CDATA[Stretch]]></category>
		<guid isPermaLink="false">http://www.morien.mydns.jp/?p=282</guid>

					<description><![CDATA[<p>php5が突然消えました。 少し前にインストールして使えてたのに。 再インストールしようとしてもパッケージが無くなってます。 おかげでサーバーがストップしWordpressが見れない状態に。。 いろんなことが重なり何回も [&#8230;]</p>
The post <a href="https://www.oaopc.com/lost_php5/">消えたphp5</a> first appeared on <a href="https://www.oaopc.com">志摩市のパソコン屋 | One&Only</a>.]]></description>
										<content:encoded><![CDATA[<p>php5が突然消えました。<br />
少し前にインストールして使えてたのに。</p>
<p>再インストールしようとしてもパッケージが無くなってます。</p>
<p><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-283" src="/wp-content/uploads/2017/11/lost_php5.png" alt="" width="582" height="172" srcset="https://www.oaopc.com/wp-content/uploads/2017/11/lost_php5.png 582w, https://www.oaopc.com/wp-content/uploads/2017/11/lost_php5-300x89.png 300w" sizes="(max-width: 582px) 100vw, 582px" /></p>
<p>おかげでサーバーがストップしWordpressが見れない状態に。。</p>
<p>いろんなことが重なり何回もイメージを書き換え、復活までに３日掛かりました。<br />
だいぶ勉強になりましたけど。</p>
<p>&nbsp;</p>
<p>Raspbian、StretchじゃなくJessieにしとけば良かったかな。^^;</p>The post <a href="https://www.oaopc.com/lost_php5/">消えたphp5</a> first appeared on <a href="https://www.oaopc.com">志摩市のパソコン屋 | One&Only</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.oaopc.com/lost_php5/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">282</post-id>	</item>
	</channel>
</rss>
