I tried to install pg gem and I have had this warning:
You need to install postgresql-server-dev-X.Y for building a server-side extension or libpq-dev for building a client-side application.
So I tried install libpq-dev package and I have had this warning:
libpq-dev : Depends: libpq5 (= 8.4.17-0squeeze1) but 9.1.9-1~bpo60+1 is to be installed
How to fix this?