I am trying to build PHP 4.0.4 with mcrypt support, but I cannot figure out the correct install directory that is to be specified as a ./configre option for --with-mcrypt=[DIR]. What is the correct setting for DIR?
I have mhash and mcrypt installed successfully.
Here are my ./configure options
./configure \
--with-mysql \
--with-apache=../apache_1.3.17 \
--with-mhash=/usr/local/lib \
--with-mcrypt=/usr/local/lib