<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Installing MySQL++; How to install MySQL++ on Linux-CentOS</title>
	<atom:link href="http://codingrecipes.com/installing-mysql-how-to-install-mysql-on-linux-centos/feed" rel="self" type="application/rss+xml" />
	<link>http://codingrecipes.com/installing-mysql-how-to-install-mysql-on-linux-centos</link>
	<description></description>
	<lastBuildDate>Tue, 01 May 2012 00:54:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: Techn9ne1730</title>
		<link>http://codingrecipes.com/installing-mysql-how-to-install-mysql-on-linux-centos/comment-page-1#comment-4094</link>
		<dc:creator>Techn9ne1730</dc:creator>
		<pubDate>Sat, 11 Feb 2012 00:43:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=589#comment-4094</guid>
		<description>Also, instead of:
tar xvfz mysql++-3.0.9.tar.gz
cd mysql++-3.0.9

You can do:
tar xvfz mysql++*.tar.gz
cd mysql++-*

This makes the tutorial a bit more universal seeing as most people will not be using v3.0.9 anymore.</description>
		<content:encoded><![CDATA[<p>Also, instead of:<br />
tar xvfz mysql++-3.0.9.tar.gz<br />
cd mysql++-3.0.9</p>
<p>You can do:<br />
tar xvfz mysql++*.tar.gz<br />
cd mysql++-*</p>
<p>This makes the tutorial a bit more universal seeing as most people will not be using v3.0.9 anymore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Techn9ne1730</title>
		<link>http://codingrecipes.com/installing-mysql-how-to-install-mysql-on-linux-centos/comment-page-1#comment-4093</link>
		<dc:creator>Techn9ne1730</dc:creator>
		<pubDate>Sat, 11 Feb 2012 00:37:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=589#comment-4093</guid>
		<description>Instead of: 
mkdir Tools
cd Tools

You can do:
mkdir Tools &amp;&amp; cd Tools

Trivial but it is a nice way to write for n00bs or lazy people who like to straight copy and paste when possible.</description>
		<content:encoded><![CDATA[<p>Instead of:<br />
mkdir Tools<br />
cd Tools</p>
<p>You can do:<br />
mkdir Tools &amp;&amp; cd Tools</p>
<p>Trivial but it is a nice way to write for n00bs or lazy people who like to straight copy and paste when possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: okumus</title>
		<link>http://codingrecipes.com/installing-mysql-how-to-install-mysql-on-linux-centos/comment-page-1#comment-289</link>
		<dc:creator>okumus</dc:creator>
		<pubDate>Tue, 15 Dec 2009 11:13:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=589#comment-289</guid>
		<description>I&#039;m beginner level user of linux. I&#039;m trying to install mysql++ on my machine. I do everything you said.  in ld.so file, &quot; include ld.so.conf.d/*.conf&quot;
was writen.I made it &quot;include ld.so.conf.d/*.conf
 /usr/local/lib/ &quot;. then I write &quot;ldconfig&quot; to console when I was under /etc. but it didn&#039;t work. How do I run  ldconfig? Am I need a different command to run it? It&#039;s the third week I&#039;m using Linux and I&#039;m trying to learn it by myself. If you tell me what to do in a simple way, I&#039;ll be glad.</description>
		<content:encoded><![CDATA[<p>I&#8217;m beginner level user of linux. I&#8217;m trying to install mysql++ on my machine. I do everything you said.  in ld.so file, &#8221; include ld.so.conf.d/*.conf&#8221;<br />
was writen.I made it &#8220;include ld.so.conf.d/*.conf<br />
 /usr/local/lib/ &#8220;. then I write &#8220;ldconfig&#8221; to console when I was under /etc. but it didn&#8217;t work. How do I run  ldconfig? Am I need a different command to run it? It&#8217;s the third week I&#8217;m using Linux and I&#8217;m trying to learn it by myself. If you tell me what to do in a simple way, I&#8217;ll be glad.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Codehead</title>
		<link>http://codingrecipes.com/installing-mysql-how-to-install-mysql-on-linux-centos/comment-page-1#comment-286</link>
		<dc:creator>Codehead</dc:creator>
		<pubDate>Mon, 23 Mar 2009 20:09:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=589#comment-286</guid>
		<description>You will have to create the Makefile and use make to compile your code like explained in the post ...</description>
		<content:encoded><![CDATA[<p>You will have to create the Makefile and use make to compile your code like explained in the post &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bo</title>
		<link>http://codingrecipes.com/installing-mysql-how-to-install-mysql-on-linux-centos/comment-page-1#comment-285</link>
		<dc:creator>Bo</dc:creator>
		<pubDate>Mon, 23 Mar 2009 12:21:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=589#comment-285</guid>
		<description>I am using your excellent installation manual, but I have a problem. I am using Anjuta 2.4.2 because I need to develop a user interface with Gtkmm and also use mysql and my sql++ to be able to write in c++. My problem is that I tried to edit ld.so.conf, adding /usr/include/mysql++, hoping that would be enough for the compiler. But it was not. I get the error message mysql++.h: No such file or directory.
I have tried to modify the compiler and linker settings but I can find no such settings in my Anjuta version.
If you have some ideas about how to work around this problem I would be gratefull. I have googled Anjuta without finding any solution.</description>
		<content:encoded><![CDATA[<p>I am using your excellent installation manual, but I have a problem. I am using Anjuta 2.4.2 because I need to develop a user interface with Gtkmm and also use mysql and my sql++ to be able to write in c++. My problem is that I tried to edit ld.so.conf, adding /usr/include/mysql++, hoping that would be enough for the compiler. But it was not. I get the error message mysql++.h: No such file or directory.<br />
I have tried to modify the compiler and linker settings but I can find no such settings in my Anjuta version.<br />
If you have some ideas about how to work around this problem I would be gratefull. I have googled Anjuta without finding any solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Tiny MySQL++ Tutorial; C++ and MySQL</title>
		<link>http://codingrecipes.com/installing-mysql-how-to-install-mysql-on-linux-centos/comment-page-1#comment-284</link>
		<dc:creator>A Tiny MySQL++ Tutorial; C++ and MySQL</dc:creator>
		<pubDate>Wed, 25 Feb 2009 20:23:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=589#comment-284</guid>
		<description>[...] wrote a post about how to install MySQL++ and I thought I will write a quick tutorial on how to use it [...]</description>
		<content:encoded><![CDATA[<p>[...] wrote a post about how to install MySQL++ and I thought I will write a quick tutorial on how to use it [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

