mkaivs

Results 4 comments of mkaivs

Hi @NickNaso, Thank you for the explanation, so for example, if I have an initializer function as follow: ```c++ static int dummy_global = 0; Napi::Object example::Init(Napi::Env env, Napi::Object exports) {...

Thank you for reply, modify `LD_LIBRARY_PATH` fix the error but I already added `/usr/local/TensorRT-8.2.5.1/lib` to a `.conf` file in `/etc/ld.so.conf.d/` and `ldconfig --verbose` shows that the loader is aware of...

@mrstecklo, Thanks, I'm installing the newest code now. I will report back.

Is there any update on this? I have the same error and was forced to use `LD_LIBRARY_PATH` instead of using `ldconfig`. Setting `LD_LIBRARY_PATH` is fine in development but is considered...