Saturday, February 14, 2009

./configure: 123: Syntax error: Bad fd number"

While compiling fftv I got a strange error.

./configure: 123: Syntax error: Bad fd number"

The fix for this is:

sudo mv /bin/sh /bin/sh.bkp
sudo ln -s /bin/bash /bin/sh

No comments:

Post a Comment