[PHP-DEV] PHP 4.0 Bug #10187 Updated: Warning: mcrypt module initialization failed

2001-04-05 Thread cmv

ID: 10187
Updated by: cmv
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: mcrypt related
Assigned To: 
Comments:

First, the "--disable-posix-threads" requirement for libmcrypt isn't a requirement 
anymore.  As of libmcrypt 2.4.x, you don't need it.

Second, I think you should be using the 2.4.x-style mcrypt functions.  Look at example 
2 at http://www.php.net/manual/en/ref.mcrypt.php

Third, blowfish is broken in libmcrypt.  It will encode/decode internally, but don't 
rely on it if you need to pass data to a non-PHP application (e.g. Perl).


- Colin

Previous Comments:
---

[2001-04-05 11:24:02] [EMAIL PROTECTED]

Using libmcrypt-2.4.10 on Mac OS X 10.0, compiled with 

--with-apache=/usr/local/src/apache_1.3.19 --with-mysql=/
usr/local --with-mcrypt --enable-track-vars --disable-debug


My sample script:



produces this error:

Warning: mcrypt module initialization failed in /Users/
clewis/dev/website/public/asdf.php on line 3


libmcrypt was compiled with --disable-posix-threads as 
suggested on the PHP mcrypt page.  


---



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10187&edit=2


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] PHP 4.0 Bug #10187 Updated: Warning: mcrypt module initialization failed

2001-04-05 Thread derick

ID: 10187
Updated by: derick
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Analyzed
Bug Type: mcrypt related
Assigned To: derick
Comments:

Another mcrypt bug, I'll check this one out. It may be a platform depended bug BTW.

Previous Comments:
---

[2001-04-05 11:29:52] [EMAIL PROTECTED]
First, the "--disable-posix-threads" requirement for libmcrypt isn't a requirement 
anymore.  As of libmcrypt 2.4.x, you don't need it.

Second, I think you should be using the 2.4.x-style mcrypt functions.  Look at example 
2 at http://www.php.net/manual/en/ref.mcrypt.php

Third, blowfish is broken in libmcrypt.  It will encode/decode internally, but don't 
rely on it if you need to pass data to a non-PHP application (e.g. Perl).


- Colin

---

[2001-04-05 11:24:02] [EMAIL PROTECTED]

Using libmcrypt-2.4.10 on Mac OS X 10.0, compiled with 

--with-apache=/usr/local/src/apache_1.3.19 --with-mysql=/
usr/local --with-mcrypt --enable-track-vars --disable-debug


My sample script:



produces this error:

Warning: mcrypt module initialization failed in /Users/
clewis/dev/website/public/asdf.php on line 3


libmcrypt was compiled with --disable-posix-threads as 
suggested on the PHP mcrypt page.  


---



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10187&edit=2


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] PHP 4.0 Bug #10187 Updated: Warning: mcrypt module initialization failed

2001-04-05 Thread derick

ID: 10187
Updated by: derick
Reported By: [EMAIL PROTECTED]
Old-Status: Analyzed
Status: Assigned
Bug Type: mcrypt related
Assigned To: derick
Comments:

analysed > assigned

Previous Comments:
---

[2001-04-05 11:30:06] [EMAIL PROTECTED]
Another mcrypt bug, I'll check this one out. It may be a platform depended bug BTW.

---

[2001-04-05 11:29:52] [EMAIL PROTECTED]
First, the "--disable-posix-threads" requirement for libmcrypt isn't a requirement 
anymore.  As of libmcrypt 2.4.x, you don't need it.

Second, I think you should be using the 2.4.x-style mcrypt functions.  Look at example 
2 at http://www.php.net/manual/en/ref.mcrypt.php

Third, blowfish is broken in libmcrypt.  It will encode/decode internally, but don't 
rely on it if you need to pass data to a non-PHP application (e.g. Perl).


- Colin

---

[2001-04-05 11:24:02] [EMAIL PROTECTED]

Using libmcrypt-2.4.10 on Mac OS X 10.0, compiled with 

--with-apache=/usr/local/src/apache_1.3.19 --with-mysql=/
usr/local --with-mcrypt --enable-track-vars --disable-debug


My sample script:



produces this error:

Warning: mcrypt module initialization failed in /Users/
clewis/dev/website/public/asdf.php on line 3


libmcrypt was compiled with --disable-posix-threads as 
suggested on the PHP mcrypt page.  


---



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10187&edit=2


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] PHP 4.0 Bug #10187 Updated: Warning: mcrypt module initialization failed

2001-04-05 Thread clewis

ID: 10187
User Update by: [EMAIL PROTECTED]
Status: Assigned
Bug Type: mcrypt related
Description: Warning: mcrypt module initialization failed


Incidentally, I tried the new-style mcrypt functions as 
Colin suggested, and got a similar warning: "Could not open 
encryption module."


Previous Comments:
---

[2001-04-05 11:30:47] [EMAIL PROTECTED]
analysed > assigned

---

[2001-04-05 11:30:06] [EMAIL PROTECTED]
Another mcrypt bug, I'll check this one out. It may be a platform depended bug BTW.

---

[2001-04-05 11:29:52] [EMAIL PROTECTED]
First, the "--disable-posix-threads" requirement for libmcrypt isn't a requirement 
anymore.  As of libmcrypt 2.4.x, you don't need it.

Second, I think you should be using the 2.4.x-style mcrypt functions.  Look at example 
2 at http://www.php.net/manual/en/ref.mcrypt.php

Third, blowfish is broken in libmcrypt.  It will encode/decode internally, but don't 
rely on it if you need to pass data to a non-PHP application (e.g. Perl).


- Colin

---

[2001-04-05 11:24:02] [EMAIL PROTECTED]

Using libmcrypt-2.4.10 on Mac OS X 10.0, compiled with 

--with-apache=/usr/local/src/apache_1.3.19 --with-mysql=/
usr/local --with-mcrypt --enable-track-vars --disable-debug


My sample script:



produces this error:

Warning: mcrypt module initialization failed in /Users/
clewis/dev/website/public/asdf.php on line 3


libmcrypt was compiled with --disable-posix-threads as 
suggested on the PHP mcrypt page.  


---


Full Bug description available at: http://bugs.php.net/?id=10187


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]