I downloaded the uml-utilities from here:

http://user-mode-linux.sourceforge.net/minis.html#utils

but when I make it I get the following error:

venus:/home/martin/downloads/tools-20070815# make
set -e ; for dir in lib jail jailtest humfsify mconsole moo
port-helper tunctl uml_net uml_switch watchdog umlfs; do make -C $dir
all; done
make[1]: Entering directory `/home/martin/downloads/tools-20070815/lib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/martin/downloads/tools-20070815/lib'
make[1]: Entering directory `/home/martin/downloads/tools-20070815/jail'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/martin/downloads/tools-20070815/jail'
make[1]: Entering directory `/home/martin/downloads/tools-20070815/jailtest'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/martin/downloads/tools-20070815/jailtest'
make[1]: Entering directory `/home/martin/downloads/tools-20070815/humfsify'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/martin/downloads/tools-20070815/humfsify'
make[1]: Entering directory `/home/martin/downloads/tools-20070815/mconsole'
cc -g -Wall   -c -o uml_mconsole.o uml_mconsole.c
uml_mconsole.c:39:31: error: readline/readline.h: No such file or directory
uml_mconsole.c:40:30: error: readline/history.h: No such file or directory
uml_mconsole.c: In function 'main':
uml_mconsole.c:562: warning: implicit declaration of function 'readline'
uml_mconsole.c:562: warning: assignment makes pointer from integer
without a cast
uml_mconsole.c:565: warning: implicit declaration of function 'add_history'
make[1]: *** [uml_mconsole.o] Error 1
make[1]: Leaving directory `/home/martin/downloads/tools-20070815/mconsole'
make: *** [all] Error 2

I am stuck with this, please give me some hints and advice how to get around it.

- Martin

On Dec 26, 2007 5:15 PM, Martin Paraskevov <[EMAIL PROTECTED]> wrote:
> Hi Jeff,
>
> Thanks for your reply. I am using Debian Lenny and I added my user to
> the uml-net group but I'm still getting the same error. When I run uml_net
> as root it appears that uml_net is not installed at all:
>
> venus:~# uml_net
> -su: uml_net: command not found
>
> I installed the debian package uml-utilities which claims to have uml_net
> so I don't know why it's not available:
>
> venus:~# whereis uml_net
> uml_net:
> venus:~#
>
> venus:~# ls /usr/bin/uml_net
> ls: /usr/bin/uml_net: No such file or directory
>
> I'd prefer to install the package the debian way but it looks like I'll have 
> to
> build it.
>
> - Martin
>
>
> On Dec 26, 2007 9:03 AM, Jeff Dike <[EMAIL PROTECTED]> wrote:
> > On Wed, Dec 26, 2007 at 05:06:27AM -0500, Martin Paraskevov wrote:
> > > helper_child - execvp of 'uml_net' failed - errno = 13
> >
> > Looks like you have uml_net installed, but no permission to run it.
> > Look at its permissions and see what group you need to be in.  Debian
> > has a uml_net group or something that you need to be in.
> >
> >                                 Jeff
> >
> > --
> > Work email - jdike at linux dot intel dot com
> >
>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to