I've run a couple of test RT upgrades from 3.8.0 to 3.8.4 but I continue to get the following error message when I attempt to start Apache:<div><br></div><div>RT requires that all its tables be of InnoDB type. Upgrade RT tables. at /opt/rt-3.8.4-dev/bin/webmux.pl line 116.\nCompilation failed in require at (eval 2) line 1.\n</div>
<div><br></div><div>Both test and production databases are running on MySQL 5.0.45.  I've been running RT 3.8.0 for quite sometime using this version of MySQL.  Commenting out line 116 allows me to successfully start Apache but I'm not sure if there are any consequences to doing this.  </div>
<div><br></div><div>Line 116 of webmux.pl:</div><div>die $msg unless $status;</div><div><br></div><div>Any help would be greatly appreciated.</div><div><br></div><div>Thanks.</div>