hello, i am trying to install amule on my fonera following this guide
http://wiki.fon.com/wiki/F2_Amule , but i have some problems.
problem 1:
this link doesn't work
http://eko.one.pl/index.php?page=openwrt-amule , but some rows down there is an other way, so i start to write the first command in putty connectcted by ssh to fonera:
Code:
root@Fonera:~# svn co http://svn.fonosfera.org/fon-ng/trunk fon-ng
-ash: svn: not found
but maybe there is an other way to install it (i am not sure that it is)
Code:
* You can also get them from http://flash.fonera.be/FON2303/packages/mipsel
cd /tmp
mkdir amule
cd amule
wget http://flash.fonera.be/FON2303/packages/mipsel/amule_2.2.6-1_mipsel.ipk
...
so i make the directory on external drive (i supposed this...) and i download it.
installation:Code:
tar xzvf amule_2.2.6-1_mipsel.ipk
tar xzvf data.tar.gz
rm amule_2_2_6-1_mipsel.ipk
rm data.tar.gz
rm control.tar.gz
rm debian*
i created the file amule in cd /etc/init.d and this is its contain:
Code:
#!/bin/sh
ln -s /tmp/mounts/Disc-A5/amule /home/.aMule
ln -s /tmp/mounts/Disc-A5/amule /root/.Amule
export LD_LIBRARY_PATH=/lib:/usr/lib:/tmp/mounts/Disc-A5/amule/usr/lib:/tmp/moun
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
i type /etc/init.d/amule start
and...
Code:
root@Fonera:/etc/init.d# /etc/init.d/amule start
ln: /home/.aMule/amule: File exists
ln: /root/.Amule/amule: File exists
amuled: can't load library 'libcrypto++.so.8'
now...i am arrived here after a lot of attempts to install amule, i am not a linux user and i have already tryed some solutions founded in internet insatlling and reflashing fonera everytime that the space was full becuase i installed it on fonera. can u help me form now? :S
ps: how can i check if i hace useless files on fonera?
thanks!!