We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 298450f commit a2f72fcCopy full SHA for a2f72fc
BUILDING.md
@@ -190,6 +190,14 @@ New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" `
190
191
</details>
192
193
+### Shared library not found while it's in the same directly of executable
194
+
195
+Modify the shared librarie and binary files to load other shared libraries located in the same folder.
196
197
+```console
198
+patchelf --set-rpath '$ORIGIN' /path/to/binary/or/shared/library.so
199
+```
200
201
### Debug build
202
203
For debug the build process of sherpa-onnx, please set `SHERPA_BUILD_DEBUG=1` environment variable before build.
0 commit comments