13
edits
mNo edit summary |
No edit summary |
||
| Line 114: | Line 114: | ||
perl -MCPAN -e shell | perl -MCPAN -e shell | ||
install M/MA/MAKAMAKA/JSON-2.10.tar.gz | |||
Install GD-Graph3d: | Install GD-Graph3d: | ||
perl-MCPAN -e shell | perl-MCPAN -e shell | ||
install W/WA/WADG/GD-Graph3d-0.63.tar.gz | |||
In Windows, missing modules are easiest installed by running checksetup.pl and paying attention to the printout: | In Windows, missing modules are easiest installed by running checksetup.pl and paying attention to the printout: | ||
| Line 151: | Line 151: | ||
ppm install TimeDate | ppm install TimeDate | ||
... | ... | ||
</pre> | </pre> | ||
When running checksetup.pl, you will get an "Unable To Locate Component" error related to "OCI.dll" if you do not have the Oracle perl module installed. If you are not using Oracle you can supress this message by running the following command: | |||
<pre>ppm remove --area perl DBD::Oracle | |||
</pre> | |||
Remember to "ppm install DBD-mysql" if you are using MySQL! | |||
<br> | |||
=== Upgrading === | === Upgrading === | ||
edits