After I downloaded meego sdk 1.2 from http://developer.meego.com/meego-sdk,
I failed to install it and it shows following error message:

 /home/ovilia/.config/meego.com/sdk/tm/_create_target.sh:h  
 line 34: /usr/bin/mad: No such file or directory
 .......

My system is fedora 13 (32 bit), and it seems to work fine as described in document.
Any ideas? Thanks in advance!

link|improve this question

Have you checked the documentation ... Ana have you made the directory where you are installing and checked whether it is accessible or not – Stuti Jun 27 '11 at 5:48
feedback

1 Answer

up vote 1 down vote accepted

/usr/bin/mad is a command line utility for renaming/moving files, provided by package mmv. To install the package, run as root:

yum install mmv
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.