leborchuk opened a new pull request, #1527:
URL: https://github.com/apache/cloudberry/pull/1527

   Here we added liburing to Docker build file 
https://github.com/apache/cloudberry/commit/98320cba9ea542a0f022b303db46259084b46158
   
   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
   


-- 
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