mhash 0.9.7.1 released

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:
Code:
cd /usr/local/directadmin/customapache
./build clean
./build update
Here I edit the 'build' file changing:
Code:
#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:
Code:
./build all
Work for me on CentOS 4.3
 
Last edited:
Back
Top