Fixing Xorg on Nexenta Core Platform 2 RC1

Installing Xorg completely broken APT for me. I was able to fix it by doing this however:

sudo rm /var/ld/ld.config
sudo ldconfig
sudo dpkg --configure -a

Now X works great.