From 48f1dbe806ac71235d6be98f13c60354a1f623e6 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 18 Nov 2013 10:02:05 -0600 Subject: README update --- misc/tools/README.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/misc/tools/README.txt b/misc/tools/README.txt index 3b114f188..2991190f7 100644 --- a/misc/tools/README.txt +++ b/misc/tools/README.txt @@ -109,6 +109,29 @@ kconfig-macos.patch make make install +kconfig-mconf Path Issues +------------------------- + +Some people have experienced this problem after successfully building and installing +the kconfig-frontends tools: + + kconfig-mconf: error while loading shared libraries: libkconfig-parser-3.8.0.so: cannot open shared object file: No such file or directory + make: *** [menuconfig] Error 127 + +There two known solutions to this: + +1) Add the directory where the kconfig-frontends libraries were installed + to the file /etc//ld.so.conf (probably /usr/local/lib), then run the + ldconfig tool. + +2) Specify the LD_RUN_PATH environment when building the kconfig-frontends + tools like: + + ./configure --enable-mconf + LD_RUN_PATH=/usr/local/lib make + make install + + kconfig-frontends for Windows ----------------------------- -- cgit v1.2.3