make - configure :error: No usable version of sed found: -



make - configure :error: No usable version of sed found: -

i did ./configure create makefile

but ran error: configure :error: no usable version of sed found:

i typed see

it shows /usr/bin/sed.

so, what's wrong? why can't ./configure find sed?

i happened have problem on mac. because os x uses old version of sed. installing gnu-sed brew install gnu-sed , alias gsed=sed solved problem. may install gnu-sed other method.

make

Comments

Popular posts from this blog

php - How to pass multiple values from url -

database - php search bar when I press submit with nothing in the search bar it shows all the data -

ios - How to load .png images from Documents folder of an app -