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 > adm

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 lis