| 2 | |
| 3 | CentOS 5.4 uses GCC 4.1 as its native compiler so !MapGuide 2.2 does compile cleanly on CentOS 5.4. The following rpms are required (list may not be complete): |
| 4 | {{{ |
| 5 | yum install libjpeg libjpeg-devel libpng libpng-devel fontconfig-devel freetype-devel |
| 6 | yum install ant xml-commons-apis |
| 7 | }}} |
| 8 | |
| 9 | If you are also performing an FDO 3.5 build on the same machine, the following packages may also needed: |
| 10 | * For MySQL Provider 'yum install mysql mysql-devel' |
| 11 | * For ODBC Provider [http://sourceforge.net/projects/unixodbc/files/unixODBC/2.2.14/unixODBC-2.2.14-linux-x86-32.tar.gz/download unixODBC-2.2.14-linux-x86-32.tar.gz] is required. /usr/local/lib should also be added to ld.so.conf once the tarball is unpacked. |
| 12 | |