Skip to content

Commit 96cd89d

Browse files
authored
fix(scripts): fix that librocksdb.so.8 was not found for the executable binary generated by pack_server.sh (#1796)
#1795 Add dynamic library of rocksdb as the dependency of the executable binary.
1 parent 63c3e67 commit 96cd89d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/pack_server.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ fi
124124

125125
copy_file ./thirdparty/output/lib/libboost*.so.1.69.0 ${pack}/bin
126126
copy_file ./thirdparty/output/lib/libhdfs* ${pack}/bin
127+
copy_file ./thirdparty/output/lib64/librocksdb.so.8 ${pack}/bin
127128
copy_file ./scripts/sendmail.sh ${pack}/bin
128129
copy_file ./src/server/config.ini ${pack}/bin
129130
copy_file ./src/server/config.min.ini ${pack}/bin

0 commit comments

Comments
 (0)