kaldi-asr / kaldi

kaldi-asr/kaldi is the official location of the Kaldi project.
http://kaldi-asr.org
Other
14.24k stars 5.32k forks source link

fstpushspecial: error while loading shared libraries: fstpushspecial: unsupported version 0 of Verneed record #4585

Closed Manasmalhotra closed 3 years ago

Manasmalhotra commented 3 years ago

I have been trying to run the scripts from kaldi for dummies tutorial but am encountering the error mentioned above. I have tried the below attached method to use the shared libraries effectively but not been able to resolve the issue. Please look into it!!

ERROR2 ERROR

galv commented 3 years ago

Try ldd $(which fstpushspecial). Your error message is bizarre. I suspect stdout and stderr are being mixed together in your current output.

Manasmalhotra commented 3 years ago

Try ldd $(which fstpushspecial). Your error message is bizarre. I suspect stdout and stderr are being mixed together in your current output.

I think you meant ldd $(which fstpushspecial) run.sh. It's giving output as not a dynamic executable. have tried sudo apt-get install gcc-multilib but still the same output.

kkm000 commented 3 years ago

I'm closing this issue, because it is a question, not a feature proposal or a defect report. We have a forum that is the best place to ask questions, and getting answers and input from other users as well. We are hanging out there all the time, too. Here, in the issue tracker, we are just too few.

Kaldi help forum: https://groups.google.com/forum/#!forum/kaldi-help

Instructions for joining: http://kaldi-asr.org/forums.html

If you think I misunderstood your intention, please reply, and I'll reopen it.