Get the latest agnclient rpm from AT&T:
ftp://ftp.attglobal.net/pub/custom/ibm_linux/
wget ftp://ftp.attglobal.net/pub/custom/ibm_linux/agnclient-1.0-2.0.1.3003.i386.rpm
Then install agnclient rpm with no dependencies:
rpm -ivh --nodeps agnclient-1.0-2.0.1.3003.i386.rpm
created symlinks
Here is my 5.0 install
[code]
[root@ratlsvr ~]# cd /opt/agns/lib
[root@ratlsvr lib]# ls -als
total 60
4 drwxr-xr-x 2 root root 4096 Feb 4 14:35 .
4 drwxr-xr-x 7 root root 4096 Feb 4 14:32 ..
0 lrwxrwxrwx 1 root root 30 Feb 4 14:32 libagnc.so.1 -> /opt/agns/lib/libagnc.so.1.0.0
40 -rwxr-xr-x 1 root root 40909 Feb 18 2008 libagnc.so.1.0.0
0 lrwxrwxrwx 1 root root 33 Feb 4 14:32 libagnLogc.so.1 -> /opt/agns/lib/libagnLogc.so.1.0.0
12 -rwxr-xr-x 1 root root 9671 Feb 18 2008 libagnLogc.so.1.0.0
0 lrwxrwxrwx 1 root root 20 Feb 4 14:35 libcrypt.so.4 -> /usr/lib/libcrypt.so
0 lrwxrwxrwx 1 root root 19 Feb 4 14:35 libcurl.so.3 -> /usr/lib/libcurl.so
0 lrwxrwxrwx 1 root root 18 Feb 4 14:35 libssl.so.4 -> /usr/lib/libssl.so
[/code]
From my 5.5 machine:
[code]
[root@ratlsvr ~]# cd /opt/agns/lib
[root@ratlsvr lib]# ls -als
total 60
4 drwxr-xr-x 2 root root 4096 Feb 4 14:35 .
4 drwxr-xr-x 7 root root 4096 Feb 4 14:32 ..
0 lrwxrwxrwx 1 root root 30 Feb 4 14:32 libagnc.so.1 -> /opt/agns/lib/libagnc.so.1.0.0
40 -rwxr-xr-x 1 root root 40909 Feb 18 2008 libagnc.so.1.0.0
0 lrwxrwxrwx 1 root root 33 Feb 4 14:32 libagnLogc.so.1 -> /opt/agns/lib/libagnLogc.so.1.0.0
12 -rwxr-xr-x 1 root root 9671 Feb 18 2008 libagnLogc.so.1.0.0
0 lrwxrwxrwx 1 root root 20 Feb 4 14:35 libcrypt.so.4 -> /usr/lib/libcrypt.so
0 lrwxrwxrwx 1 root root 19 Feb 4 14:35 libcurl.so.3 -> /usr/lib/libcurl.so.3
0 lrwxrwxrwx 1 root root 18 Feb 4 14:35 libssl.so.4 -> /lib/libssl.so.4
[/code]
updated /opt/agns/bin/NetVPN.sh
started services
/etc/init.d/agnclientd start
/etc/init.d/agnLogd start
/opt/agns/bin/NetVPN.sh
Now to connect run the CLI client or if you have X running the GUI should be working as well, enjoy!
Related/Reference
http://manpages.ubuntu.com/manpages/jaunty/man1/dpkg.1.html
http://technobluez.blogspot.com/2009/11/installing-ubuntu-910-karmic-koala-in.html
0 Comments.