MichaelMathieu / THFFmpeg

Torch bindings for FFmpeg (reading videos only)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

symbol lookup error

ArghyaPal opened this issue · comments

Hi @MichaelMathieu I am getting the following error:

th> require "cunn" /home/arghya/torch/install/bin/luajit: symbol lookup error: /home/arghya/torch/install/lib/libTHC.so: undefined symbol: _ZNSt13random_device7_M_initERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE

I did:

rm -rf ~/.cache/luarocks.
Even a fresh re-installation

So, presently I am trying to install it on a GPU Server. When, I tried with another account (a fresh account), I got the same error.

Is that a path/library linking problem?

Regards,
Arghya