提交 38c99457 编写于 作者: L Larry Hamel 提交者: Goutam Tadi

add configure flag for gssapi for ICW

The installcheck-world target requires gssapi, so add it to default configuration
Signed-off-by: NGoutam Tadi <gtadi@pivotal.io>
上级 535a88e8
...@@ -41,10 +41,12 @@ Follow [these linux steps](README.linux.md) for getting your system ready for GP ...@@ -41,10 +41,12 @@ Follow [these linux steps](README.linux.md) for getting your system ready for GP
### Build the optimizer ### Build the optimizer
#### Automatically with Conan dependency manager #### Automatically with Conan dependency manager
cd depends ```bash
conan remote add conan-gpdb https://api.bintray.com/conan/greenplum-db/gpdb-oss cd depends
conan install --build conan remote add conan-gpdb https://api.bintray.com/conan/greenplum-db/gpdb-oss
cd .. conan install --build
cd ..
```
#### Manually #### Manually
Follow the directions in the [ORCA README](https://github.com/greenplum-db/gporca). Follow the directions in the [ORCA README](https://github.com/greenplum-db/gporca).
...@@ -57,7 +59,7 @@ Follow the directions in the [ORCA README](https://github.com/greenplum-db/gporc ...@@ -57,7 +59,7 @@ Follow the directions in the [ORCA README](https://github.com/greenplum-db/gporc
``` ```
# Configure build environment to install at /usr/local/gpdb # Configure build environment to install at /usr/local/gpdb
./configure --with-perl --with-python --with-libxml --prefix=/usr/local/gpdb ./configure --with-perl --with-python --with-libxml --with-gssapi --prefix=/usr/local/gpdb
# Compile and install # Compile and install
make -j8 make -j8
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册