nekromant / esp8266-frankenstein

Alternative firmware for ESP8266 modules
318 stars 71 forks source link

Build on Ubuntu14.04 error. #13

Closed supergis closed 9 years ago

supergis commented 9 years ago

kconfig-conf --silentoldconfig antares/kcnf kconfig-conf: error while loading shared libraries: libkconfig-parser-3.12.0.so: cannot open shared object file: No such file or directory make[1]: *\ [silentoldconfig] 错误 127

supergis commented 9 years ago

now it's ok. I am config kconfig-conf as "./configure".now as "./configure --prefix=/usr" ok. Thanks nekromant,that's nice work.

nekromant commented 9 years ago

You have to either install kconfig with --prefix=/usr OR add /usr/local/lib to LD_LIBRARY_PATH