Re: [PHP-INST] mcrypt configuration issues

2003-04-01 Thread Ray Aspeitia
Sorry, too quick there... running on : OSX 10.2.4 apache 1.3.27 php 4.3.1 (as apache module apxs) libmcrypt 2.5.7 Ray A. Hello, I have searched the web and all the resources that I could find, but need direct help now. I was able to compile php with mcrypt , but the info page does not recog

[PHP-INST] mcrypt configuration issues

2003-04-01 Thread Ray Aspeitia
Hello, I have searched the web and all the resources that I could find, but need direct help now. I was able to compile php with mcrypt , but the info page does not recognize any ciphers although they are installed in /usr/local/lib/libmcrypt. the info page says that mcrypt is enabled, but su

[PHP-INST] mcrypt MCRYPT_RIJNDAEL problem

2003-02-21 Thread Joachim Müller
Hi All. I am experiencing a rather strange problem using mcrypt with php. We store our passwords in a SQL database. The passwords are encrypted with the following code at a SuSe7.1 System (php4.04 or php 4.06): function encryptData($data, $p) { $iIV = mcrypt_create_iv (mcrypt_get_iv_siz

[PHP-INST] mcrypt can't find libmcrypt

2003-01-30 Thread Peter Nyberg
Hi everyone! I've tried to compile libmcrypt, mhash and libmcrypt with instructions on http://www.alt-php-faq.org/local/95/ It didn't help. I'm still getting error when configure mcrypt. My system is RH Linux 7.3. checking for libmcrypt-config... /usr/local/bin/libmcrypt-config checking for libmc

[PHP-INST] mcrypt

2002-10-21 Thread Chris Boget
I'm trying to install php with mcrypt support. However, I'm having serious problems configuring mcrypt. Every time I try, I get an error saying that it couldn't find libmcrypt. The only problem with that is I made and installed libmcrypt (the right version to meet mcrypt's criteria) with no diff

[PHP-INST] Mcrypt Support

2002-06-11 Thread Mike P
I am using php 4.2.1 on Win NT 4.0, sp6a. Want to play with 3DES and other block algorithms for encryption. I installed from pre-compiled binaries (I wouldn't know where to START in compiling!). Anywhere I can get mcrypt and the libmcrypt in pre-compiled flavors for Win32? TIA Mike -- PHP

Re: [PHP-INST] mcrypt so file for linux, php version 4.0.6

2002-05-03 Thread Jim Thome
Herbert, Build it as a self-contained extension. Instructions for how to do this are in the file README.SELF-CONTAINED-EXTENSIONS, distributed with the source. --Jim >>> Herbert Groot Jebbink <[EMAIL PROTECTED]> 05/03/02 03:15AM >>> Hi, Does someone have the extension 4.0.6 mcrypt.so file fo

[PHP-INST] mcrypt so file for linux, php version 4.0.6

2002-05-03 Thread Herbert Groot Jebbink
Hi, Does someone have the extension 4.0.6 mcrypt.so file for a Linux system (Red Hat 7.2). Or how can I build it from source, if I do a configure with '--with-mcrypt' is goes into the main executable and not in a seperate .so file Greetings, Herbert -- PHP Install Mailing List (http://www.ph

[PHP-INST] Mcrypt - unstable -help

2001-09-14 Thread sean
Hello, I have installed the latest php CVS version. I have installed the latest mcrypt version. However one of 3 things happen with mcrypt functions: Warning: Unknown list entry type in request shutdown (0) in Unknown on line 0 or a segfault, or it just works. I need the cvs php to use som

[PHP-INST] Mcrypt query & note about mnogosearch

2001-04-25 Thread Alan Lord
Hi all, 2 things: First a question. I have just installed the latest src tarball from snaps.php.net 23/4/01 and everything seems fine - I am installing with pretty much every option as this is a development server. I am using libmcrypt-2.4.10 and when I build php it compiles fine, phpinfo()

[PHP-INST] mcrypt

2001-04-24 Thread ryan.barnett1
Does anyone know how to install the mcrypt libraries for PHP in windows? I'm running: Apache 1.3.12 PHP 4.0.2 Windows 98 I've downloaded libmcrypt-2.4.5b-win32.zip (I think that this contains everything I need.) I just need to kn