Bug #7428 | hash_reset changed from 94 to 89 | ||
---|---|---|---|
Submitted: | 20 Dec 2004 12:09 | Modified: | 11 Jan 2005 11:20 |
Reporter: | Sasha Dolgy | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Packaging | Severity: | S3 (Non-critical) |
Version: | 4.1.x | OS: | Linux (Linux 2.4.21-9.ELsmp) |
Assigned to: | Konstantin Osipov | CPU Architecture: | Any |
[20 Dec 2004 12:09]
Sasha Dolgy
[20 Dec 2004 16:21]
Sasha Dolgy
Using 4.1.6 this problem doesn't occur.
[28 Dec 2004 9:34]
Victor Kimathi
I've experience the same problem with MySQL 4.1.7 and 4.1.8 as well as the new IMAP 2004b RC2.
[29 Dec 2004 19:04]
Jim Maul
If its not something that has to do with mysql, then its definitely something that newer versions of mysql trigger when compiling. I have a setup with php4.3.10 and imap-client. Using mysql 4.13 this compiled and worked fine. All i have done upgraded mysql to 4.18 and now re-building php 4.3.10 is causing this error.
[1 Jan 2005 23:13]
Christopher Beers
I am experiencing this problem as well. On Solaris 8 using 4.1.8 mysql, 2004a imap from University of Washington, and php.
[11 Jan 2005 7:17]
Tony VanScoy
I was able to fix/patch this by modifying the files for imapd. # cd imap-2004b/ # find . -type f -exec sed -i "s/hash_reset/FIX_hash_reset/g" {} \; # make ??? # mkdir lib # mkdir include # cp c-client/*.h include # cp c-client/*.c lib # cp c-client/c-client.a lib/libc-client.a # cd /dir/to/php/src # make clean # ./configure --with-apxs2 --with-mysql --with-imap=../where_i_just_was/imap-2004b --with-imap-ssl=/dir/to/openssl