fairyfar commented on PR #1624:
URL: https://github.com/apache/cloudberry/pull/1624#issuecomment-4095759205

   > Hi @fairyfar thanks for your work! Could you share the bash/OS version or 
other related info? I want to reproduce it. Thanks!
   
   ```
   [yz@localhost ~]$ cat /etc/os-release
   NAME="CentOS Linux"
   VERSION="8"
   ID="centos"
   ID_LIKE="rhel fedora"
   VERSION_ID="8"
   PLATFORM_ID="platform:el8"
   PRETTY_NAME="CentOS Linux 8"
   ...
   
   [yz@localhost ~]$ bash --version
   GNU bash, version 4.4.20(1)-release (x86_64-redhat-linux-gnu)
   ...
   
   [yz@localhost ~]$ set -euo pipefail
   
   [yz@localhost ~]$ echo $LD_LIBRARY_PATH
   -bash: LD_LIBRARY_PATH: unbound variable
   [yz@localhost ~]$ export 
LD_LIBRARY_PATH=/usr/local/cloudberry-db/lib:LD_LIBRARY_PATH
   [yz@localhost ~]$ echo $LD_LIBRARY_PATH
   /usr/local/cloudberry-db/lib:LD_LIBRARY_PATH
   
   [yz@localhost ~]$ LD_LIBRARY_PATH=/usr/local/lib64/
   [yz@localhost ~]$ echo $LD_LIBRARY_PATH
   /usr/local/lib64/
   [yz@localhost ~]$ export 
LD_LIBRARY_PATH=/usr/local/cloudberry-db/lib:LD_LIBRARY_PATH
   [yz@localhost ~]$ echo $LD_LIBRARY_PATH
   /usr/local/cloudberry-db/lib:LD_LIBRARY_PATH
   ```


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