Skip to content

Conversation

@leborchuk
Copy link
Contributor

Here we added liburing to Docker build file 98320cb

But now pax.so also have runtime dependencies to liburing.so.2

xifos@localhost:~$ ldd /usr/cloudberry-db/lib/postgresql/pax.so | grep liburi liburing.so.2 => /lib/x86_64-linux-gnu/liburing.so.2 (0x000072fc7908a000)

so we need to install it with cloudberry package

Copy link
Member

@tuhaihe tuhaihe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Copy link
Contributor

@my-ship-it my-ship-it left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@my-ship-it my-ship-it merged commit fe6d4db into apache:main Jan 13, 2026
52 of 53 checks passed
hw118118 pushed a commit to hw118118/cloudberrydb that referenced this pull request Jan 27, 2026
Here we added liburing to Docker build file 98320cb

But now pax.so also have runtime dependencies to liburing.so.2

xifos@localhost:~$ ldd /usr/cloudberry-db/lib/postgresql/pax.so | grep liburi liburing.so.2 => /lib/x86_64-linux-gnu/liburing.so.2 (0x000072fc7908a000)

so we need to install it with cloudberry package

Co-authored-by: Leonid Borchuk <[email protected]>
hw118118 pushed a commit to hw118118/cloudberrydb that referenced this pull request Jan 27, 2026
Here we added liburing to Docker build file 98320cb

But now pax.so also have runtime dependencies to liburing.so.2

xifos@localhost:~$ ldd /usr/cloudberry-db/lib/postgresql/pax.so | grep liburi liburing.so.2 => /lib/x86_64-linux-gnu/liburing.so.2 (0x000072fc7908a000)

so we need to install it with cloudberry package

Co-authored-by: Leonid Borchuk <[email protected]>
hw118118 pushed a commit to hw118118/cloudberrydb that referenced this pull request Jan 28, 2026
Here we added liburing to Docker build file 98320cb

But now pax.so also have runtime dependencies to liburing.so.2

xifos@localhost:~$ ldd /usr/cloudberry-db/lib/postgresql/pax.so | grep liburi liburing.so.2 => /lib/x86_64-linux-gnu/liburing.so.2 (0x000072fc7908a000)

so we need to install it with cloudberry package

Co-authored-by: Leonid Borchuk <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants