Entry
how can i compile php with mcrypt correctly? i tried, but failed.
Aug 4th, 2000 15:29
Bob Kelly, Henrik Hansen, lily xie, Nathan Wallace,
The following is the bash script I use.
!/usr/local/bin/bash
./configure --with-apache=../apache_1.3.12 --with-mysql
--enable-track-vars --with-mcrypt
make
make install
Note, I have also installed libmcrypt-nm-0.1.0 and mycrypt.2.2.6, which
is redundant, but it does work. I've noticed small compile problems
with Redhat vs freeBSD (which was easy). I am doing this with Open SSL,
which can be funny.