faqts : Computers : Programming : Languages : PHP : Installation and Setup : General

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

10 of 44 people (23%) answered Yes
Recently 3 of 10 people (30%) answered Yes

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.