<?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 for Drapetomaniac</title>
	<atom:link href="http://drapetomaniac.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://drapetomaniac.com</link>
	<description>Hypergraphia meets Drapetomania</description>
	<lastBuildDate>Fri, 31 Dec 2010 03:34:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Starting with RVM on Snow Leopard by Peter</title>
		<link>http://drapetomaniac.com/2010/12/11/starting-with-rvm-on-snow-leopard/comment-page-1/#comment-2186</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Fri, 31 Dec 2010 03:34:46 +0000</pubDate>
		<guid isPermaLink="false">http://drapetomaniac.com/?p=207#comment-2186</guid>
		<description>This is the log I got from the mkmf.log


&quot;gcc -o conftest -I. -I/Users/peter/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/1.8/x86_64-darwin10.5.0 -I.  -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE   -I/usr/local/mysql/include  -Os -g -fno-common -fno-strict-aliasing -arch x86_64 -arch i386  -fno-common -pipe -fno-common   conftest.c  -L. -L/Users/peter/.rvm/rubies/ruby-1.8.7-p302/lib -L. -arch i386    -L/usr/local/mysql/lib -lmysqlclient   -lpthread  -lruby-static -L/usr/local/mysql/lib -lmysqlclient   -lpthread  -ldl -lobjc  &quot;
ld: warning: in /Users/peter/.rvm/rubies/ruby-1.8.7-p302/lib/libruby-static.a, file was built for unsupported file format which is not the architecture being linked (x86_64)
Undefined symbols for architecture x86_64:
  &quot;_rb_str_set_len&quot;, referenced from:
      _t in cch9C0nf.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
ld: warning: in /usr/local/mysql/lib/libmysqlclient.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
lipo: can&#039;t open input file: /var/folders/Ij/IjueA50oGymm0UeFU84eJk+++TI/-Tmp-//cc8Yp2Za.out (No such file or directory)
checked program was:
/* begin */
1: /*top*/
2: int main() { return 0; }
3: int t() { rb_str_set_len(); return 0; }
/* end */


Maybe I need to install Mysql.dmg for the i386?

Tks.

Peter</description>
		<content:encoded><![CDATA[<p>This is the log I got from the mkmf.log</p>
<p>&#8220;gcc -o conftest -I. -I/Users/peter/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/1.8/x86_64-darwin10.5.0 -I.  -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE   -I/usr/local/mysql/include  -Os -g -fno-common -fno-strict-aliasing -arch x86_64 -arch i386  -fno-common -pipe -fno-common   conftest.c  -L. -L/Users/peter/.rvm/rubies/ruby-1.8.7-p302/lib -L. -arch i386    -L/usr/local/mysql/lib -lmysqlclient   -lpthread  -lruby-static -L/usr/local/mysql/lib -lmysqlclient   -lpthread  -ldl -lobjc  &#8221;<br />
ld: warning: in /Users/peter/.rvm/rubies/ruby-1.8.7-p302/lib/libruby-static.a, file was built for unsupported file format which is not the architecture being linked (x86_64)<br />
Undefined symbols for architecture x86_64:<br />
  &#8220;_rb_str_set_len&#8221;, referenced from:<br />
      _t in cch9C0nf.o<br />
ld: symbol(s) not found for architecture x86_64<br />
collect2: ld returned 1 exit status<br />
ld: warning: in /usr/local/mysql/lib/libmysqlclient.dylib, file was built for unsupported file format which is not the architecture being linked (i386)<br />
lipo: can&#8217;t open input file: /var/folders/Ij/IjueA50oGymm0UeFU84eJk+++TI/-Tmp-//cc8Yp2Za.out (No such file or directory)<br />
checked program was:<br />
/* begin */<br />
1: /*top*/<br />
2: int main() { return 0; }<br />
3: int t() { rb_str_set_len(); return 0; }<br />
/* end */</p>
<p>Maybe I need to install Mysql.dmg for the i386?</p>
<p>Tks.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Starting with RVM on Snow Leopard by Peter</title>
		<link>http://drapetomaniac.com/2010/12/11/starting-with-rvm-on-snow-leopard/comment-page-1/#comment-2185</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Fri, 31 Dec 2010 03:30:04 +0000</pubDate>
		<guid isPermaLink="false">http://drapetomaniac.com/?p=207#comment-2185</guid>
		<description>Hi, nice.. I&#039;m trying this for hours but I can&#039;t get step 4 to work. I get this error:

/.rvm/rubies/ruby-1.8.7-p302/bin/ruby extconf.rb --with-mysql-dir=/usr/local/mysql/lib/ --with-mysql-config=/usr/local/mysql/bin/mysql_config
checking for mysql_ssl_set()... no
checking for rb_str_set_len()... no
checking for rb_thread_start_timer()... no
checking for mysql.h... no
checking for mysql/mysql.h... no
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers.  Check the mkmf.log file for more
details.  You may need configuration options.

It works in the default Ruby but I want to use RVM. Any ideas?

Thanks,

Peter</description>
		<content:encoded><![CDATA[<p>Hi, nice.. I&#8217;m trying this for hours but I can&#8217;t get step 4 to work. I get this error:</p>
<p>/.rvm/rubies/ruby-1.8.7-p302/bin/ruby extconf.rb &#8211;with-mysql-dir=/usr/local/mysql/lib/ &#8211;with-mysql-config=/usr/local/mysql/bin/mysql_config<br />
checking for mysql_ssl_set()&#8230; no<br />
checking for rb_str_set_len()&#8230; no<br />
checking for rb_thread_start_timer()&#8230; no<br />
checking for mysql.h&#8230; no<br />
checking for mysql/mysql.h&#8230; no<br />
*** extconf.rb failed ***<br />
Could not create Makefile due to some reason, probably lack of<br />
necessary libraries and/or headers.  Check the mkmf.log file for more<br />
details.  You may need configuration options.</p>
<p>It works in the default Ruby but I want to use RVM. Any ideas?</p>
<p>Thanks,</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Category View articles not in the right order in Joomla by Ferns</title>
		<link>http://drapetomaniac.com/2009/06/15/category-view-articles-not-in-the-right-order-in-joomla/comment-page-1/#comment-235</link>
		<dc:creator>Ferns</dc:creator>
		<pubDate>Tue, 23 Jun 2009 13:16:47 +0000</pubDate>
		<guid isPermaLink="false">http://drapetomaniac.com/?p=100#comment-235</guid>
		<description>thanks for the fix!</description>
		<content:encoded><![CDATA[<p>thanks for the fix!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

