tuhaihe commented on issue #1480:
URL: https://github.com/apache/cloudberry/issues/1480#issuecomment-3626081051
Update:
```
CFLAGS=-ggdb3 CFLAGS="-O0 -g3" ./configure --prefix=/usr/local/cloudberry-db
--with-pgport=5432 --enable-cassert --with-perl --with-python --with-libxml
--with-openssl --without-zstd --enable-debug-extensions --disable-gpcloud
--disable-orca --disable-gpfdist --with-pythonsrc-ext
make -C ~/cloudberry
make install -C ~/cloudberry
/usr/local/cloudberry-db/bin/postgres --gp-version
/usr/local/cloudberry-db/bin/postgres --version
ldd /usr/local/cloudberry-db/bin/postgres
source /usr/local/cloudberry-db/greenplum_path.sh
make create-demo-cluster -C ~/cloudberry
source ~/cloudberry/gpAux/gpdemo/gpdemo-env.sh
psql -P pager=off template1 -c 'SELECT * from gp_segment_configuration'
[gpadmin@cdw cloudberry]$ psql -P pager=off template1 -c 'SELECT version()'
version
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
PostgreSQL 16.9 (Apache Cloudberry 2.0.0-devel+dev.7939.g8aca80302ab build
dev) on x86_64-pc-linux-gnu, compiled by gcc (GCC) 11.5.0 20240719 (Red Hat
11.5.0-11), 64-bit compiled on Dec 8 2025 02:01:12 (with assert checking)
(1 row)
```
--
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]