coldfission Posted June 27, 2007 Share Posted June 27, 2007 We have a php application that needs mhash to work. Mhash did not come with our php4 with Cent OS 5. What are the steps needed to get mhash to work correctly? thanks Quote Link to comment Share on other sites More sharing options...
trq Posted June 27, 2007 Share Posted June 27, 2007 Compile from source. Quote Link to comment Share on other sites More sharing options...
coldfission Posted June 27, 2007 Author Share Posted June 27, 2007 we tried that, but the source that we compiled was not the mhash for php. http://mhash.sourceforge.net/ That was installed and worked correctly, but then PHP needs the library to use it. How do i do that? Quote Link to comment Share on other sites More sharing options...
trq Posted June 27, 2007 Share Posted June 27, 2007 Looks like the php extension has been moved to PECL, ide assume you grab the extension from there, then follow the install instructions. Probably something like... phpize ./configure --enable-mhash make Quote Link to comment Share on other sites More sharing options...
coldfission Posted June 27, 2007 Author Share Posted June 27, 2007 nevermind a found an alternative to mhash for my app Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.