Details follow:
System: Linux phoenix 2.6.22-14-generic #1 SMP Tue Feb 12 02:46:46 UTC 2008 x86_64 GNU/Linux
Ubuntu 7.10 with latest upgrades
Method I've always used for Skype installation:
- Unpack dynamic Skype tarball to /usr/local/share/skype and create a launcher script in /usr/local/bin
- Install ia32-libs
- Use ldd to find out missing libraries and then download i386 packages containing the libraries from stable repository (via packages.ubuntu.com)
- Unpack the /usr/lib parts of the packages into /usr/local/lib32
- Configure ld.so to be aware of /usr/local/lib32 and run ldconfig
- Run Skype
