help-nano
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-nano] More Install problem


From: Neil Brown
Subject: Re: [Help-nano] More Install problem
Date: Sun, 08 Feb 2004 10:51:57 +0000

At 12:01 AM 08/02/2004 -0800, Domino wrote:
I got some great help from a couple of you getting the right compiler version installed and solving some dependency issues.  That's done, and thanks to Jordi and Dave.  I've downloaded the nano tarball, uncompessed it and ran make and then make install.  I'm getting errors, or what I perceive as errors.  Nano won't run anyway. I'm a real Linux newbie so it could be something as simple as I don't know how to run nano.  I'm just entering "nano" at a shell prompt like I start vi.
 
I was root for make and make install. After, I try to run nano from a shell prompt and get "command not found". 
Anyway during make and make install I see this:
In file included from proto.h:30,

    from color.c:31:
nano.h:54:21: curses.h: No such file or directory
make[1]: *** [color.o] Error 1
make[1]: Leaving direcotyr '/root/dl/nano/nano-1.2.2'
make: *** [install-recursive] Error 1

Hi,

Looks like you have one last dependency to solve.  You need the package ncurses-devel (the devel part is important).  I can't remember redhat package commands very well but something along the lines of rpm -i ncurses-devel, you probably used similar to solve some of the dependences so far.

HTH,

Neil.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]