Building main on RedHat Enterprise Linux 4: Difference between revisions

No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
==Building Third Party==
{{Archive}}==Building Third Party==
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.
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
Line 9: Line 9:


If a component fails, you should stop the build, and fix the error, then rebuild. See [http://wiki.zimbra.com/index.php?title=Building_Zimbra_using_Perforce#Troubleshooting troubleshooting] for more help.
If a component fails, you should stop the build, and fix the error, then rebuild. See [http://wiki.zimbra.com/index.php?title=Building_Zimbra_using_Perforce#Troubleshooting troubleshooting] for more help.
[[Category:Build]]
[[Category:RHEL]]

Latest revision as of 22:52, 23 March 2015

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