Tag Archives: 64bit

How to install Cisco VPN client on Ubuntu Jaunty Jackalope and Karmic Koala 64 bit

Update 2010-08-26: You can now install with this patch applied. It’s all the old patches combined. cd vpnclient/setup/directory/ wget http://www.lamnk.com/download/fixes.patch patch < ./fixes.patch sudo ./vpn_install This patch is tested on Ubuntu Lucid Lynx 10.04 LTS on 32bit and 64bit. Old post: Cisco module again doesn’t let us compile against the new kernel in Ubuntu 9.04 [...]

How to install Cisco VPN client on Ubuntu Hardy Heron 8.04 64 bit

UPDATE: A new client for linux (4.8.02.0030) is out. You no longer need the patch for 2.6.24+ kernel (vpnclient-linux-2.6.24-final.diff). However the patch for 64 bit systems is still required and the CFLAGS variable in Makefile still need to be changed to EXTRA_CFLAGS. June 26 2009: This post also applies to Ubuntu Jaunty Jackalope 9.04 (more [...]

Error compiling PHP on CentOS 64 bit

In order to compile PHP on 64 bit you need to use the option –with-libdir=lib64 otherwise you will stay forever with the following error checking for MySQL support… yes checking for specified location of the MySQL UNIX socket… no checking for MySQL UNIX socket location… no checking for mysql_close in -lmysqlclient… no checking for mysql_error [...]

Can not compile Cisco VPN client on openSUSE 10.3 64bit

Update: as i guessed, this appears to be a bug from revision 4.8.00.0640, the older 0490 works just fine on my Ubuntu 64 bit (with the patch of course) Just got the new openSUSE 10.3 on my work PC with 64 bit kernel set up and like i expected, there are errors during compiling the [...]