[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 the phpinfo file, all the ciphers and modes
are listed fine and it shows that mcrypt is enabled. However, for the
directives mcrypt.algorithms_dir and mcrypt.modes_dir, they have no local or
master value. Is this something that needs to be set in phpinfo to point at
the mcrypt installation? Thanks.

--
Dominic



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




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
 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 the phpinfo file, all the ciphers and modes
 are listed fine and it shows that mcrypt is enabled. However, for the
 directives mcrypt.algorithms_dir and mcrypt.modes_dir, they have no local or
 master value. Is this something that needs to be set in phpinfo to point at
 the mcrypt installation? Thanks.
 
 --
 Dominic
 
 
 
 -- 
 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]
 

-- 
--
Andrew Libby
Director of Technology
CommNav, Inc
[EMAIL PROTECTED]


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