Hi everyone!

I don't know if this is the right place for my call of need, but here it goes big_smile

I have a fonera 2.0N with the 2.3 firmware and i though you guys can help me on this. I was trying to install amule on my fonera , but i kind of got stuck hmm

i was following this wiki:
http://wiki.fon.com/wiki/F2_Amule

and.. when a reach this step:


*  Now do this with all the above packages
    * now to make it start at every boot: (change "20gb" with the name you gave your external usb drive that holds your /amule folder)

cd /etc/init.d
vi amule
#!/bin/sh
ln -s /tmp/mounts/20gb/amule /home/.aMule
ln -s /tmp/mounts/20gb/amule /root/.Amule
export LD_LIBRARY_PATH=/lib:/usr/lib:/tmp/mounts/20gb/amule/usr/lib:/tmp/mounts/20gb/amule/lib
export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/home/.aMule/usr/bin
iptables -I input_daemon -p tcp --dport 4662 -j zone_wan_ACCEPT
iptables -I input_daemon -p udp --dport 4662 -j zone_wan_ACCEPT
iptables -I input_daemon -p tcp --dport 4711 -j zone_wan_ACCEPT
cd /home/.aMule
amuled -f -c /home/.aMule
<escape>:wq

    * /etc/init.d/amule start

it gives me this error:

root@buntoO:/etc/init.d# /etc/init.d/amule start
ln: creating symbolic link `/home/.aMule': File exists
ln: creating symbolic link `/root/.Amule': File exists
iptables v1.4.4: Couldn't load target `zone_wan_ACCEPT':/lib/xtables/libipt_zone_wan_ACCEPT.so: cannot open shared object file: No such file or directory

Try `iptables -h' or 'iptables --help' for more information.
iptables v1.4.4: Couldn't load target `zone_wan_ACCEPT':/lib/xtables/libipt_zone_wan_ACCEPT.so: cannot open shared object file: No such file or directory

Try `iptables -h' or 'iptables --help' for more information.
iptables v1.4.4: Couldn't load target `zone_wan_ACCEPT':/lib/xtables/libipt_zone_wan_ACCEPT.so: cannot open shared object file: No such file or directory

Try `iptables -h' or 'iptables --help' for more information.
cd: 9: can't cd to /home/.aMule
/etc/init.d/amule: 10: amuled: not found
root@buntoO:/etc/init.d#

and baam , i don't know what to do ! sad

please help me smile
thank you