Hi Scott,

@ 4:13:46 PM on 11/2/2001, Scott wrote:

> I'm trying to get mcrypt to work with php, but haven't been able to
> reconfigure php to work with it. I'm using the version of php that
> came with Mandrake 8.0 and I have downloaded and installed the
> 2.5.7-1 mdk rpm of mcrypt.

> So now I should cd into my php directory and reconfigure php to work with 
> mcrypt like this:
> ./ configure --with-mcrypt
   ^^
   is there really a space between ./ and configure? Try ./configure

And for mcrypt, try either

   --with-mcrypt=/usr

or

   --with-mcrypt=/usr/local

   
> make
> make install


--
 -Brian Clark | PGP is spoken here: 0xE4D0C7C8
  Please, DO NOT carbon copy me on list replies.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to