vsbace commented on issue #1929:
URL: https://github.com/apache/cloudberry/issues/1929#issuecomment-5451817441
Hi,
All times yarly i have had compiled Greenplum and Cloudberry by self for
existing OS.
First step - i was installed all required packages on all cluster hosts:
`apt install bison \
bzip2 \
cmake \
curl \
flex \
gcc \
g++ \
iproute2 \
iputils-ping \
locales \
libapr1-dev \
libbz2-dev \
libcurl4-gnutls-dev \
libevent-dev \
libkrb5-dev \
libipc-run-perl \
libldap2-dev \
libpam0g-dev \
libprotobuf-dev \
libreadline-dev \
libssl-dev \
libuv1-dev \
liblz4-dev \
libxerces-c-dev \
libxml2-dev \
libyaml-dev \
libzstd-dev \
libperl-dev \
make \
pkg-config \
protobuf-compiler \
python3-dev \
python3-pip \
python3-setuptools \
rsync`
Second step -i was compiled the Cloudberry sources by the next commands
`./configure --prefix=/usr/local/cloudberry-db \
--enable-debug \
--enable-debug-extensions \
--enable-ic-proxy \
--enable-orca \
--enable-pxf \
--with-gssapi \
--with-ldap \
--with-libxml \
--with-lz4 \
--with-pam \
--with-perl \
--with-python \
--with-ssl=openssl \
--with-uuid=e2fs
make -j8 install`
And on final step i was prepared DEB package for integrating with CI CD
systems.
--
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]