ubuntu 12.04.1 server amd64
gentoo amd64 minimal 20121210
ubuntu 12.10 server amd64
gentoo x86 minimal 20121213
CentOS 5.8 x86-64
CentOS 6.3 X86-64
FreeBSD 9.1 release amd64
debian 6.0.6 amd64
debian 6.0.6 i386
It's a VPS, and only has linux options...
ubuntu 12.04.1 server amd64 is a safe bet
Yet I'm having trouble compiling the miner: http://www.ppcointalk.org/index.php?topic=341.msg2361#msg2361
Haven't got an answer yet...seems to be a bug or something when doing apt-get install for certain dev files.
I had this same error, took me a day to figure out after hours and hours of trying different things.
As blastbob pointed out somewhere in here, turns out it's your Memory that's lacking.
Run this command, it should solve the issue:
sudo dd if=/dev/zero of=/swapfile bs=64M count=16
sudo mkswap /swapfile
sudo swapon /swapfile
this part
sudo swapon /swapfile
gives a not allowed message on my server?