Building main on RedHat Enterprise Linux 4: Difference between revisions

Line 1: Line 1:
==Building Third Party==
==Building Third Party==
Once you have followed the ReadMe located here: http://wiki.zimbra.com/index.php?title=Main_README we must now build the third party components. Third party components must be built before ZCS is built.
Once you have followed the ReadMe located [http://wiki.zimbra.com/index.php?title=Main_README here] we must now build the third party components. Third party components must be built before ZCS is built.
  cd /home/public/p4/zcs/FRANKLIN/ThirdParty
  cd /home/public/p4/zcs/FRANKLIN/ThirdParty
  ./buildThirdParty.sh
  ./buildThirdParty.sh

Revision as of 18:02, 29 January 2008

Building Third Party

Once you have followed the ReadMe located here we must now build the third party components. Third party components must be built before ZCS is built.

cd /home/public/p4/zcs/FRANKLIN/ThirdParty
./buildThirdParty.sh

The build process can take quite a while. If a specific component fails, the script will continue to build the third party components. You should monitor the build process for errors. You can do this by tailing the build log:

tail -f /tmp/ThirdParty.make.log

If a component fails, you should stop the build, and fix the error, then rebuild. See troubleshooting for more help.

Jump to: navigation, search