ID: 13068 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: mcrypt related Operating System: Linux PHP Version: 4.0.6 New Comment: Correction, and solution. It turns out that it wasn't mcrypt_module_open that was seg faulting, but mcrypt_decrypt. The solution was that I didn't have a generic_init call. Previous Comments: ------------------------------------------------------------------------ [2001-08-30 17:32:01] [EMAIL PROTECTED] Running PHP 4.0.6 and libmcrypt 2.4.15 on a Linux box (2.4.x kernel). I've narrowed it down to the call to mcrypt_module_open. That's the one that hoses me. $cipher = "des"; $td = mcrypt_module_open ($cipher, "", MCRYPT_MODE_CBC, ""); Sometimes it works, other times, I get seg faults, which would rule out library permissions, etc. Any ideas? Scott ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=13068&edit=1 -- PHP Development 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]