Reply To: Newbie question about using firefly on Maxtor mss+

#7464
rpedde
Participant

@RickV wrote:

Here is what I executed including the messages I received:

# ipkg install ncurses
Package ncurses (5.5-1) installed in root is up to date.
Nothing to be done

Is it possible your nano didn’t come from the nslu2 repo? Maybe it came from somewhere else?

Try doing a ipkg remove nano, then ipkg install nano. My lib requirements for nano look like this:


# LD_TRACE_LOADED_OBJECTS=1 /opt/bin/nano
libncurses.so.5 => /opt/lib/libncurses.so.5 (0x2aac0000)
libc.so.6 => /opt/lib/libc.so.6 (0x2ab80000)
/lib/ld.so.1 => /lib/ld.so.1 (0x00020000)
#

so I don’t think we have the same nano package.

— Ron