This is an automated email from the ASF dual-hosted git repository.

wangdan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git


The following commit(s) were added to refs/heads/master by this push:
     new 96cd89d31 fix(scripts): fix that librocksdb.so.8 was not found for the 
executable binary generated by pack_server.sh (#1796)
96cd89d31 is described below

commit 96cd89d31e5f5b194c6474448353192b24aa22cd
Author: Dan Wang <[email protected]>
AuthorDate: Wed Dec 20 10:55:16 2023 +0800

    fix(scripts): fix that librocksdb.so.8 was not found for the executable 
binary generated by pack_server.sh (#1796)
    
    https://github.com/apache/incubator-pegasus/issues/1795
    
    Add dynamic library of rocksdb as the dependency of the executable binary.
---
 scripts/pack_server.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/pack_server.sh b/scripts/pack_server.sh
index 8dc4043c8..b358133c1 100755
--- a/scripts/pack_server.sh
+++ b/scripts/pack_server.sh
@@ -124,6 +124,7 @@ fi
 
 copy_file ./thirdparty/output/lib/libboost*.so.1.69.0 ${pack}/bin
 copy_file ./thirdparty/output/lib/libhdfs* ${pack}/bin
+copy_file ./thirdparty/output/lib64/librocksdb.so.8 ${pack}/bin
 copy_file ./scripts/sendmail.sh ${pack}/bin
 copy_file ./src/server/config.ini ${pack}/bin
 copy_file ./src/server/config.min.ini ${pack}/bin


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to