You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pegasus.apache.org by la...@apache.org on 2023/05/27 14:15:10 UTC

[incubator-pegasus] 01/01: fix: fix start_onebox failed because of libjvm.so not found

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

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

commit 85140b516a1b23d1adad4f645733e25bda1b9536
Author: Yingchun Lai <la...@apache.org>
AuthorDate: Sat May 27 22:14:53 2023 +0800

    fix: fix start_onebox failed because of libjvm.so not found
---
 run.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/run.sh b/run.sh
index cabf53402..58de1d52a 100755
--- a/run.sh
+++ b/run.sh
@@ -25,7 +25,7 @@ export BUILD_ROOT_DIR=${ROOT}/build
 export BUILD_LATEST_DIR=${BUILD_ROOT_DIR}/latest
 export REPORT_DIR="$ROOT/test_report"
 export THIRDPARTY_ROOT=$ROOT/thirdparty
-export LD_LIBRARY_PATH=${BUILD_LATEST_DIR}/output/lib:${THIRDPARTY_ROOT}/output/lib:${LD_LIBRARY_PATH}
+export LD_LIBRARY_PATH=$JAVA_HOME/jre/lib/amd64/server:${BUILD_LATEST_DIR}/output/lib:${THIRDPARTY_ROOT}/output/lib:${LD_LIBRARY_PATH}
 
 function usage()
 {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pegasus.apache.org
For additional commands, e-mail: commits-help@pegasus.apache.org