Greenplum 6.0.0 Compilation Failed Due to Incorrect ORCA Version
Symptom
When Greenplum is being compiled, the message "Your ORCA version is expected to be 3.74.XXX" is displayed.

Key Process and Cause Analysis
The Greenplum version is incompatible with the current GPORCA version.
Conclusion and Solution
- Check the GPORCA version requirements of the Greenplum database.
cd gpdb-6.0.0/depends cat conanfile_orca.txt

- Reinstall GPORCA of the required version. For details, see Installing GPORCA.
- Run the following commands to load the dynamic library:
echo /usr/local/lib >/etc/ld.so.conf ldconfig
- Recompile and install Greenplum.
Parent topic: Troubleshooting