Uml
Anyone here ever install user-mode-linux that could lend me a hand?Getting the following errors when trying to make && make install the UML UTILITIES...
[root@host tools]# make
set -e ; for dir in jail jailtest mconsole moo port-helper tunctl uml_net uml_router watchdog; do make -C $dir all; done
make[1]: Entering directory `/usr/lib/uml/tools/jail'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/lib/uml/tools/jail'
make[1]: Entering directory `/usr/lib/uml/tools/jailtest'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/lib/uml/tools/jailtest'
make[1]: Entering directory `/usr/lib/uml/tools/mconsole'
cc -g -Wall -c -o uml_mconsole.o uml_mconsole.c
uml_mconsole.c:16:31: readline/readline.h: No such file or directory
uml_mconsole.c:17:30: readline/history.h: No such file or directory
uml_mconsole.c:65:1: warning: "MIN" redefined
In file included from uml_mconsole.c:12:
/usr/include/sys/param.h:58:1: warning: this is the location of the previous definition
uml_mconsole.c: In function `main':
uml_mconsole.c:357: warning: implicit declaration of function `readline'
uml_mconsole.c:357: warning: assignment makes pointer from integer without a cast
uml_mconsole.c:360: warning: implicit declaration of function `add_history'
make[1]: *** [uml_mconsole.o] Error 1
make[1]: Leaving directory `/usr/lib/uml/tools/mconsole'
make: *** [all] Error 2
Let me know if any of you can help!
Thanks!