Reply To: Problem installing Firefly on WD NetCenter

#14642
rpedde
Participant

@mwaltonc wrote:

Hi,

Can anyone help me to understand why ipkg-cl returns error ‘cannot execute’ when I try to install the various packages for MT-DAAPD on my Net Center? Below is the transcript from telnet session.

thankyou

Martin

login: root

Password:

BusyBox v1.00-pre2 (2006.10.08-20:33+0000) Built-in shell (msh)
Enter ‘help’ for a list of built-in commands.

# mkdir /shares/Main/__opt
#
# mkdir /shares/Main/__opt/lib
#
# mkdir /shares/Main/__opt/bin
#
# mkdir /shares/Main/__opt/etc
#
# ln -s /shares/Main/__opt /opt

BusyBox v1.00-pre2 (2006.10.08-20:33+0000) Built-in shell (msh)
Enter ‘help’ for a list of built-in commands.

# cd /opt/lib

# ln -s ./libipkg.so.0.0.0 libipkg.so
#
# ln -s ./libipkg.so.0.0.0 libipkg.so.0
#
# export LD_LIBRARY_PATH=/lib:/usr/lib:/opt/lib
#
# cd /shares/Main
#
# /opt/bin/ipkg-cl install zlib_1.2.2-2_mipsel.ipk
/opt/bin/ipkg-cl: cannot execute
#

The only thing I can guess is that the ipkg-cl isn’t the right type for your system.

What does ‘uname -a’ show as compared to ‘file /opt/bin/ipkg-cl’?

Does it show the same architecture?