Re: include the mcrypt module of php

2004-10-23 Thread Francisco Castillo
ot;Francisco Castillo" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, October 23, 2004 5:40 PM Subject: Re: include the mcrypt module of php What about: - apt-get install php4-mcrypt - check if "extension=mcrypt.so" was added to /etc/php4/apache/php.ini - re

Re: include the mcrypt module of php

2004-10-23 Thread Achim Schmidt
so but i has not found it, why do not has been > installed this library on my system with the apt-get install php4-mcrypt? > > Thanks in advance. > > Francisco Castillo. > > > > > > - Original Message ----- > From: "Achim Schmidt" <[EMAIL PROT

Re: include the mcrypt module of php

2004-10-23 Thread Francisco Castillo
, thread-safety=0 These options need to match in Unknown on line 0 . Thanks in advance Francisco Castillo. - Original Message - From: "Francisco Castillo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, October 23, 2004 5:54 PM Subject: Re: include th

Re: include the mcrypt module of php

2004-10-23 Thread Francisco Castillo
t;Achim Schmidt" <[EMAIL PROTECTED]> To: "Francisco Castillo" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, October 23, 2004 5:40 PM Subject: Re: include the mcrypt module of php What about: - apt-get install php4-mcrypt - check if "extension=mcryp

Re: include the mcrypt module of php

2004-10-23 Thread Achim Schmidt
What about: - apt-get install php4-mcrypt - check if "extension=mcrypt.so" was added to /etc/php4/apache/php.ini - restart apache now your php should know of mcrypt functions. good luck, achim Am Sa, 2004-10-23 um 17.32 schrieb Francisco Castillo: > Hello, > > I has try to call the mcrypt f

include the mcrypt module of php

2004-10-23 Thread Francisco Castillo
Hello,   I has try to call the mcrypt functions on a my PHP Version 4.3.7-dotdeb + APACHE + DEBIAN WOODY System.      $td = mcrypt_module_open('tripledes', '', 'ecb', '');   $iv = mcrypt_create_iv (mcrypt_enc_get_iv_size($td), MCRYPT_RAND);   mcrypt_generic_init($