<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN"
 "http://my.netscape.com/publish/formats/rss-0.91.dtd">

<rss version="0.91">

<channel>
<title>Learning MySQL Book Web Site</title>
<link>http://learningmysql.com/CMS</link>
<description>Learning MySQL Book Web Site</description>
<language>en-us</language>

<item>
<title>Installing Perl modules under Mac OS X - update</title>
<link>http://learningmysql.com/CMS/modules.php?name=News&amp;file=article&amp;sid=4</link>
<description>Here are instructions for current versions of Mac OS X (10.5 - Leopard) and XAMPP (0.7.4)


&lt;ol&gt;
&lt;li&gt;
XAMPP is now available in the form of a disk image file (.dmg) rather than StuffIt Expander (.sitx).&amp;nbsp; Safari will automatically mount this disk image and start the installer.&amp;nbsp; If you're using a different browser, you'll need to double-click on the downloaded file to mount it and start the installation process manually.
&lt;/li&gt;

&lt;li&gt;
You'll need the &amp;quot;make&amp;quot; command available as part of the Xcode tools; these are available from http://developer.apple.com/mac.&amp;nbsp; The current download file is named xcode312_2621_developerdvd.dmg; beware - this is nearly 1GB in size.&amp;nbsp; Mount the image, accept the defaults (System Tools, Unix Development Support), and proceed to install.
&lt;/li&gt;

&lt;li&gt;
You'll also need various configuration and header file for the build process; get these by downloading the XAMPP &amp;quot;Developer package&amp;quot;.&amp;nbsp; The current version is xampp-macosx-0.7.4-dev.tar.gz;&amp;nbsp; open this archive and copy the contents of the xamppfiles directory to /Applications/xampp/xamppfiles.&amp;nbsp; One way to do this is:
&lt;br&gt;

&lt;strong&gt;cd /Applications/xampp&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;sudo tar zxvf ~my_user_name/xampp-macosx-0.7.4-dev.tar.gz&lt;/strong&gt;&lt;br&gt;

&lt;/li&gt;

&lt;li&gt;
The DBI and CGI modules can be installed using the same commands listed in the book.&amp;nbsp; To install DBD::mysql, follow these steps:
&lt;br&gt;
&lt;strong&gt;sudo /Applications/xampp/xamppfiles/bin/cpan&lt;/strong&gt;&lt;br&gt;
cpan&amp;gt; &lt;strong&gt;o conf makepl_arg --mysql_config=/Applications/xampp/xamppfiles/bin/mysql_config&lt;/strong&gt;&lt;br&gt;
&lt;br&gt;
cpan&amp;gt; &lt;strong&gt;install DBD::mysql&lt;/strong&gt;&lt;br&gt;
&lt;br&gt;
cpan&amp;gt; &lt;strong&gt;quit&lt;/strong&gt;&lt;br&gt;

&lt;/li&gt;
&lt;/ol&gt;
</description>
</item>

<item>
<title>Errata</title>
<link>http://learningmysql.com/CMS/modules.php?name=News&amp;file=article&amp;sid=2</link>
<description>&lt;ul&gt;&lt;li&gt;Here's a list of corrections and improvements that we and some of our readers have suggested after the book went into its first print run: &lt;/li&gt;&lt;/ul&gt;</description>
</item>

<item>
<title>Useful Links</title>
<link>http://learningmysql.com/CMS/modules.php?name=News&amp;file=article&amp;sid=1</link>
<description>Useful links for content covered by the book&lt;br&gt;</description>
</item>

</channel>
</rss>