UTorrent

From Amahi

Troubleshooting

Unable to start uTorrent on 64-bit environment

Currently the uTorrent app for Amahi needs 32-bit versions of some libraries that might not have been installed on your system. So if you are experiencing problems starting uTorrent after installation you can verify that you are affected by logging into the console of your HDA as root and trying to start uTorrent by issuing the command

bash code
/etc/init.d/utorrent start​


You will probably get an error complaining about glibc and/or libgcc. If you try installing these using yum you might find that you get a message that the package is already installed. But this is due to the fact that you have the 64-bit version installed. Since uTorrent needs the 32-bit versions you should install the packages using one or both of the commands

bash code
​yum install libgcc.i686 glibc.i686 openssl.i686​


Now try to start uTorrent again and you should be able to get it going. If not, repeat trying to start using the init.d script and see what else you might be missing.

NOTE: Due to recent compatibility issues with Fedora 14 and uTorrent, the following may be needed:

bash code
ln -s /usr/lib/libssl.so.10 /usr/lib/libssl.so.0.9.8

ln -s /lib/libcrypto.so.10 /lib/libcrypto.so.0.9.8
/var/hda/web-apps/utorrent/html/utorrent​