edespino commented on issue #669:
URL: https://github.com/apache/cloudberry/issues/669#issuecomment-2466660391

   @gfphoenix78 
   
   You should be able to reproduce the issue by building HEAD of main with the 
following configure options. You will need to update it for your environment. 
FYI: I build xerces-c from source instead of pulling from epel and that is why 
my configure command is the way it is.
   
   ```
           cd ~/cloudberry
           export LD_LIBRARY_PATH=/usr/local/cloudberry-db/lib:LD_LIBRARY_PATH
           ./configure --prefix=/usr/local/cloudberry-db \
                       -disable-external-fts \
                       --enable-gpcloud \
                       --enable-ic-proxy \
                       --enable-mapreduce \
                       --enable-orafce \
                       --enable-orca \
                       --enable-pxf \
                       --enable-tap-tests \
                       --with-gssapi \
                       --with-ldap \
                       --with-libxml \
                       --with-lz4 \
                       --with-openssl \
                       --with-pam \
                       --with-perl \
                       --with-pgport=5432 \
                       --with-python \
                       --with-pythonsrc-ext \
                       --with-ssl=openssl \
                       --with-openssl \
                       --with-uuid=e2fs \
                       --with-includes=/usr/local/xerces-c/include \
                       --with-libraries=/usr/local/cloudberry-db/lib | tee 
configure-$(date "+%Y.%m.%d-%H.%M.%S").log
   
   ```
   
   Here is the command I use to execute installcheck:
   
   `make installcheck PGOPTIONS='-c optimizer=on'  --directory=~/cloudberry
   `


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to