PDA

View Full Version : mhash 0.9.7.1 released



redesb
08-26-2006, 07:49 AM
Is not a little old the installed 0.9.1 version at the moment?

The mhash 0.9.7.1 was released on 2006-06-25.

See the mhash SourceForge (http://sourceforge.net/project/showfiles.php?group_id=4286&package_id=4300&release_id=427659) site.

X-Hosted
08-27-2006, 05:24 AM
hhm how to update, is this part o/t apache system?

redesb
08-27-2006, 08:58 AM
In fact is related to php and the option --with-mhash as you can see in the '/usr/local/directadmin/customapache/configure.php' file.

I suppose that with compile php it will be sufficient, but since I have changed the version of php, curl, mhash, libpng, mySQL to 4.1.21, phpMyAdmin to 2.8.2.4 and exim to 4.63, which I have done has been the following:

cd /usr/local/directadmin/customapache
./build clean
./build update
Here I edit the 'build' file changing:

#PHP_VER=4.4.3
PHP_VER=4.4.4
...
#CURL_VER=7.12.2
CURL_VER=7.15.5
...
#MHASH_VER=0.9.1
MHASH_VER=0.9.7.1
...
# PNG_VER=1.2.10
PNG_VER=1.2.12
And finally:

./build all
Work for me on CentOS 4.3

Mik3yZ
08-27-2006, 10:40 AM
and ofcourse you need to wget or fetch the .tar.gz file... ;)

@how@
08-31-2006, 11:06 PM
Apache 2.x
./build php_ap2 y

Apache 1.3
./build php y



Wael