[PHP] mcrypt trouble, still

2001-08-23 Thread Dominic Schanen
Well, in response to my previous post and its reply, the server administrator tried reinstalling mcrypt and did the testing during the install and it all seemed to work for him there. However, I still get the error: Warning: mcrypt module initialization failed So, now my question is this. In

Re: [PHP] mcrypt trouble, still

2001-08-23 Thread Andrew Libby
Dominic, These locations can be set by in php.ini or passed as parameters to the mcrypt functions they pretain to (notably those used to initialize). Andy On Thu, Aug 23, 2001 at 07:24:42AM -0500, Dominic Schanen wrote: Well, in response to my previous post and its reply, the server

[PHP] mcrypt trouble

2001-08-21 Thread Dominic Schanen
Hello, I'm trying to do mcrypt encryption but I continue to get the following error: Warning: mcrypt module initialization failed and this is the line of code that I get the error from: $string = mcrypt_cbc(MCRYPT_DES, $key, $test, encrypt); I've also tried several different version of using

Re: [PHP] mcrypt trouble

2001-08-21 Thread Andrew Libby
Dominic, I'd start by checking the libmcrypt installation. If you're building from source, prior to your installation check that [mcrypt-src-dir]/src/cipher_test runs without error. If that succedes, install libmcrypt (and mcrypt) and then attempt to test with the command line. Start by