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

#7465
RickV
Participant

Hi Ron,

Unfortunately it doesn’t work yet.

You asked:

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

I don’t know what you mean with nslu2 repo. Only things I did with my MSS is installing OpenMSS262. Before that the previous OpenMSS version was installed. After that I did follow the steps in the Wiki.

I’ve removed Nano and did a new install but I got the same errors.
Here’s my output (as you can see I tried also to remove Ncurses but that wasn’t accepted):

BusyBox v1.00-pre2 (2006.02.01-23:21+0000) Built-in shell (msh)
Enter 'help' for a list of built-in commands.

# ipkg remove nano
Removing package nano from root...
#
# ipkg remove ncurses
Nothing to be done
Collected errors:
Package ncurses is depended upon by packages:
sqlite
These might cease to work if package ncurses is removed.

You can force removal of this package with -force-depends.
You can force removal of this package and its dependents
with -force-removal-of-dependent-packages or -recursive
or by setting option force_removal_of_dependent_packages
in ipkg.conf.
#
# ipkg install nano
Installing nano (2.0.1-1) to root...
Downloading http://ipkg-us-dyoung.nslu2-linux.org/feeds/optware/mss/cross/unstab
le/nano_2.0.1-1_mipsel.ipk
Configuring nano
#
# LD_TRACE_LOADED_OBJECTS=1 /opt/bin/nano
libncursesw.so.5 => not found
libc.so.6 => /opt/lib/libc.so.6 (0x2ab00000)
/lib/ld.so.1 => /lib/ld.so.1 (0x00020000)
#
# LD_LIBRARY_PATH=/opt/lib /opt/bin/nano /opt/etc/init.d/S60mt-daapd
/opt/bin/nano: error while loading shared libraries: cannot open shared object f
ile: cannot load shared object file: No such file or directory
#
#