Skip to content

Commit

Permalink
Add LD_LIB_DIR to solve libfst not found.
Browse files Browse the repository at this point in the history
  • Loading branch information
David2 Lin committed Mar 10, 2021
1 parent 708adf1 commit 0a2b995
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/config/common_path.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ ${KALDI_ROOT}/src/sgmmbin:\
${KALDI_ROOT}/src/tfrnnlmbin:\
${KALDI_ROOT}/src/cudadecoderbin:\
$PATH

export LD_LIBRARY_PATH=${KALDI_ROOT}/tools/openfst/lib/:${LD_LIBRARY_PATH}

0 comments on commit 0a2b995

Please sign in to comment.