[home]
bits & pieces
Kubernetes & OpenShift
mac
mobile
music
oracle
programming
tech
web etc.
username:
password:
impressum
Installing mcrypt PHP extension on Ubuntu
by Wolfram Saringer
(2011-03-18)
last change: 2011-03-18
# apt-get install libmcrypt-dev
# cd php-5.x.x/ext/mcrypt
# phpize
# aclocal
# ./configure
# make && make install
Add 'extension=mcrypt.so' to php.ini.
Recent articles:
Ho to install SHA-1 support for PostgreSQL
Trivia: Adding Linux Swapspace
Linux Kernel increasingly inefficient
Petabytes
all articles represent the sole opinion of their respective author. all content comes without any warranty for correctnes, despite due diligence.