Installing re2c
To ensure that Greenplum can correctly parse SQL commands, install re2c.
- Download the re2c source code.
cd /opt/tool wget https://github.com/skvadrik/re2c/archive/refs/tags/2.0.3.zip
- Decompress the package and install re2c.
unzip 2.0.3.zip cd re2c-2.0.3/ ./autogen.sh ./configure make make install
Parent topic: Configuring the Compilation Environment