<?xml version="1.0" encoding="windows-1252"?>
<node id="1016048" title="Re: Perl5 and a custom MySQL4 install" created="2013-01-30 07:07:36" updated="2013-01-30 07:07:36">
<type id="11">
note</type>
<author id="734134">
vinoth.ree</author>
<data>
<field name="doctext">
&lt;p&gt; It seems the MySQL driver for the perl database interface (DBI) is missing.&lt;/p&gt;

&lt;p&gt;Can you also try this,&lt;/p&gt;

check for [DBD::mysql] is installed or not by 
&lt;c&gt;perl -e 'use DBD::mysql;'&lt;/c&gt;
&lt;p&gt;If there's no DBD::mysql module, you can do the following as root user:&lt;/p&gt;
&lt;c&gt;perl -MCPAN -e 'install DBD::mysql'&lt;/c&gt; 
&lt;p&gt;(It will work if you have internet connection to connect with CPAN).&lt;/p&gt;</field>
<field name="root_node">
1016026</field>
<field name="parent_node">
1016026</field>
</data>
</node>
