You might probably fix this by having proper path names in the LD_LIBRARY_PATH (append / to each of the absolute paths).
Y.
--
You received this message because you are subscribed to the Google Groups "kaldi-help" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kaldi-help+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I wasn't clear, sorry.
Instead of
LD_LIBRARY_PATH=usr/local/kaldi-trunk/src/lib/:usr/local/kaldi-trunk/tools/openfst/lib/:usr/local/kaldi-trunk/tools/ATLAS/build/lib:$LD_LIBRARY_PATH".
You should have
LD_LIBRARY_PATH=/usr/local/kaldi-trunk/src/lib/:/usr/local/kaldi-trunk/tools/openfst/lib/:/usr/local/kaldi-trunk/tools/ATLAS/build/lib:$LD_LIBRARY_PATH"
(notice the slashes)
Y.