Kubuntu 11.04 64 bit and agnclient

Posted by meta on 2012-05-25 | Comment

So, AT&T Net Client, we meet again on the 64 bit field of battle! But this time I am victorious!

# apt-get install libssl0.9.8:i386 libcurl3:i386 \
libxml2:i386 libgtk2.0-0:i386 libcurl3:i386 \
tcl8.4:i386 libstdc++6:i386
# cd /lib/i386-linux-gnu
# ln -s libssl.so.0.9.8 libssl.so.4
# ln -s libcrypto.so.0.9.8 libcrypto.so.4
# ln -s libssl.so.0.9.8 libssl.so.6
# ln -s libcrypto.so.0.9.8 libcrypto.so.6
# dpkg -i --force-architecture agnclient_1.0~2.0.1.3003-3_i386.deb

Note that you don’t have to install all of ia32-libs. A lot of instructions recommend it, but it really isn’t necessary.

If you have any problems after doing the above, check all the binaries in /opt/agns/bin with ldd to make sure you don’t get any “not found” issues with libraries.

Posted in Linux | Tagged |

Leave a Reply

You must be logged in to post a comment.