<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Changes to Gotchas</title>
    <description/>
    <link>http://www.motiro.org/en-us</link>
    <language>en-us</language>
    <generator>Motiro</generator>
    <pubDate>Wed, 14 May 2008 12:06:36 -0400</pubDate>
    <ttl>60</ttl>
<item><title>Installation Gotchas</title><description>&lt;h2&gt;&lt;a name='Installing_SQLite_3'&gt;&lt;/a&gt; Installing SQLite 3 &lt;/h2&gt; &lt;p&gt;
If SQLite 3 is failing on you during installation or usage, maybe it would
be good to check a few things:&lt;/p&gt; &lt;ul&gt;&lt;li&gt; When trying to install the &lt;code&gt;sqlite3-ruby&lt;/code&gt; gem, make sure to have the SQLite 3 development package with the header files. On most distributions, there should be a package named &lt;code&gt;libsqlite3-dev&lt;/code&gt; (or something like this). The header files are required for installing the gem because there is an intermediate building step.&lt;/li&gt;&lt;/ul&gt; &lt;ul&gt;&lt;li&gt; If you see the messagem 'sqlite3 not recognized as internal command' (or something like that) on Windows systems, maybe you forgot to add the SQLite directory on the PATH environment variable.&lt;/li&gt;&lt;/ul&gt; &lt;h2&gt;&lt;a name='Segmentation_fault_under_Win32'&gt;&lt;/a&gt; Segmentation fault under Win32 &lt;/h2&gt; &lt;p&gt;
There may be segfaults if the compiler used for the gems is different than the one
used for Ruby itselft under Windows. It looks like the 
&lt;a href="http://rubyinstaller.rubyforge.org/"&gt;One-Click Ruby Installer&lt;/a&gt; project uses Visual C++
6 for building the binaries, so, if you happen to be using their distro, it is a
good idea to download the matching gems. If you are not, please see what compiler
was used in your Ruby binary and adapt accordingly.&lt;/p&gt; &lt;p&gt;When installing the Motiro required gems, you may stumble across a question like this&lt;/p&gt; &lt;p&gt;&lt;span style="background: #ffb8b8"&gt;&lt;pre&gt;
% gem install popen4
Select which gem to install for your platform (i486-linux)
&amp;lt;code&amp;gt; 1. POpen4 0.1.1 (win32-1.8.2-VC7)&amp;lt;/code&amp;gt;
&amp;lt;code&amp;gt; 2. POpen4 0.1.1 (unix)&amp;lt;/code&amp;gt;
&amp;lt;code&amp;gt; 3. POpen4 0.1.1 (win32-1.8.4-VC6)&amp;lt;/code&amp;gt;
&amp;lt;code&amp;gt; 4. POpen4 0.1.1 (win32-source)&amp;lt;/code&amp;gt;
&amp;lt;code&amp;gt; 5. POpen4 0.1.0 (unix)&amp;lt;/code&amp;gt;
&amp;lt;code&amp;gt; 6. POpen4 0.1.0 (win32-1.8.2-VC7)&amp;lt;/code&amp;gt;
&amp;lt;code&amp;gt; 7. POpen4 0.1.0 (win32-source)&amp;lt;/code&amp;gt;
&amp;lt;code&amp;gt; 8. POpen4 0.1.0 (win32-1.8.4-VC6)&amp;lt;/code&amp;gt;
&amp;lt;code&amp;gt; 9. Cancel installation&amp;lt;/code&amp;gt;&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;&lt;span style="background: #b8ffb8"&gt;  % gem install popen4
  Select which gem to install for your platform (i486-linux)
  1. POpen4 0.1.1 (win32-1.8.2-VC7)
  2. POpen4 0.1.1 (unix)
  3. POpen4 0.1.1 (win32-1.8.4-VC6)
  4. POpen4 0.1.1 (win32-source)
  5. POpen4 0.1.0 (unix)
  6. POpen4 0.1.0 (win32-1.8.2-VC7)
  7. POpen4 0.1.0 (win32-source)
  8. POpen4 0.1.0 (win32-1.8.4-VC6)
  9. Cancel installation&lt;/span&gt;&lt;/pre&gt; &lt;p&gt;For this gem, the best option is the third one. Besides being the most recent version, it was compiled with Visual C++ 6 (as show by the suffix &lt;code&gt;-VC6&lt;/code&gt; ).&lt;/p&gt; &lt;h2&gt;&lt;a name='Special_characters_on_the_installation_paths'&gt;&lt;/a&gt;Special characters on the installation paths&lt;/h2&gt; &lt;p&gt;
You may experiment some strange errors when Motiro or its dependencies are inside a
directory with spaces on the path. It isn't enough to have everything installed in
directories with simple and short names: the whole path down from the file system root
needs to be free of spaces and other special characters. Windows platforms are much
famous for favouring this kind of error, but the problem may happen in the best
families.&lt;/p&gt; &lt;p&gt;Please be sure that there is no space or other special character on the path from the
file system root to where your stuff is installed. This includes the Ruby interpreter
(&lt;code&gt;ruby&lt;/code&gt;), the SQLite libraries and Motiro.&lt;/p&gt;</description><pubDate>Wed, 14 May 2008 12:06:36 -0400</pubDate><dc:creator>patodonald</dc:creator><guid>http://www.motiro.org/wiki/show/Gotchas?revision=5</guid></item><item><title>Installation Gotchas</title><description>&lt;h2&gt;&lt;a name='Installing_SQLite_3'&gt;&lt;/a&gt; Installing SQLite 3 &lt;/h2&gt; &lt;p&gt;
If SQLite 3 is failing on you during installation or usage, maybe it would
be good to check a few things:&lt;/p&gt; &lt;ul&gt;&lt;li&gt; When trying to install the &lt;code&gt;sqlite3-ruby&lt;/code&gt; gem, make sure to have the SQLite 3 development package with the header files. On most distributions, there should be a package named &lt;code&gt;libsqlite3-dev&lt;/code&gt; (or something like this). The header files are required for installing the gem because there is an intermediate building step.&lt;/li&gt;&lt;/ul&gt; &lt;ul&gt;&lt;li&gt; If you see the messagem 'sqlite3 not recognized as internal command' (or something like that) on Windows systems, maybe you forgot to add the SQLite directory on the PATH environment variable.&lt;/li&gt;&lt;/ul&gt; &lt;h2&gt;&lt;a name='Segmentation_fault_under_Win32'&gt;&lt;/a&gt; Segmentation fault under Win32 &lt;/h2&gt; &lt;p&gt;
There may be segfaults if the compiler used for the gems is different than the one
used for Ruby itselft under Windows. It looks like the 
&lt;a href="http://rubyinstaller.rubyforge.org/"&gt;One-Click Ruby Installer&lt;/a&gt; project uses Visual C++
6 for building the binaries, so, if you happen to be using their distro, it is a
good idea to download the matching gems. If you are not, please see what compiler
was used in your Ruby binary and adapt accordingly.&lt;/p&gt; &lt;p&gt;When installing the Motiro required gems, you may stumble across a question like this&lt;/p&gt; &lt;p&gt;&lt;pre&gt;
% gem install popen4
Select which gem to install for your platform (i486-linux)
&amp;lt;code&amp;gt; 1. POpen4 0.1.1 (win32-1.8.2-VC7)&amp;lt;/code&amp;gt;
&amp;lt;code&amp;gt; 2. POpen4 0.1.1 (unix)&amp;lt;/code&amp;gt;
&amp;lt;code&amp;gt; 3. POpen4 0.1.1 (win32-1.8.4-VC6)&amp;lt;/code&amp;gt;
&amp;lt;code&amp;gt; 4. POpen4 0.1.1 (win32-source)&amp;lt;/code&amp;gt;
&amp;lt;code&amp;gt; 5. POpen4 0.1.0 (unix)&amp;lt;/code&amp;gt;
&amp;lt;code&amp;gt; 6. POpen4 0.1.0 (win32-1.8.2-VC7)&amp;lt;/code&amp;gt;
&amp;lt;code&amp;gt; 7. POpen4 0.1.0 (win32-source)&amp;lt;/code&amp;gt;
&amp;lt;code&amp;gt; 8. POpen4 0.1.0 (win32-1.8.4-VC6)&amp;lt;/code&amp;gt;
&amp;lt;code&amp;gt; 9. Cancel installation&amp;lt;/code&amp;gt;&lt;/pre&gt;&lt;/p&gt; &lt;p&gt;For this gem, the best option is the third one. Besides being the most recent version,
it was compiled with Visual C++ 6 (as show by the suffix &lt;code&gt;-VC6&lt;/code&gt;).&lt;/p&gt; &lt;h2&gt;&lt;a name='Special_characters_on_the_installation_paths'&gt;&lt;/a&gt;Special characters on the installation paths&lt;/h2&gt; &lt;p&gt;You may experiment some strange errors when Motiro or its dependencies are inside a directory with spaces on the path. It isn't enough to have everything installed in directories with simple and short names: the whole path down from the &lt;span style="background: #ffb8b8"&gt;filesystem&lt;/span&gt;&lt;span style="background: #b8ffb8"&gt;file system&lt;/span&gt; root needs to be free of spaces and other special characters. Windows platforms are much famous for favouring this kind of error, but the problem may happen in the best families.&lt;/p&gt; &lt;p&gt;Please be sure that there is no space or other special character on the path from the &lt;span style="background: #ffb8b8"&gt;filesystem&lt;/span&gt;&lt;span style="background: #b8ffb8"&gt;file system&lt;/span&gt; root to where your stuff is installed. This includes the Ruby interpreter ( &lt;code&gt;ruby&lt;/code&gt; ), the SQLite libraries and Motiro.&lt;/p&gt;</description><pubDate>Fri, 11 May 2007 07:26:31 -0400</pubDate><dc:creator>thiagoarrais</dc:creator><guid>http://www.motiro.org/wiki/show/Gotchas?revision=4</guid></item><item><title>Installation Gotchas</title><description>&lt;h2&gt;&lt;a name='Installing_SQLite_3'&gt;&lt;/a&gt; Installing SQLite 3 &lt;/h2&gt; &lt;p&gt;
If SQLite 3 is failing on you during installation or usage, maybe it would
be good to check a few things:&lt;/p&gt; &lt;ul&gt;&lt;li&gt; When trying to install the &lt;code&gt;sqlite3-ruby&lt;/code&gt; gem, make sure to have the SQLite 3 development package with the header files. On most distributions, there should be a package named &lt;code&gt;libsqlite3-dev&lt;/code&gt; (or something like this). The header files are required for installing the gem because there is an intermediate building step.&lt;/li&gt;&lt;/ul&gt; &lt;ul&gt;&lt;li&gt; If you see the messagem 'sqlite3 not recognized as internal command' (or something like that) on Windows systems, maybe you forgot to add the SQLite directory on the PATH environment variable.&lt;/li&gt;&lt;/ul&gt; &lt;h2&gt;&lt;a name='Segmentation_fault_under_Win32'&gt;&lt;/a&gt; Segmentation fault under Win32 &lt;/h2&gt; &lt;p&gt;
There may be segfaults if the compiler used for the gems is different than the one
used for Ruby itselft under Windows. It looks like the 
&lt;a href="http://rubyinstaller.rubyforge.org/"&gt;One-Click Ruby Installer&lt;/a&gt; project uses Visual C++
6 for building the binaries, so, if you happen to be using their distro, it is a
good idea to download the matching gems. If you are not, please see what compiler
was used in your Ruby binary and adapt accordingly.&lt;/p&gt; &lt;p&gt;When installing the Motiro required gems, you may stumble across a question like this&lt;/p&gt; &lt;p&gt;&lt;pre&gt;
% gem install popen4
Select which gem to install for your platform (i486-linux)
&amp;lt;code&amp;gt; 1. POpen4 0.1.1 (win32-1.8.2-VC7)&amp;lt;/code&amp;gt;
&amp;lt;code&amp;gt; 2. POpen4 0.1.1 (unix)&amp;lt;/code&amp;gt;
&amp;lt;code&amp;gt; 3. POpen4 0.1.1 (win32-1.8.4-VC6)&amp;lt;/code&amp;gt;
&amp;lt;code&amp;gt; 4. POpen4 0.1.1 (win32-source)&amp;lt;/code&amp;gt;
&amp;lt;code&amp;gt; 5. POpen4 0.1.0 (unix)&amp;lt;/code&amp;gt;
&amp;lt;code&amp;gt; 6. POpen4 0.1.0 (win32-1.8.2-VC7)&amp;lt;/code&amp;gt;
&amp;lt;code&amp;gt; 7. POpen4 0.1.0 (win32-source)&amp;lt;/code&amp;gt;
&amp;lt;code&amp;gt; 8. POpen4 0.1.0 (win32-1.8.4-VC6)&amp;lt;/code&amp;gt;
&amp;lt;code&amp;gt; 9. Cancel installation&amp;lt;/code&amp;gt;&lt;/pre&gt;&lt;/p&gt; &lt;p&gt;For this gem, the best option is the third one. Besides being the most recent version,
it was compiled with Visual C++ 6 (as show by the suffix &lt;code&gt;-VC6&lt;/code&gt;).&lt;/p&gt; &lt;h2&gt;&lt;span style="background: #b8ffb8"&gt;&lt;a name='Special_characters_on_the_installation_paths'&gt;&lt;/a&gt;Special characters on the installation paths&lt;/span&gt;&lt;/h2&gt; &lt;p&gt;&lt;span style="background: #b8ffb8"&gt;
You may experiment some strange errors when Motiro or its dependencies are inside a
directory with spaces on the path. It isn't enough to have everything installed in
directories with simple and short names: the whole path down from the filesystem root
needs to be free of spaces and other special characters. Windows platforms are much
famous for favouring this kind of error, but the problem may happen in the best
families.&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style="background: #b8ffb8"&gt;Please be sure that there is no space or other special character on the path from the
filesystem root to where your stuff is installed. This includes the Ruby interpreter
(&lt;code&gt;ruby&lt;/code&gt;), the SQLite libraries and Motiro.&lt;/span&gt;&lt;/p&gt;</description><pubDate>Fri, 11 May 2007 07:24:22 -0400</pubDate><dc:creator>thiagoarrais</dc:creator><guid>http://www.motiro.org/wiki/show/Gotchas?revision=3</guid></item><item><title>Installation Gotchas</title><description>&lt;h2&gt;&lt;a name='Installing_SQLite_3'&gt;&lt;/a&gt; Installing SQLite 3 &lt;/h2&gt; &lt;p&gt;
If SQLite 3 is failing on you during installation or usage, maybe it would
be good to check a few things:&lt;/p&gt; &lt;ul&gt;&lt;li&gt; When trying to install the &lt;code&gt;sqlite3-ruby&lt;/code&gt; gem, make sure to have the SQLite 3 development package with the header files. On most distributions, there should be a package named &lt;code&gt;libsqlite3-dev&lt;/code&gt; (or something like this). The header files are required for installing the gem because there is an intermediate building step.&lt;/li&gt;&lt;/ul&gt; &lt;ul&gt;&lt;li&gt; If you see the messagem 'sqlite3 not recognized as internal command' (or something like that) on Windows systems, maybe you forgot to add the SQLite directory on the PATH environment variable.&lt;/li&gt;&lt;/ul&gt; &lt;h2&gt;&lt;a name='Segmentation_fault_under_Win32'&gt;&lt;/a&gt; Segmentation fault under Win32 &lt;/h2&gt; &lt;p&gt;
There may be segfaults if the compiler used for the gems is different than the one
used for Ruby itselft under Windows. It looks like the 
&lt;a href="http://rubyinstaller.rubyforge.org/"&gt;One-Click Ruby Installer&lt;/a&gt; project uses Visual C++
6 for building the binaries, so, if you happen to be using their distro, it is a
good idea to download the matching gems. If you are not, please see what compiler
was used in your Ruby binary and adapt accordingly.&lt;/p&gt; &lt;p&gt;When installing the Motiro required gems, you may stumble across a question like this&lt;/p&gt; &lt;p&gt;&lt;pre&gt;
% gem install popen4
Select which gem to install for your platform (i486-linux)
&amp;lt;code&amp;gt; 1. POpen4 0.1.1 (win32-1.8.2-VC7)&amp;lt;/code&amp;gt;
&amp;lt;code&amp;gt; 2. POpen4 0.1.1 (unix)&amp;lt;/code&amp;gt;
&amp;lt;code&amp;gt; 3. POpen4 0.1.1 (win32-1.8.4-VC6)&amp;lt;/code&amp;gt;
&amp;lt;code&amp;gt; 4. POpen4 0.1.1 (win32-source)&amp;lt;/code&amp;gt;
&amp;lt;code&amp;gt; 5. POpen4 0.1.0 (unix)&amp;lt;/code&amp;gt;
&amp;lt;code&amp;gt; 6. POpen4 0.1.0 (win32-1.8.2-VC7)&amp;lt;/code&amp;gt;
&amp;lt;code&amp;gt; 7. POpen4 0.1.0 (win32-source)&amp;lt;/code&amp;gt;
&amp;lt;code&amp;gt; 8. POpen4 0.1.0 (win32-1.8.4-VC6)&amp;lt;/code&amp;gt;
&amp;lt;code&amp;gt; 9. Cancel installation&amp;lt;/code&amp;gt;&lt;/pre&gt;&lt;/p&gt; &lt;p&gt;For this gem, the best option is the third one. Besides being the most recent version,
it was compiled with Visual C++ 6 (as show by the suffix &lt;code&gt;-VC6&lt;/code&gt;).&lt;/p&gt;</description><pubDate>Thu, 04 Jan 2007 11:02:25 -0500</pubDate><dc:creator>eduardofiorezi</dc:creator><guid>http://www.motiro.org/wiki/show/Gotchas?revision=2</guid></item><item><title>Installation Gotchas</title><description>&lt;h2&gt;&lt;a name='Installing_SQLite_3'&gt;&lt;/a&gt; Installing SQLite 3 &lt;/h2&gt;
&lt;p&gt;
If SQLite 3 is failing on you during installation or usage, maybe it would
be good to check a few things:&lt;/p&gt;&lt;ul&gt;&lt;li&gt; When trying to install the &lt;code&gt;sqlite3-ruby&lt;/code&gt; gem, make sure to have the SQLite 3 development package with the header files. On most distributions, there should be a package named &lt;code&gt;libsqlite3-dev&lt;/code&gt; (or something like this). The header files are required for installing the gem because there is an intermediate building step.&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt; If you see the messagem 'sqlite3 not recognized as internal command' (or something like that) on Windows systems, maybe you forgot to add the SQLite directory on the PATH environment variable.&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;&lt;a name='Segmentation_fault_under_Win32'&gt;&lt;/a&gt; Segmentation fault under Win32 &lt;/h2&gt;
&lt;p&gt;
There may be segfaults if the compiler used for the gems is different than the one
used for Ruby itselft under Windows. It looks like the 
&lt;a href="http://rubyinstaller.rubyforge.org/"&gt;One-Click Ruby Installer&lt;/a&gt; project uses Visual C++
6 for building the binaries, so, if you happen to be using their distro, it is a
good idea to download the matching gems. If you are not, please see what compiler
was used in your Ruby binary and adapt accordingly.&lt;/p&gt;&lt;p&gt;When installing the Motiro required gems, you may stumble across a question like this&lt;/p&gt;&lt;p&gt;&lt;pre&gt;
% gem install popen4
Select which gem to install for your platform (i486-linux)
&amp;lt;code&amp;gt; 1. POpen4 0.1.1 (win32-1.8.2-VC7)&amp;lt;/code&amp;gt;
&amp;lt;code&amp;gt; 2. POpen4 0.1.1 (unix)&amp;lt;/code&amp;gt;
&amp;lt;code&amp;gt; 3. POpen4 0.1.1 (win32-1.8.4-VC6)&amp;lt;/code&amp;gt;
&amp;lt;code&amp;gt; 4. POpen4 0.1.1 (win32-source)&amp;lt;/code&amp;gt;
&amp;lt;code&amp;gt; 5. POpen4 0.1.0 (unix)&amp;lt;/code&amp;gt;
&amp;lt;code&amp;gt; 6. POpen4 0.1.0 (win32-1.8.2-VC7)&amp;lt;/code&amp;gt;
&amp;lt;code&amp;gt; 7. POpen4 0.1.0 (win32-source)&amp;lt;/code&amp;gt;
&amp;lt;code&amp;gt; 8. POpen4 0.1.0 (win32-1.8.4-VC6)&amp;lt;/code&amp;gt;
&amp;lt;code&amp;gt; 9. Cancel installation&amp;lt;/code&amp;gt;&lt;/pre&gt;&lt;/p&gt;&lt;p&gt;For this gem, the best option is the third one. Besides being the most recent version,
it was compiled with Visual C++ 6 (as show by the suffix &lt;code&gt;-VC6&lt;/code&gt;).&lt;/p&gt;</description><pubDate>Wed, 01 Feb 2006 00:00:00 -0500</pubDate><dc:creator>thiagoarrais</dc:creator><guid>http://www.motiro.org/wiki/show/Gotchas?revision=1</guid></item>  </channel>
</rss>
