I want to use bcrypt in php (before php 5.3), and to do that I need to get crypt installed appropriately on my debian server.
On ubuntu, I have crypt installed, but on debian it's not there:
man crypt
No manual entry for crypt
Debian version info:
cat /proc/version
cat /etc/issue
uname -a
Linux version 2.6.35.4-rscloud (root@builder.slicehost.com) (gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) ) #8 SMP Mon Sep 20 15:54:33 UTC 2010
Debian GNU/Linux 5.0 \n \l
Linux Sherman 2.6.35.4-rscloud #8 SMP Mon Sep 20 15:54:33 UTC 2010 x86_64 GNU/Linux
Using: apt-cache search crypt
Yeilds tons of results that are partial matches, but no crypt per se.
So is there any way to install crypt with blowfish/bcrypt on Debian 5.0, and if so, what's the easiest method?
dpkg --get-selectionson your Ubuntu system and see the exact names of the packages installed? – Zoredache Aug 4 '11 at 22:44